forked from onlinereadbook/next2readbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "nextofficeweb",
"version": "1.0.0",
"description": "線上讀書會官網",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"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": {
"components": "^0.1.0",
"firebase": "^3.7.5",
"firebase-admin": "^4.2.0",
"fs": "0.0.1-security",
"lorem-ipsum": "^1.0.3",
"moment": "^2.18.1",
"mz": "^2.6.0",
"next": "^2.1.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-md": "^1.0.1",
"sequelize": "^3.30.4",
"sort-by": "^1.2.0"
},
"homepage": "https://github.com/onlinereadbook/next2readbook#readme",
"devDependencies": {
"firebase": "^3.7.5"
},
"engines": {
"node": "7.8"
}
}