-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.93 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "edms",
"version": "0.0.0",
"private": true,
"scripts": {
"prestart": "./node_modules/.bin/sequelize db:migrate",
"start": "nodemon ./bin/www --exec babel-node --presets es2015",
"production": "webpack -p",
"testy": "./node_modules/.bin/mocha --recursive --reporter spec",
"test": "sequelize db:migrate:undo:all && sequelize db:migrate && sequelize db:seed:all && ./node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha ./test/*.js --require babel-register --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"server": "webpack-dev-server"
},
"dependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.23.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.16.0",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"chart.js": "^2.5.0",
"cookie-parser": "^1.4.3",
"cookieparser": "^0.1.0",
"coveralls": "^2.12.0",
"debug": "~2.6.0",
"eslint-config-airbnb": "^14.1.0",
"express": "~4.14.1",
"express-pagination-middleware": "^1.0.2",
"express-session": "^1.15.1",
"extract-text-webpack-plugin": "^2.1.0",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-istanbul": "^1.1.1",
"gulp-jasmine": "^2.4.2",
"gulp-livereload": "^3.8.1",
"gulp-webpack": "^1.5.0",
"jade": "~1.11.0",
"jsonwebtoken": "^7.3.0",
"mocha": "^3.2.0",
"morgan": "~1.7.0",
"newrelic": "^1.40.0",
"node-sass": "^4.5.0",
"nodemailer": "^3.1.4",
"nodemon": "^1.11.0",
"open": "0.0.5",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"request": "^2.79.0",
"sequelize": "^3.30.2",
"sequelize-cli": "^2.5.1",
"serve-favicon": "~2.3.2",
"underscore": "^1.8.3",
"webpack": "^2.2.0",
"webpack-dev-server": "^1.16.3"
},
"devDependencies": {
"babel-core": "^5.8.38",
"babel-istanbul": "^0.12.2",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"coveralls": "^2.12.0",
"css-loader": "^0.26.2",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"eslint-watch": "^2.1.14",
"html-webpack-plugin": "^2.28.0",
"istanbul": "^0.4.5",
"react-hot-loader": "^1.3.1",
"redux-immutable-state-invariant": "^2.0.0",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.3.0"
}
}