-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"postcss-cli": "3.0.0-beta",
"postcss-custom-properties": "5.0.2",
"react-scripts": "0.8.5"
},
"dependencies": {
"axios": "^0.15.3",
"clipboard": "^1.6.0",
"concatenateblobs": "^1.0.2",
"cssnano": "3.10.0",
"dropzone": "^4.3.0",
"highlight.js": "^9.9.0",
"install": "^0.8.4",
"msr": "^1.3.4",
"npm": "^4.1.1",
"pluralize": "^3.1.0",
"rc-tooltip": "^3.4.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-dropzone": "^3.10.0",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-scrollbar-js": "^1.0.1",
"react-syntax-highlighter": "^4.0.1",
"react-tabs": "^0.8.2",
"recordrtc": "^5.4.1",
"redux": "^3.6.0",
"redux-devtools": "^3.3.2",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.2.0",
"redux-thunk": "^2.2.0",
"reselect": "^2.5.4",
"superagent": "^3.3.2"
},
"scripts": {
"start": "REACT_APP_API_URL=http://127.0.0.1:8000/api/v0 react-scripts start",
"build": "react-scripts build",
"postbuild": "postcss --use postcss-custom-properties cssnano --replace build/**/*.css",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}