-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "scaffolding",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack && node server/app.js",
"start-dev": "nodemon server/app.js",
"build-watch": "webpack -w",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maggieneterval/scaffolding.git"
},
"author": "Maggie Neterval",
"license": "ISC",
"bugs": {
"url": "https://github.com/maggieneterval/scaffolding/issues"
},
"homepage": "https://github.com/maggieneterval/scaffolding#readme",
"dependencies": {
"axios": "^0.15.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"rebass": "^0.3.3",
"redux": "^3.6.0",
"redux-form": "^6.2.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"sequelize": "^3.27.0",
"webpack": "^1.13.3"
}
}