|
1 | 1 | {
|
2 | 2 | "name": "web-node",
|
3 | 3 | "version": "1.0.0",
|
4 |
| - "description": "", |
| 4 | + "description": "node学习笔记", |
5 | 5 | "main": "index.js",
|
6 | 6 |
|
7 | 7 | "hommepage": "https://github.com/zhoubichuan/web-node/",
|
|
10 | 10 | "scripts": {
|
11 | 11 | "dev": "vuepress dev src",
|
12 | 12 | "build": "vuepress build src",
|
13 |
| - "src:build": "vuepress build src", |
| 13 | + "publish": "gulp && cd lib && npm publish", |
| 14 | + "build:comps": "gulp", |
14 | 15 | "deploy": "bash deploy.sh",
|
15 | 16 | "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" |
17 | 22 | },
|
18 | 23 | "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" |
27 | 55 | },
|
28 | 56 | "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" |
30 | 71 | }
|
31 | 72 | }
|
0 commit comments