-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 922 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 922 Bytes
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
{
"name": "rssr",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js",
"now-start": "NODE_ENV=production node build/server.js",
"deploy": "now && now alias"
},
"dependencies": {
"@jaredpalmer/after": "latest",
"bulma": "^0.7.1",
"date-fns": "^1.29.0",
"emotion": "^9.2.6",
"express": "^4.16.2",
"feed-to-json-promise": "^1.6.1",
"grid-styled": "^5.0.2",
"razzle": "^2.2.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-emotion": "^9.2.6",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.2.2",
"rss-parser": "^3.4.2",
"store": "^2.0.12",
"styled-system": "^3.0.1",
"unique-key": "^0.0.6",
"universal-cookie": "^2.2.0",
"universal-cookie-express": "^2.2.0"
}
}