zephyr-frontend/package.json
uxuip b406555f5b
chore: update deps (#38)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2023-05-15 10:03:20 +02:00

57 lines
1.3 KiB
JSON

{
"private": true,
"packageManager": "pnpm@8.2.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",
"postinstall": "npx simple-git-hooks"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"vue": "^3.3.2",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.6",
"@iconify-json/carbon": "^1.1.16",
"@types/node": "^18.16.9",
"@unocss/eslint-config": "^0.51.12",
"@unocss/reset": "^0.51.12",
"@vitejs/plugin-vue": "^4.2.3",
"@vue-macros/volar": "^0.9.8",
"@vue/test-utils": "^2.3.2",
"eslint": "^8.40.0",
"jsdom": "^21.1.2",
"lint-staged": "^13.2.2",
"pnpm": "^8.5.1",
"simple-git-hooks": "^2.8.1",
"taze": "^0.9.2",
"typescript": "^5.0.4",
"unocss": "^0.51.12",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"unplugin-vue-macros": "^2.1.6",
"vite": "^4.3.5",
"vite-plugin-pages": "^0.29.0",
"vitest": "^0.30.1",
"vue-tsc": "^1.6.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
},
"eslintConfig": {
"extends": [
"@antfu",
"@unocss"
]
}
}