-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.28 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.28 KB
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
{
"name": "MadamPettine",
"version": "0.0.0",
"private": true,
"engines": {
"node": "4.2.x"
},
"scripts": {
"start": "node ./bin/www",
"postinstall": "gulp build",
"coverage": "istanbul cover _mocha -- -R spec"
},
"dependencies": {
"archiver": "^0.15.1",
"async": "^1.5.0",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.13.3",
"bootstrap": "^3.3.6",
"bootstrap-datepicker": "^1.5.0",
"commander": "^2.9.0",
"compression": "^1.6.1",
"cookie-parser": "^1.3.5",
"cookie-session": "^1.2.0",
"css-loader": "^0.23.1",
"csurf": "^1.8.3",
"debug": "^2.2.0",
"dropbox": "^0.10.3",
"elasticsearch": "^8.2.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.16.1",
"express": "^4.13.3",
"express-handlebars": "^2.0.1",
"express-validator": "^2.18.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.1.1",
"gulp-nodemon": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.4.3",
"history": "^2.0.0",
"i18n-2": "^0.4.6",
"immutable": "^3.7.6",
"ink-docstrap": "^0.5.2",
"jquery": "^2.2.0",
"js-cookie": "^2.0.4",
"jsdoc": "^3.4.0",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"node-sass": "^3.4.2",
"node-uuid": "^1.4.7",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"promptly": "^0.2.1",
"react": "^0.14.5",
"react-autosuggest": "^2.2.5",
"react-dom": "^0.14.5",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-thunk": "^1.0.3",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.1.2",
"serve-favicon": "^2.3.0",
"style-loader": "^0.13.0",
"tar": "^2.2.1",
"tar-stream": "^1.3.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"devDependencies": {
"istanbul": "^0.4.2",
"nightwatch-custom-commands-assertions": "^1.0.2",
"selenium-server-standalone-jar": "2.45.0",
"should": "^8.1.1",
"supertest": "^1.1.0"
}
}