-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "chartbuzz",
"version": "0.0.1",
"author": "Mani Maghsoudlou",
"license": "MIT",
"bugs": {
"url": "https://github.com/manidlou/chartbuzz/issues"
},
"dependencies": {
"chart.js": "^2.7.0",
"html2canvas": "^0.5.0-beta4",
"material-ui": "^0.19.3",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-bootstrap-table": "^4.0.6",
"react-chartjs-2": "^2.6.4",
"react-color": "^2.13.8",
"react-dom": "^16.0.0",
"react-rnd": "^7.1.4",
"react-scripts": "1.0.14",
"react-toastify": "^2.1.6",
"react-tooltip": "^3.4.0",
"xlsx": "^0.11.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "rm -rf build && react-scripts build && gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.0.0"
},
"homepage": "https://manidlou.github.io/chartbuzz"
}