-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.42 KB
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
{
"name": "express-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.1.1",
"material-ui": "^0.20.0",
"mongoose": "^5.0.0",
"morgan": "^1.9.0",
"node-localstorage": "^1.3.0",
"nodemon": "^1.17.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.0",
"react-selectable-fast": "^2.0.10",
"react-simplemde-editor": "^3.6.11",
"react-tooltip": "^3.4.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"uuid": "^3.2.1",
"validator": "^9.4.0"
},
"scripts": {
"start": "react-scripts start",
"start:server": "nodemon server",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1"
}
}