-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
125 lines (125 loc) · 5.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "vue3-blog-admin",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/galaxy-s10/vue3-blog-admin"
},
"license": "MIT",
"author": "shuisheng <2274751790@qq.com>",
"scripts": {
"deploy:beta": "node ./deploy/index.js --beta",
"deploy:prod": "node ./deploy/index.js --prod",
"build": "webpack --config ./script/config/webpack.common.ts --env production",
"build:beta": "cross-env VUE_APP_RELEASE_PROJECT_NAME=vue3-blog-admin VUE_APP_RELEASE_PROJECT_ENV=beta webpack --config ./script/config/webpack.common.ts --env production",
"build:preview": "cross-env VUE_APP_RELEASE_PROJECT_NAME=vue3-blog-admin VUE_APP_RELEASE_PROJECT_ENV=preview webpack --config ./script/config/webpack.common.ts --env production",
"build:prod": "cross-env VUE_APP_RELEASE_PROJECT_NAME=vue3-blog-admin VUE_APP_RELEASE_PROJECT_ENV=prod webpack --config ./script/config/webpack.common.ts --env production",
"build:stats": "cross-env WEBPACK_ANALYZER_SWITCH=true webpack --config ./script/config/webpack.common.ts --env production",
"copy": "ts-node ./deploy/handleGiteeJenkins.mjs",
"cz": "cz",
"lint": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --cache",
"lint:fix": "eslint --config ./.eslintrc.js . --ext .js,.jsx,.ts,.tsx,.vue --cache --fix",
"prepare": "husky install",
"prettier": "prettier --write .",
"push": "cz && standard-version",
"release": "standard-version",
"start": "webpack serve --config ./script/config/webpack.common.ts --env development",
"start:beta": "cross-env VUE_APP_RELEASE_PROJECT_NAME=vue3-blog-admin VUE_APP_RELEASE_PROJECT_ENV=beta webpack serve --config ./script/config/webpack.common.ts --env development",
"start:preview": "cross-env VUE_APP_RELEASE_PROJECT_NAME=vue3-blog-admin VUE_APP_RELEASE_PROJECT_ENV=preview webpack serve --config ./script/config/webpack.common.ts --env development",
"start:prod": "cross-env VUE_APP_RELEASE_PROJECT_NAME=vue3-blog-admin VUE_APP_RELEASE_PROJECT_ENV=prod webpack serve --config ./script/config/webpack.common.ts --env development",
"typecheck": "vue-tsc --watch --noEmit",
"typecheck-tsc": "tsc -p ./tsconfig.json --noEmit"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@kangc/v-md-editor": "^2.3.15",
"@vicons/ionicons5": "^0.12.0",
"axios": "^0.26.0",
"billd-deploy": "^1.0.26",
"billd-html-webpack-plugin": "^1.0.5",
"billd-scss": "^0.0.8",
"billd-utils": "^0.0.22",
"dayjs": "^1.11.0",
"highlight.js": "^11.6.0",
"js-cookie": "^3.0.1",
"naive-ui": "^2.35.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"spark-md5": "^3.0.2",
"vconsole": "^3.15.0",
"vfonts": "^0.0.3",
"vue": "^3.3.9",
"vue-demi": "^0.14.6",
"vue-router": "^4.2.5",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.2",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@rushstack/eslint-patch": "^1.1.0",
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"@types/js-cookie": "^3.0.2",
"@types/spark-md5": "^3.0.2",
"@typescript-eslint/parser": "^6.13.1",
"@vue/compiler-sfc": "^3.3.9",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/preload-webpack-plugin": "^2.0.0",
"babel-loader": "^8.2.2",
"chalk": "^4",
"commitizen": "^4.2.4",
"compression-webpack-plugin": "^7.1.2",
"copy-webpack-plugin": "^8.1.0",
"core-js": "^3.17.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.0.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild-loader": "^2.21.0",
"eslint": "^8.55.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.3.1",
"html-webpack-tags-plugin": "^3.0.1",
"husky": "^7.0.0",
"lint-staged": "^12.1.4",
"mini-css-extract-plugin": "^1.6.0",
"node-emoji": "^1.11.0",
"path-browserify": "^1.0.1",
"portfinder": "^1.0.28",
"postcss": "^8.4.8",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.2",
"prettier": "^3.1.0",
"sass": "^1.45.2",
"sass-loader": "^12.4.0",
"standard-version": "^9.3.2",
"terser": "^5.7.0",
"terser-webpack-plugin": "^5.3.5",
"thread-loader": "^3.0.4",
"trash": "^8.1.1",
"ts-loader": "^9.2.7",
"typescript": "^5.3.2",
"unplugin-vue-components": "^0.25.2",
"vue-loader": "^17.3.1",
"vue-style-loader": "^4.1.3",
"vue-tsc": "^1.8.24",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.2",
"webpack-merge": "^5.7.3",
"webpackbar": "^5.0.0-3",
"windicss-webpack-plugin": "^1.7.7"
}
}