-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 932 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
{
"name": "nextofficeweb",
"version": "1.0.0",
"description": "線上讀書會官網",
"scripts": {
"dev": "node server.js ",
"devkoa": "node kaoserver.js ",
"build": "next build",
"start": "NODE_ENV=production node ./server.js ",
"go": "npm run build && npm run start",
"build-css": "node-sass sass/ -o static/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onlinereadbook/next2readbook.git"
},
"author": "polo <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/onlinereadbook/next2readbook/issues"
},
"dependencies": {
"firebase-admin": "^5.0.0",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-cookie-parser": "^1.0.0",
"koa-logger": "^3.0.0",
"koa-router": "^7.2.0",
"path": "^0.12.7"
},
"homepage": "https://github.com/onlinereadbook/next2readbook#readme",
"devDependencies": {}
}