Files
CosScene/admin-web/package.json
T
2026-05-09 16:40:29 +08:00

38 lines
935 B
JSON

{
"name": "element-plus-vite-starter",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.14.0",
"license": "MIT",
"homepage": "https://vite-starter.element-plus.org",
"repository": {
"url": "https://github.com/element-plus/element-plus-vite-starter"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^13.6.0",
"element-plus": "^2.10.5",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^5.1.0",
"@types/node": "^24.1.0",
"@vitejs/plugin-vue": "^5.2.4",
"eslint": "^9.32.0",
"eslint-plugin-format": "^1.0.1",
"sass": "^1.89.2",
"typescript": "^5.9.2",
"vite": "^5.4.11",
"vue-tsc": "^3.0.5"
}
}