-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.8 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
{
"name": "morning-serial",
"license": "MIT",
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"currency-formatter": "^1.2.1",
"express": "^4.15.3",
"feedparser-promised": "^1.3.0",
"helmet-csp": "^2.5.1",
"html-entities": "^1.2.1",
"mime": "^1.3.6",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"normalize.css": "^7.0.0",
"postcss-cssnext": "^3.0.2",
"prop-types": "^15.5.10",
"query-string": "^5.0.0",
"rapscallion": "^2.1.13",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-feather": "^1.0.6",
"react-moment": "^0.6.2",
"rethinkdb": "^2.3.3",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"url-parse": "^1.1.9"
},
"scripts": {
"start": "npm-run-all --parallel watch:server watch:build",
"build": "webpack",
"favicons": "./scripts/dl-favicons.js",
"watch:build": "webpack --watch",
"watch:server": "nodemon \"./dist/server.js\" --watch \"./dist\""
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.1",
"extract-text-webpack-plugin": "^3.0.0",
"fbjs": "^0.8.14",
"inline-environment-variables-webpack-plugin": "^1.2.1",
"json-loader": "^0.5.7",
"npm-run-all": "^4.0.2",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"postcss-short": "^4.1.0",
"style-loader": "^0.18.2",
"webpack": "^3.4.1",
"webpack-node-externals": "^1.6.0"
}
}