-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "upsum",
"version": "2.9.0",
"description": "The upsum.news website",
"main": "index.js",
"repository": "glitchdigital/upsum",
"dependencies": {
"body-parser": "^1.18.3",
"cloudinary": "^1.11.0",
"dotenv": "^6.1.0",
"escape-html": "^1.0.3",
"express": "^4.16.4",
"express-sitemap": "^1.8.0",
"flickr-secure": "github:interactivelabs/node-flickrapi#master",
"marked": "^0.5.1",
"moment": "^2.22.2",
"next": "^7.0.2",
"node-cron": "^2.0.3",
"node-sass": "^4.9.4",
"raw-loader": "^0.5.1",
"react": "^16.6.0",
"react-adsense": "0.0.6",
"react-cookie": "^1.0.5",
"react-datepicker": "^1.7.0",
"react-dom": "^16.6.0",
"react-ga": "^2.5.3",
"react-markdown": "https://registry.npmjs.org/react-markdown/-/react-markdown-2.5.0.tgz",
"react-redux": "^5.0.7",
"react-textarea-autosize": "^7.0.4",
"react-timeago": "^4.1.9",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"remove-markdown": "^0.3.0",
"request": "^2.88.0",
"rss": "^1.2.2",
"sass-loader": "^7.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development PORT=3000 node index.js",
"build": "next build",
"start": "node index.js"
},
"author": "Iain Collins <[email protected]>",
"license": "UNLICENSED"
}