42 lines
1009 B
JSON
42 lines
1009 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.5.0",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.31.0",
|
|
"@iconify-json/carbon": "^1.1.11",
|
|
"@types/node": "^18.11.9",
|
|
"@unocss/reset": "^0.46.5",
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"@vue/test-utils": "^2.2.4",
|
|
"eslint": "^8.28.0",
|
|
"jsdom": "^20.0.3",
|
|
"pnpm": "^7.17.0",
|
|
"taze": "^0.8.4",
|
|
"typescript": "^4.9.3",
|
|
"unocss": "^0.46.5",
|
|
"unplugin-auto-import": "^0.11.5",
|
|
"unplugin-vue-components": "^0.22.11",
|
|
"vite": "^3.2.4",
|
|
"vite-plugin-pages": "^0.27.1",
|
|
"vitest": "^0.25.2",
|
|
"vue-tsc": "^1.0.9"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu"
|
|
}
|
|
}
|