forked from ucdd2016/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 872 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
{
"name": "book",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"consolidate": "^0.13.1",
"debug": "^2.2.0",
"firebase": "^2.4.0",
"handlebars": "^4.0.3",
"lodash": "^3.10.1",
"markdown-it": "^5.1.0",
"markdown-it-checkbox": "^1.1.0",
"metalsmith": "^2.1.0",
"metalsmith-branch": "0.0.4",
"metalsmith-in-place": "^1.3.2",
"metalsmith-layouts": "^1.4.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-rename": "^1.0.0",
"metalsmith-serve": "0.0.4",
"metalsmith-watch": "^1.0.1",
"node-random-name": "^1.0.1",
"nunjucks": "^2.3.0",
"react": "^0.14.7",
"react-dom": "^0.14.7"
}
}