-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.88 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "d3barchart",
"version": "0.1.0",
"private": true,
"dependencies": {
"d3-array": "^1.2.0",
"d3-axis": "^1.0.8",
"d3-brush": "^1.0.4",
"d3-drag": "^1.1.1",
"d3-force": "^1.0.6",
"d3-geo": "^1.7.1",
"d3-scale": "^1.0.6",
"d3-selection": "^1.1.0",
"d3-shape": "^1.2.0",
"d3-svg-legend": "^2.24.1",
"d3-tip": "^0.7.1",
"d3-transform": "^1.0.5",
"d3-transition": "^1.1.0",
"d3-zoom": "^1.5.0",
"detect-browser": "^1.10.0",
"flag-icon-css": "^2.8.0",
"gh-pages": "^1.0.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"node-sass-chokidar": "^0.0.3",
"npm-run-all": "^4.0.2",
"papaparse": "^4.3.6",
"react": "^15.6.1",
"react-autosuggest": "^9.3.2",
"react-bootstrap": "^0.31.2",
"react-burger-menu": "^2.1.6",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router-dom": "next",
"react-select": "^1.0.0-rc.5",
"react-sidebar": "^2.3.2",
"react-spinners": "^0.0.30",
"react-tabs": "^2.0.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"react-scripts": "1.0.13"
},
"homepage": "https://khacquyetdang.github.io/d3heatmap",
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/ --recursive",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}