Skip to content

Commit 0d57fd4

Browse files
committed
更新文档配置
1 parent 4416ce3 commit 0d57fd4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+8004
-256
lines changed

package.json

Lines changed: 53 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-node",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "node学习笔记",
55
"main": "index.js",
66
"author": "[email protected]",
77
"hommepage": "https://github.com/zhoubichuan/web-node/",
@@ -10,22 +10,63 @@
1010
"scripts": {
1111
"dev": "vuepress dev src",
1212
"build": "vuepress build src",
13-
"src:build": "vuepress build src",
13+
"publish": "gulp && cd lib && npm publish",
14+
"build:comps": "gulp",
1415
"deploy": "bash deploy.sh",
1516
"github": "bash github.sh",
16-
"gitee": "bash gitee.sh"
17+
"gitee": "bash gitee.sh",
18+
"dll": "webpack -p --progress --config ./src/.vuepress/webpack.dll.conf.js",
19+
"build:js": "node rollup.js",
20+
"build:css": "npx gulp sass",
21+
"build:all": "npm run build:js && npm run build:css"
1722
},
1823
"devDependencies": {
19-
"@vuepress/plugin-active-header-links": "^1.8.2",
20-
"@vuepress/plugin-back-to-top": "^1.8.2",
21-
"@vuepress/plugin-blog": "^1.9.4",
22-
"@vuepress/plugin-medium-zoom": "^1.8.2",
23-
"@vuepress/plugin-nprogress": "^1.8.2",
24-
"@vuepress/plugin-pwa": "^1.8.2",
25-
"vuepress": "^1.8.2",
26-
"vuepress-plugin-boxx": "0.0.7"
24+
"@vuepress/plugin-active-header-links": "1.8.2",
25+
"@vuepress/plugin-back-to-top": "1.8.2",
26+
"@vuepress/plugin-blog": "1.9.4",
27+
"@vuepress/plugin-medium-zoom": "1.8.2",
28+
"@vuepress/plugin-nprogress": "1.8.2",
29+
"@vuepress/plugin-pwa": "1.8.2",
30+
"async-validator": "1.11.5",
31+
"autoprefixer": "^10.4.20",
32+
"body-parser": "1.20.2",
33+
"clean-webpack-plugin": "4.0.0",
34+
"gulp": "4.0.2",
35+
"gulp-autoprefixer": "^9.0.0",
36+
"gulp-babel": "8.0.0",
37+
"gulp-clean": "0.4.0",
38+
"gulp-htmlmin": "5.0.1",
39+
"gulp-imagemin": "8.0.0",
40+
"gulp-minify-css": "1.2.4",
41+
"gulp-remove-empty-lines": "0.1.0",
42+
"gulp-remove-html": "1.3.0",
43+
"gulp-sass": "5.1.0",
44+
"gulp-uglify": "3.0.2",
45+
"less": "3.0.2",
46+
"less-loader": "4.1.0",
47+
"node-sass": "4.14.1",
48+
"sass": "^1.69.5",
49+
"sass-loader": "7.3.1",
50+
"voice-core": "^0.4.0",
51+
"vuepress-plugin-boxx": "0.0.7",
52+
"vuepress-plugin-dynamic-title": "1.0.0",
53+
"webpack": "4.29.6",
54+
"webpack-cli": "3.3.0"
2755
},
2856
"dependencies": {
29-
"vuepress-plugin-demo-container": "^0.2.0"
57+
"@ckeditor/ckeditor5-build-decoupled-document": "^39.0.1",
58+
"@ckeditor/ckeditor5-vue2": "^3.0.1",
59+
"axios": "0.21.1",
60+
"element-ui": "2.3.7",
61+
"i18n": "0.15.1",
62+
"jspdf": "^2.5.1",
63+
"lodash": "4.17.21",
64+
"moment": "2.29.4",
65+
"qs": "6.11.2",
66+
"vue-pdf": "4.2.0",
67+
"vue3-sfc-loader": "^0.8.4",
68+
"vuepress": "1.9.7",
69+
"vuex": "3.1.0",
70+
"web-elementui": "1.1.6"
3071
}
3172
}

0 commit comments

Comments
 (0)