|
@@ -12,7 +12,9 @@
|
|
|
"prepare": "husky"
|
|
"prepare": "husky"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
|
+ "@unocss/transformer-directives": "66.1.0-beta.7",
|
|
|
"element-plus": "^2.9.7",
|
|
"element-plus": "^2.9.7",
|
|
|
|
|
+ "normalize.css": "^8.0.1",
|
|
|
"pinia": "^3.0.1",
|
|
"pinia": "^3.0.1",
|
|
|
"vue": "^3.5.13",
|
|
"vue": "^3.5.13",
|
|
|
"vue-router": "^4.5.0"
|
|
"vue-router": "^4.5.0"
|
|
@@ -21,6 +23,8 @@
|
|
|
"@commitlint/cli": "^19.8.0",
|
|
"@commitlint/cli": "^19.8.0",
|
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
|
"@eslint/js": "^9.23.0",
|
|
"@eslint/js": "^9.23.0",
|
|
|
|
|
+ "@unocss/preset-attributify": "66.1.0-beta.7",
|
|
|
|
|
+ "@unocss/preset-uno": "66.1.0-beta.7",
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
|
"eslint": "^9.23.0",
|
|
"eslint": "^9.23.0",
|
|
@@ -31,8 +35,10 @@
|
|
|
"husky": "^9.1.7",
|
|
"husky": "^9.1.7",
|
|
|
"lint-staged": "^15.5.0",
|
|
"lint-staged": "^15.5.0",
|
|
|
"prettier": "^3.5.3",
|
|
"prettier": "^3.5.3",
|
|
|
|
|
+ "sass": "^1.86.0",
|
|
|
"typescript": "~5.7.2",
|
|
"typescript": "~5.7.2",
|
|
|
"typescript-eslint": "^8.28.0",
|
|
"typescript-eslint": "^8.28.0",
|
|
|
|
|
+ "unocss": "66.1.0-beta.7",
|
|
|
"vite": "^6.2.0",
|
|
"vite": "^6.2.0",
|
|
|
"vue-tsc": "^2.2.4"
|
|
"vue-tsc": "^2.2.4"
|
|
|
},
|
|
},
|