-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
47
48
49
50
51
52
53
54
{
"name": "react-training",
"version": "1.0.0",
"description": "ReactJS training app",
"main": "server.js",
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.17.1",
"bootstrap-loader": "^2.1.0",
"bootstrap-sass": "^3.3.7",
"connect-pg-simple": "^3.1.2",
"cookie-parser": "^1.4.3",
"css-loader": "^0.28.1",
"express": "^4.15.2",
"express-session": "^1.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"history": "^4.7.2",
"html-webpack-plugin": "^2.28.0",
"multer": "^1.3.0",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"pg": "^6.1.5",
"pg-promise": "^5.7.1",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-dropzone": "^4.2.7",
"react-redux": "^5.0.6",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./start.sh"
},
"keywords": [
"nyan"
],
"author": "Cat Emperor",
"license": "ISC"
}