feathers/docs/package.json
2025-08-02 14:03:59 -07:00

50 lines
1.3 KiB
JSON

{
"name": "docs",
"private": true,
"type": "module",
"engines": {
"node": ">= 22"
},
"scripts": {
"dev": "vitepress --port 3333 --open",
"build": "vitepress build",
"serve": "vitepress serve",
"preview-https": "pnpm run build && serve .vitepress/dist",
"prefetch": "esno .vitepress/scripts/fetch-avatars.ts",
"start": "npm run dev"
},
"dependencies": {
"@vueuse/core": "^13.6.0",
"date-fns": "^4.1.0",
"element-plus": "^2.10.5",
"query-string": "^9.2.2",
"shiki": "^3.9.1",
"vue": "^3.5.18"
},
"devDependencies": {
"@feathersjs/generators": "^5.0.34",
"@iconify-json/carbon": "^1.2.11",
"@types/node": "^24.1.0",
"@unocss/preset-typography": "^66.4.0",
"@unocss/reset": "^66.4.0",
"@unocss/transformer-directives": "^66.4.0",
"@vitejs/plugin-vue": "^6.0.1",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"flexsearch": "^0.7.3",
"https-localhost": "^4.7.1",
"markdown-it": "^14.1.0",
"sass": "^1.89.2",
"sitemap": "^8.0.0",
"unocss": "^66.4.0",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vite-plugin-pwa": "^1.0.2",
"vitepress": "^1.6.3",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-search": "^1.0.4-alpha.22",
"vitest": "^3.2.4",
"workbox-window": "^7.3.0"
}
}