forked from ScratchProject/project-manager-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "scratchproject",
"version": "1.0.0",
"description": "codesmith scratchproject",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1",
"nodemon": "nodemon ./server.js",
"build": "node ./node_modules/.bin/webpack -w"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.15.3",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"css-loader": "^0.28.0",
"express": "^4.15.2",
"history": "^4.6.1",
"html-webpack-plugin": "^2.28.0",
"mysql": "^2.13.0",
"path": "^0.12.7",
"pg": "^6.1.5",
"pg-hstore": "^2.3.2",
"react": "^15.4.2",
"react-circular-progressbar": "^0.1.3",
"react-dom": "^15.4.2",
"react-router": "^3.0.3",
"reactify": "^1.1.1",
"request": "^2.81.0",
"router": "^1.3.0",
"sequelize": "^3.30.4",
"sequelize-cli": "^2.7.0",
"style-loader": "^0.16.1",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"cookie-parser": "^1.4.3",
"nodemon": "^1.11.0"
}
}