1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00
Files
dozzle/docs/package.json
Amir Raminfar 5abf538cb4 Updates docs
2023-02-28 11:48:43 -08:00

52 lines
1.3 KiB
JSON

{
"private": true,
"type": "module",
"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",
"@types/node": "^18.14.2",
"@unocss/preset-typography": "^0.50.1",
"@unocss/reset": "^0.50.1",
"@vitejs/plugin-vue": "^4.0.0",
"@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.1",
"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"
}
}