-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 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": "admin2.0",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack -w & nodemon server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.15.2",
"babel-preset-stage-2": "^6.18.0",
"bcryptjs": "^2.4.0",
"body-parser": "^1.15.2",
"chai-enzyme": "^0.5.2",
"chalk": "^1.1.3",
"check-node-version": "^1.1.2",
"concurrently": "^3.1.0",
"cookie-session": "^2.0.0-alpha.1",
"enzyme": "^2.5.1",
"express": "^4.14.0",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"material-ui": "^0.18.7",
"pretty-error": "^2.0.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"store": "^2.0.3"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"morgan": "^1.8.2",
"nodemon": "^1.11.0",
"webpack": "^3.3.0",
"webpack-livereload-plugin": "^0.11.0"
}
}