82 lines
2.5 KiB
JSON
82 lines
2.5 KiB
JSON
{
|
|
"name": "@platform/base",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"start": "vite",
|
|
"vueserve": "vue-cli-service serve",
|
|
"precommit": "lint-staged --allow-empty",
|
|
"lint": "vue-cli-service lint",
|
|
"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": {
|
|
"@element-plus/icons": "^0.0.11",
|
|
"@kangc/v-md-editor": "^2.3.5",
|
|
"@vueuse/core": "^4.10.0",
|
|
"axios": "1.3.4",
|
|
"codemirror": "^5.61.1",
|
|
"cropperjs": "^1.5.12",
|
|
"echarts": "^5.1.1",
|
|
"element-plus": "^2.3.0",
|
|
"husky": "^7.0.4",
|
|
"js-md5": "^0.7.3",
|
|
"less": "^2.7.3",
|
|
"less-loader": "^4.1.0",
|
|
"lint-staged": "^12.1.2",
|
|
"lodash": "^4.17.21",
|
|
"mockjs": "^1.1.0",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"sortablejs": "^1.13.0",
|
|
"splitpanes": "^3.0.4",
|
|
"stylelint": "^14.1.0",
|
|
"stylelint-config-sass-guidelines": "^9.0.1",
|
|
"stylelint-config-styled-components": "^0.1.1",
|
|
"stylelint-processor-styled-components": "^1.10.0",
|
|
"throttle-debounce": "^3.0.1",
|
|
"unplugin-vue-components": "^0.17.2",
|
|
"v-contextmenu": "^3.0.0",
|
|
"vite-plugin-qiankun": "^1.0.15",
|
|
"vite-plugin-svg-icons": "^1.0.5",
|
|
"vue": "^3.2.16",
|
|
"vue-i18n": "^9.1.6",
|
|
"vue-router": "^4.0.12",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuex": "^4.0.0",
|
|
"xlsx": "^0.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^15.0.0",
|
|
"@commitlint/config-conventional": "^15.0.0",
|
|
"@types/js-md5": "^0.4.3",
|
|
"@types/node": "^16.7.8",
|
|
"@vitejs/plugin-vue": "^1.9.3",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"@vue/eslint-config-standard": "^5.1.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-html": "^6.1.2",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^7.0.0",
|
|
"pre-commit": "^1.2.2",
|
|
"sass": "^1.32.12",
|
|
"standard-changelog": "^2.0.27",
|
|
"stylelint-config-standard": "^24.0.0",
|
|
"stylelint-order": "^5.0.0",
|
|
"typescript": "^4.1.3",
|
|
"vite": "3.2.5",
|
|
"vite-plugin-mock": "2.8.0",
|
|
"vite-plugin-pages": "^0.19.9",
|
|
"vue-tsc": "^0.3.0"
|
|
}
|
|
}
|