39 lines
1012 B
JSON
39 lines
1012 B
JSON
{
|
|
"name": "doc",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./docz-lib/docz/bin/index.js dev",
|
|
"build": "node ./docz-lib/docz/bin/index.js build",
|
|
"predeploy": "npm install && npm run build",
|
|
"deploy": "gh-pages -d .docz/dist"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"peerDependencies": {},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.16.7",
|
|
"@babel/core": "^7.16.7",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"axios": "0.19.0",
|
|
"babel-loader": "8.0.6",
|
|
"babel-plugin-lodash": "3.3.4",
|
|
"babel-plugin-react-transform": "3.0.0",
|
|
"gh-pages": "2.0.1",
|
|
"react-github-btn": "1.0.5",
|
|
"react-syntax-highlighter": "11.0.1",
|
|
"reactstrap": "8.0.0",
|
|
"xml2js": "0.4.19"
|
|
},
|
|
"dependencies": {
|
|
"docz": "1.2.0",
|
|
"facepaint": "1.2.1",
|
|
"hash-source": "1.0.4",
|
|
"react-feather": "1.1.6",
|
|
"styled-components": "4.3.1",
|
|
"yargs": "14.0.0"
|
|
}
|
|
}
|