-
Notifications
You must be signed in to change notification settings - Fork 455
/
package.json
56 lines (56 loc) · 1.33 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
55
56
{
"name": "enrichment",
"version": "0.0.1",
"description": "A happy little skeleton.",
"main": "index.js",
"scripts": {
"test": "mocha **/*.test.js *.test.js",
"build": "webpack",
"build-watch": "webpack --watch --progress",
"start": "nodemon server/start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/queerviolet/bones.git"
},
"keywords": [
"react",
"redux",
"skeleton"
],
"author": "Ashi Krishnan <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/queerviolet/bones/issues"
},
"homepage": "https://github.com/queerviolet/bones#readme",
"dependencies": {
"axios": "^0.15.2",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"express": "^4.14.0",
"pg": "^6.1.0",
"pg-native": "^1.10.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0",
"sequelize": "^3.24.6",
"volleyball": "^1.4.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"volleyball": "^1.4.1",
"webpack": "^1.13.3"
},
"engines": {
"node": "7.0.0"
},
}