auto_score/AES-front/package.json

105 lines
2.7 KiB
JSON
Raw Normal View History

2024-12-29 20:44:44 +08:00
{
"name": "vue-naive-admin",
"version": "1.0.0",
"scripts": {
"build": "vite build",
"build:github": "vite build --mode github && esno ./build/script",
"build:test": "vite build --mode test",
"cz": "cz",
"dev": "vite",
"lint": "eslint --ext .js,.vue .",
"lint:fix": "eslint --fix --ext .js,.vue .",
"lint:staged": "lint-staged",
"preview": "vite preview"
},
"lint-staged": {
"*.{js,vue}": [
"eslint --ext .js,.vue ."
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"eslintConfig": {
"extends": [
"@zclzone",
"@unocss",
".eslint-global-variables.json"
]
},
"dependencies": {
"@antv/x6": "^2.18.1",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-python": "^6.1.5",
"@codemirror/theme-one-dark": "^6.1.2",
"@unocss/eslint-config": "^0.55.7",
"@vueuse/core": "^10.7.2",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "5.1.12",
"@wangeditor/plugin-upload-attachment": "^1.1.0",
"axios": "^1.6.7",
"codemirror": "^6.0.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"docx": "^8.5.0",
"echarts": "^5.4.3",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"pinia": "^2.1.7",
"seemly": "^0.3.8",
"vite": "^4.5.2",
"vue": "3.4.21",
"vue-codemirror": "^6.1.1",
"vue-echarts": "^6.6.8",
"vue-router": "^4.2.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@gradio/client": "^0.14.0",
"@iconify/json": "^2.2.182",
"@iconify/vue": "^4.1.1",
"@unocss/preset-rem-to-px": "^0.55.7",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/compiler-sfc": "^3.4.18",
"@zclzone/eslint-config": "^0.0.5",
"chalk": "^5.3.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"dotenv": "^16.4.2",
"esno": "^0.17.0",
"fs-extra": "^11.2.0",
"lint-staged": "^14.0.1",
"naive-ui": "^2.37.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.70.0",
"unocss": "0.55.3",
"unplugin-auto-import": "^0.16.7",
"unplugin-icons": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mock": "2.9.6",
"vite-plugin-svg-icons": "^2.0.1"
},
"pnpm": {
"ignoredBuiltDependencies": [
"bufferutil",
"es5-ext",
"vue-demi",
"vue-echarts"
],
"onlyBuiltDependencies": [
"bufferutil",
"es5-ext",
"vue-demi",
"vue-echarts"
]
2024-12-29 20:44:44 +08:00
}
}