-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 928 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
37
38
{
"name": "blog",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.1.4",
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"dns": "^0.2.2",
"express": "^4.16.2",
"fetch": "^1.1.0",
"google-maps-react": "^1.1.2",
"material-ui": "^0.19.4",
"morgan": "^1.9.0",
"node-localstorage": "^1.3.0",
"normalize.css": "^7.0.0",
"pg": "^7.4.1",
"react": "^16.2.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.0.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"react-split-pane": "^0.1.68",
"request": "^2.83.0",
"request-debug": "^0.2.0",
"uuid": "^3.1.0",
"xhr2": "^0.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"cross-env": "^5.1.3"
}
}