42 lines
1011 B
JSON
42 lines
1011 B
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.3.0",
|
|
"vue": "^3.2.39",
|
|
"vue-router": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.27.0",
|
|
"@iconify-json/carbon": "^1.1.8",
|
|
"@types/node": "^18.7.21",
|
|
"@unocss/reset": "^0.45.22",
|
|
"@vitejs/plugin-vue": "^3.1.0",
|
|
"@vue/test-utils": "^2.0.2",
|
|
"eslint": "^8.24.0",
|
|
"jsdom": "^20.0.0",
|
|
"pnpm": "^7.12.2",
|
|
"taze": "^0.8.1",
|
|
"typescript": "^4.8.3",
|
|
"unocss": "^0.45.22",
|
|
"unplugin-auto-import": "^0.11.2",
|
|
"unplugin-vue-components": "^0.22.7",
|
|
"vite": "^3.1.3",
|
|
"vite-plugin-pages": "^0.26.0",
|
|
"vitest": "^0.23.4",
|
|
"vue-tsc": "^0.40.13"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu"
|
|
}
|
|
}
|