-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.31 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": "activist",
"version": "0.0.0",
"engines": {
"node": "6.9.1"
},
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha --recursive",
"build": "webpack"
},
"dependencies": {
"bcrypt": "^0.8.7",
"bluebird": "^3.4.6",
"body-parser": "~1.15.1",
"client-sessions": "^0.7.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-stormpath": "^3.1.8",
"hjs": "~0.0.6",
"mongoose": "^4.6.7",
"morgan": "~1.7.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-google-maps": "^4.11.0",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"sendgrid": "^4.7.1",
"serve-favicon": "~2.3.0",
"superagent": "^2.3.0",
"thunk": "0.0.1"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"eslint": "^3.11.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-react": "^6.8.0",
"gulp": "^3.9.1",
"mocha": "^3.2.0",
"webpack": "^1.13.3"
}
}