-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
37 lines (37 loc) · 867 Bytes
/
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
{
"name": "dailyhack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"now-build": "next build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"axios": "^0.18.0",
"cacheable-response": "^1.4.2",
"express": "^4.16.4",
"fs": "0.0.1-security",
"isomorphic-unfetch": "^3.0.0",
"markdown-to-jsx": "^6.9.3",
"moment": "^2.24.0",
"next": "^9.3.2",
"next-router-events": "^2.1.0",
"node-sass": "^4.11.0",
"now": "^14.2.3",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-feather": "^1.1.6",
"speakingurl": "^14.0.1",
"styled-jsx": "^3.2.1"
},
"devDependencies": {
"dotenv": "^7.0.0"
}
}