1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "private": true,
- "packageManager": "pnpm@8.6.0",
- "scripts": {
- "build": "vite build",
- "dev": "vite --port 3433 --open",
- "lint": "eslint .",
- "typecheck": "vue-tsc --noEmit",
- "preview": "vite preview",
- "test": "vitest",
- "up": "taze major -I",
- "postinstall": "npx simple-git-hooks"
- },
- "dependencies": {
- "@vueuse/core": "^10.1.2",
- "axios": "^1.5.0",
- "element-plus": "^2.3.12",
- "vue": "^3.3.4",
- "vue-router": "^4.2.2"
- },
- "devDependencies": {
- "@antfu/eslint-config": "^0.39.5",
- "@iconify-json/carbon": "^1.1.17",
- "@iconify/json": "^2.2.110",
- "@types/node": "^20.2.5",
- "@unocss/eslint-config": "^0.53.0",
- "@unocss/reset": "^0.53.0",
- "@vitejs/plugin-vue": "^4.2.3",
- "@vue-macros/volar": "^0.10.2",
- "@vue/test-utils": "^2.3.2",
- "eslint": "^8.42.0",
- "jsdom": "^22.1.0",
- "lint-staged": "^13.2.2",
- "pnpm": "^8.6.0",
- "sass": "^1.66.1",
- "simple-git-hooks": "^2.8.1",
- "taze": "^0.10.2",
- "typescript": "^5.1.3",
- "unocss": "^0.53.0",
- "unplugin-auto-import": "^0.16.4",
- "unplugin-icons": "^0.17.0",
- "unplugin-vue-components": "^0.25.0",
- "unplugin-vue-macros": "^2.2.1",
- "vite": "^4.3.9",
- "vite-plugin-pages": "^0.31.0",
- "vitest": "^0.31.4",
- "vue-tsc": "^1.6.5"
- },
- "simple-git-hooks": {
- "pre-commit": "pnpm lint-staged"
- },
- "lint-staged": {
- "*": ""
- },
- "eslintConfig": {
- "extends": [
- "@antfu",
- "@unocss"
- ]
- }
- }
|