-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.06 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "sdhacks2017",
"version": "1.0.0",
"private": true,
"engines": {
"node": "8.2.1",
"npm": "5.3.0"
},
"scripts": {
"start": "nodemon -e js,coffee server.js",
"heroku-postbuild": "gulp prod --production",
"doc": "gulp esdoc",
"storybook": "start-storybook -p 9001 -s ./static -c .storybook"
},
"dependencies": {
"aws-sdk": "^2.5.0",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-webpack": "^6.4.3",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"basic-auth": "^1.0.4",
"bcrypt": "^1.0.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"bootstrap": "^4.0.0-beta",
"compression": "^1.7.0",
"connect-flash": "0.1.1",
"connect-timeout": "1.7.0",
"cookie-parser": "1.4.3",
"crypto": "0.0.3",
"css-loader": "^0.28.0",
"dotenv": "^2.0.0",
"email-templates": "^2.3.4",
"errorhandler": "1.4.3",
"express": "^4.14.0",
"express-device": "0.4.2",
"express-jwt": "^3.4.0",
"extract-text-webpack-plugin": "^2.1.0",
"fast-csv": "^2.1.0",
"fs": "0.0.2",
"fs-extra": "0.30.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-clean-css": "^3.7.0",
"gulp-coffee": "2.3.2",
"gulp-concat": "2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"helmet": "^2.1.2",
"history": "^4.6.1",
"jquery": "^3.2.1",
"json-loader": "^0.5.4",
"jsonwebtoken": "^7.4.1",
"kerberos": "0.0.21",
"method-override": "2.3.6",
"mime": "^1.3.4",
"moment": "^2.14.1",
"mongoose": "4.5.1",
"mongoose-crate": "^1.0.11",
"mongoose-crate-s3": "github:sdhacks/mongoose-crate-s3",
"mongoose-csv": "^1.1.0",
"mongoose-delete": "^0.4.0",
"mongoose-findorcreate": "^0.1.2",
"mongoose-sanitizer": "^1.0.0",
"mongoose-timestamp": "^0.5.0",
"morgan": "1.7.0",
"multer": "^1.1.0",
"node-sass": "^3.8.0",
"node-uuid": "^1.4.7",
"nodemailer": "^2.5.0",
"nodemon": "1.9.2",
"object-diff": "0.0.4",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"password-generator": "^2.0.2",
"prop-types": "^15.5.8",
"pug": "^2.0.0-beta.12",
"pug-html-loader": "^1.1.4",
"q": "^1.5.0",
"react": "^15.6.1",
"react-autosuggest": "^9.3.1",
"react-cookie": "^2.0.7",
"react-dom": "^15.6.1",
"react-dropzone": "^3.13.3",
"react-fontawesome": "^1.6.1",
"react-ga": "^2.2.0",
"react-progress": "0.0.12",
"react-qr-reader": "^1.2.1",
"react-redux": "^5.0.5",
"react-redux-loading-bar": "^2.9.1",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-table": "^6.5.3",
"react-transition-group": "^1.2.0",
"reactstrap": "^4.6.2",
"redux": "^3.6.0",
"redux-form": "^6.7.0",
"redux-thunk": "^2.2.0",
"replace": "0.3.0",
"request": "^2.72.0",
"s3-archiver": "^1.0.3",
"serve-favicon": "2.3.0",
"serve-static": "1.11.1",
"style-loader": "^0.16.1",
"superagent": "^3.5.2",
"superagent-no-cache": "^0.1.1",
"superagent-prefix": "0.0.2",
"throng": "^4.0.0",
"underscore": "^1.8.3",
"universal-cookie": "^2.0.7",
"webpack": "^2.4.1",
"webpack-combine-loaders": "^2.0.3",
"webpack-stream": "^3.2.0"
},
"devDependencies": {
"@storybook/addon-info": "^3.2.0",
"@storybook/addon-knobs": "^3.2.0",
"@storybook/addon-options": "^3.2.0",
"@storybook/react": "^3.2.0",
"esdoc": "^1.0.1",
"esdoc-standard-plugin": "^1.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.3",
"gulp-esdoc": "^0.4.1",
"react-hot-loader": "^3.0.0-beta.7",
"storybook-addon-smart-knobs": "^3.0.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.18.0"
}
}