55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "demo",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "husky",
|
|
"lint": "eslint .",
|
|
"fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@jsonlee_12138/enum": "^1.0.4",
|
|
"@vueuse/core": "^13.2.0",
|
|
"element-plus": "^2.9.10",
|
|
"hook-fetch": "^1.0.1",
|
|
"pinia": "^3.0.2",
|
|
"pinia-plugin-persistedstate": "^4.3.0",
|
|
"radash": "^12.1.0",
|
|
"reset-css": "^5.0.2",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue": "^3.5.14",
|
|
"vue-element-plus-x": "1.2.0",
|
|
"vue-router": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^4.13.1",
|
|
"@changesets/cli": "^2.29.4",
|
|
"@commitlint/config-conventional": "^19.8.1",
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"commitlint": "^19.8.1",
|
|
"cz-git": "^1.11.1",
|
|
"eslint": "^9.27.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.0.0",
|
|
"prettier": "^3.5.3",
|
|
"sass-embedded": "^1.89.0",
|
|
"typescript": "~5.8.3",
|
|
"unocss": "66.1.2",
|
|
"unplugin-auto-import": "^19.2.0",
|
|
"unplugin-vue-components": "^28.5.0",
|
|
"vite": "^6.3.5",
|
|
"vue-tsc": "^2.2.10"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
}
|
|
}
|