-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.7 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
59
{
"name": "goodreads-explorer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@nivo/bar": "^0.52.0",
"@nivo/pie": "^0.52.0",
"@nivo/scatterplot": "^0.52.0",
"antd": "^3.15.2",
"d3-force": "^2.0.0",
"d3-scale": "^2.1.2",
"d3-selection": "^1.3.2",
"d3-zoom": "^1.7.3",
"lodash.uniqby": "^4.7.0",
"memoize-one": "^5.0.0",
"node-sass-chokidar": "^1.3.4",
"npm-run-all": "^4.1.5",
"randomcolor": "^0.5.4",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-ga": "^2.5.6",
"react-lazyload": "^2.3.0",
"react-photo-gallery": "^6.3.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.1",
"react-tag-cloud": "^1.3.2",
"react-tagcloud": "^1.4.0",
"redux": "^4.0.1",
"redux-saga": "^0.16.2"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build-js-stats": "react-scripts build -- --stats",
"build": "npm-run-all build-css build-js && cp build/index.html build/404.html",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"analyze": "webpack-bundle-analyzer build/bundle-stats.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "https://gre.abhishek.pro.np",
"devDependencies": {
"jest-canvas-mock": "^1.1.0",
"standard": "^12.0.1",
"webpack-bundle-analyzer": "^3.7.0"
}
}