44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"packageManager": "pnpm@7.12.0",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite --port 3333 --open",
|
|
"lint": "eslint .",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"up": "taze major -I"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^9.11.0",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.34.1",
|
|
"@iconify-json/carbon": "^1.1.13",
|
|
"@types/node": "^18.11.18",
|
|
"@unocss/reset": "^0.48.4",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue-macros/volar": "^0.5.15",
|
|
"@vue/test-utils": "^2.2.7",
|
|
"eslint": "^8.32.0",
|
|
"jsdom": "^21.0.0",
|
|
"pnpm": "^7.25.1",
|
|
"taze": "^0.8.5",
|
|
"typescript": "^4.9.4",
|
|
"unocss": "^0.48.4",
|
|
"unplugin-auto-import": "^0.12.1",
|
|
"unplugin-vue-components": "^0.22.12",
|
|
"unplugin-vue-macros": "^1.4.2",
|
|
"vite": "^4.0.4",
|
|
"vite-plugin-pages": "^0.28.0",
|
|
"vitest": "^0.27.2",
|
|
"vue-tsc": "^1.0.24"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu"
|
|
}
|
|
}
|