-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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": "new_volvo_react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^1.1.0",
"axios": "^0.18.0",
"body-parser": "~1.0.1",
"cookie-parser": "^1.4.3",
"eslint-scope": "^3.7.3",
"express": "~4.0.0",
"express-session": "^1.15.6",
"http": "0.0.0",
"https-proxy-agent": "^2.2.1",
"nodemon": "^1.18.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react": "^16.4.2",
"react-burger-menu": "^2.5.2",
"react-dom": "^16.4.2",
"react-loading": "^2.0.3",
"react-map-gl": "^3.3.4",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"soap": "^0.24.0",
"url-parse": "^1.4.3",
"xml2js": "^0.4.19"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"standard": "^11.0.1"
}
}