74 lines
2.0 KiB
JSON
74 lines
2.0 KiB
JSON
{
|
|
"name": "project",
|
|
"version": "1.0.0",
|
|
"description": "QomoAi 子应用",
|
|
"author": "lqy",
|
|
"license": "MIT",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:prod": "vite build",
|
|
"build:stage": "vite build --mode staging",
|
|
"preview": "vite preview",
|
|
"prepare": "husky install",
|
|
"pre-commit": "lint-staged",
|
|
"commit": "git-cz"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "2.3.1",
|
|
"@qomo-platform/core": "^1.0.151",
|
|
"@vueup/vue-quill": "1.2.0",
|
|
"@vueuse/core": "10.6.1",
|
|
"axios": "1.6.7",
|
|
"echarts": "^5.5.0",
|
|
"element-plus": "2.4.3",
|
|
"file-saver": "2.0.5",
|
|
"js-cookie": "3.0.5",
|
|
"jsencrypt": "3.3.2",
|
|
"less": "^4.2.0",
|
|
"md5": "^2.3.0",
|
|
"monaco-editor": "^0.50.0",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"postcss-pxtorem": "^6.1.0",
|
|
"prettier": "^3.2.5",
|
|
"uuid": "^10.0.0",
|
|
"vite-plugin-qiankun": "^1.0.15",
|
|
"vue": "3.3.9",
|
|
"vue-router": "4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/config-conventional": "^19.0.3",
|
|
"@vitejs/plugin-vue": "4.5.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/compiler-sfc": "3.3.9",
|
|
"autoprefixer": "^10.4.18",
|
|
"commitizen": "^4.3.0",
|
|
"commitlint": "^19.0.3",
|
|
"commitlint-config-cz": "^0.13.3",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"cz-customizable": "^7.0.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vue": "^9.22.0",
|
|
"husky": "^8.0.0",
|
|
"husky-init": "^8.0.0",
|
|
"lint-staged": "^15.2.2",
|
|
"postcss": "^8.4.35",
|
|
"sass": "1.69.5",
|
|
"tailwindcss": "^3.4.1",
|
|
"unplugin-auto-import": "0.17.1",
|
|
"unplugin-vue-setup-extend-plus": "1.0.0",
|
|
"vite": "5.1.4",
|
|
"vite-plugin-compression": "0.5.1",
|
|
"vite-plugin-svg-icons": "2.0.1"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-customizable"
|
|
}
|
|
}
|
|
}
|