-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.4 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
{
"name": "icy-rain",
"version": "1.0.0",
"description": "My app description",
"scripts": {
"build": "webpack --display-error-details",
"postinstall": "npm run build",
"start": "node server.js",
"lint": "standard"
},
"dependencies": {
"async": "^1.5.2",
"autosuggest-highlight": "^3.1.0",
"axios": "^0.16.2",
"babel-core": "^6.7.2",
"babel-loader": "^7.0.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.1",
"compression": "^1.6.2",
"cookie-parser": "^1.4.1",
"dotenv": "^2.0.0",
"draft-js": "^0.10.3",
"express": "^4.13.4",
"express-validator": "^2.20.4",
"fetch-ponyfill": "^4.1.0",
"font-color-contrast": "^1.0.3",
"form-data": "^2.3.1",
"jade": "^1.11.0",
"jsonwebtoken": "^5.7.0",
"material-ui": "^1.0.0-beta.10",
"material-ui-icons": "^1.0.0-beta.10",
"moment": "^2.12.0",
"mongoose": "^4.4.8",
"mongoose-autopopulate": "^0.6.0",
"mongoose-history": "^0.4.2",
"mongoose-paginate": "^5.0.3",
"mongoose-voting": "^0.3.0",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"node-sass-middleware": "^0.9.7",
"nodemailer": "^2.3.0",
"nodemailer-mailgun-transport": "^1.3.5",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-autosuggest": "^9.3.2",
"react-color": "^2.13.8",
"react-cookie": "^0.4.5",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^15.6.1",
"react-dropzone": "^4.1.2",
"react-redux": "4.4.1",
"react-router": "^2.4.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.2.4",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.0.1",
"request": "^2.69.0",
"serve-favicon": "^2.4.4",
"uuid": "^3.1.0",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-standard": "^3.0.1",
"standard": "^10.0.3"
},
"engines": {
"node": "8.2.0"
}
}