32 lines
840 B
JSON
32 lines
840 B
JSON
{
|
|
"name": "workbench",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"start": "vite",
|
|
"lint:less": "stylelint **/*.{css,sass,less} --fix --allow-empty-input",
|
|
"build": "vite build --mode=production",
|
|
"build:stag": "vite build --mode=staging",
|
|
"serve": "vite preview",
|
|
"releash": "sh releash.sh",
|
|
"log": "standard-changelog -f && git add CHANGELOG.md"
|
|
},
|
|
"dependencies": {
|
|
"@quality/common": "workspace:^1.0.0",
|
|
"element-plus": "2.2.33",
|
|
"vite-plugin-qiankun": "^1.0.15",
|
|
"vite-plugin-svg-icons": "^1.0.5",
|
|
"axios": "1.3.4",
|
|
"vue": "^3.2.16",
|
|
"vuex": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-md5": "^0.4.3",
|
|
"@types/node": "^16.7.8",
|
|
"vite": "3.2.5",
|
|
"vite-plugin-mock": "2.8.0",
|
|
"vite-plugin-pages": "^0.19.9",
|
|
"vue-tsc": "^0.3.0"
|
|
}
|
|
}
|