-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 840 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
{
"name": "faggruppefagdag",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"express": "^4.16.4",
"isomorphic-unfetch": "^3.0.0",
"next": "^7.0.2",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-markdown": "^4.0.6"
},
"devDependencies": {},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "PORT=3000 npm run start-with-port",
"start-with-port": "NODE_ENV=production node server.js -p $PORT"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henrikhermansen/faggruppefagdag.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/henrikhermansen/faggruppefagdag/issues"
},
"homepage": "https://github.com/henrikhermansen/faggruppefagdag#readme"
}