-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·50 lines (50 loc) · 1.33 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
{
"name": "ramascene",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-plugin-import": "^1.7.0",
"babel-polyfill": "^6.26.0",
"d3-format": "^1.3.0",
"d3plus-react": "^0.3.1",
"dotenv": "^6.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"jquery": "^3.3.1",
"npm": "^6.4.0",
"papaparse": "^4.3.7",
"rc-tree-select": "^1.12.9",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-confirm-alert": "^2.0.2",
"react-csv": "^1.0.14",
"react-dom": "^16.2.0",
"react-ga": "^2.5.6",
"react-scripts": "1.1.1",
"shortid": "^2.2.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"dev": "webpack --env.dev -d --watch",
"prd": "webpack --env.prod -p"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"flow-bin": "^0.68.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^3.11.0",
"webpack-bundle-tracker": "^0.3.0",
"webpack-cli": "^2.0.12",
"webpack-config-utils": "^2.3.0",
"ws": "^5.1.1"
}
}