mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 06:28:42 +01:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"type": "module",
|
|
"private": true,
|
|
"packageManager": "pnpm@7.12.0",
|
|
"scripts": {
|
|
"build": "vite-ssg 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.13.0",
|
|
"@vueuse/head": "^1.1.9",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.35.3",
|
|
"@iconify-json/carbon": "^1.1.16",
|
|
"@iconify-json/mdi": "^1.1.48",
|
|
"@types/node": "^18.14.2",
|
|
"@unocss/preset-typography": "^0.50.3",
|
|
"@unocss/reset": "^0.50.3",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue-macros/reactivity-transform": "^0.2.4",
|
|
"@vue-macros/volar": "^0.8.4",
|
|
"@vue/test-utils": "^2.3.0",
|
|
"critters": "^0.0.16",
|
|
"eslint": "^8.35.0",
|
|
"jsdom": "^21.1.0",
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
"markdown-it-shiki": "^0.8.0",
|
|
"pnpm": "^7.28.0",
|
|
"taze": "^0.8.5",
|
|
"typescript": "^4.9.5",
|
|
"unocss": "^0.50.3",
|
|
"unplugin-auto-import": "^0.15.0",
|
|
"unplugin-vue-components": "^0.24.0",
|
|
"unplugin-vue-macros": "^1.9.1",
|
|
"vite": "^4.1.4",
|
|
"vite-plugin-pages": "^0.28.0",
|
|
"vite-plugin-vue-layouts": "^0.8.0",
|
|
"vite-plugin-vue-markdown": "^0.22.4",
|
|
"vite-ssg": "^0.22.1",
|
|
"vue-tsc": "^1.2.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu"
|
|
}
|
|
}
|