forked from Stegothesis/Neighborly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.86 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "Stegosaurus",
"version": "1.0.0",
"description": "Community",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"heroku-postbuild": "webpack -p --config ./webpack.config.js --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Stegothesis/Community.git"
},
"author": "Stegosaurus",
"license": "ISC",
"bugs": {
"url": "https://github.com/Stegothesis/Community/issues"
},
"homepage": "https://github.com/Stegothesis/Community#readme",
"dependencies": {
"async": "^2.1.5",
"auth0-lock": "^10.11.0",
"axios": "^0.15.3",
"babel": "^6.5.2",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babelify": "^7.3.0",
"body-parser": "^1.16.0",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-jwt": "^5.1.0",
"express-session": "^1.15.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-nodemon": "^0.4.2",
"grunt-shell": "^2.1.0",
"jquery": "^3.1.1",
"jsdom": "^8.1.0",
"lodash": "^4.6.1",
"nodemon": "^1.11.0",
"pg": "^6.1.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"request": "^2.79.0",
"sequelize": "^3.30.0",
"webpack": "^2.2.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"chai": "^3.5.0",
"eslint-config-rallycoding": "^3.2.0",
"mocha": "2.3.3",
"open": "0.0.5",
"sinon": "1.17.3"
},
"engines": {
"node": "6.9.4"
}
}