mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 10:03:31 +00:00
30 lines
730 B
JSON
30 lines
730 B
JSON
{
|
|
"name": "gitbook-core",
|
|
"version": "0.0.0",
|
|
"description": "Core for GitBook plugins API",
|
|
"main": "./src/index.js",
|
|
"dependencies": {
|
|
"immutable": "^3.8.1",
|
|
"react": "^15.3.1",
|
|
"react-dom": "^15.3.1",
|
|
"react-helmet": "^3.1.0",
|
|
"react-redux": "^4.4.5",
|
|
"redux": "^3.5.2",
|
|
"redux-thunk": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"babel-preset-react": "^6.11.1",
|
|
"babel-preset-stage-2": "^6.13.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GitbookIO/gitbook.git"
|
|
},
|
|
"author": "GitBook Inc. <contact@gitbook.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/GitbookIO/gitbook/issues"
|
|
}
|
|
}
|