-
Notifications
You must be signed in to change notification settings - Fork 523
/
package.json
39 lines (39 loc) · 1.31 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
{
"name": "react-naive-book",
"version": "0.1.0",
"description": "[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-blue.svg)](LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)",
"main": "syncBear.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sync:bear": "babel-node ./syncBear.js",
"build": "npm run sync:bear && jekyll build && rm -fr ./_site/node_modules && cp -a ./_site/assets ../static/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huzidaha/react-naive-book.git"
},
"author": "huzidaha",
"license": "ISC",
"bugs": {
"url": "https://github.com/huzidaha/react-naive-book/issues"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"fs-extra": "^2.0.0",
"jsonfile": "^2.4.0",
"moment": "^2.17.1",
"sqlite": "^2.3.0",
"sqlite3": "~3.1.4"
},
"homepage": "https://github.com/huzidaha/react-naive-book#readme",
"dependencies": {
"node-delete": "^0.1.2"
}
}