|
|
|
@ -96,6 +96,7 @@
|
|
|
|
|
"bisheng-plugin-toc": "^0.4.0",
|
|
|
|
|
"color-standalone": "^0.11.6",
|
|
|
|
|
"cross-env": "^3.1.4",
|
|
|
|
|
"css-split-webpack-plugin": "^0.2.3",
|
|
|
|
|
"dekko": "^0.2.0",
|
|
|
|
|
"dora-plugin-upload": "^0.3.1",
|
|
|
|
|
"enquire.js": "^2.1.1",
|
|
|
|
@ -156,9 +157,7 @@
|
|
|
|
|
"compile": "antd-tools run compile",
|
|
|
|
|
"tsc": "tsc",
|
|
|
|
|
"start": "bisheng start -c ./site/bisheng.config.js --no-livereload",
|
|
|
|
|
"site": "npm run site:babel && bisheng build --ssr -c ./site/bisheng.config.js && npm run site:clean",
|
|
|
|
|
"site:babel": "babel ./site/theme/template --out-dir ./site/theme/template",
|
|
|
|
|
"site:clean": "rimraf site/theme/template/**/*.js site/theme/template/*.js",
|
|
|
|
|
"site": "bisheng build --ssr -c ./site/bisheng.config.js",
|
|
|
|
|
"deploy": "antd-tools run clean && npm run site && bisheng gh-pages --push-only",
|
|
|
|
|
"pub": "antd-tools run pub",
|
|
|
|
|
"prepublish": "antd-tools run guard",
|
|
|
|
|