feathers/docs/package.json
2023-03-14 19:00:02 -07:00

44 lines
1.3 KiB
JSON

{
"name": "docs",
"private": true,
"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": "^9.12.0",
"date-fns": "^2.29.3",
"element-plus": "^2.2.29",
"query-string": "^8.1.0",
"vue": "^3.2.47"
},
"devDependencies": {
"@feathersjs/generators": "^5.0.0",
"@iconify-json/carbon": "^1.1.14",
"@types/node": "^18.13.0",
"@unocss/preset-typography": "^0.49.4",
"@unocss/reset": "^0.49.4",
"@unocss/transformer-directives": "^0.49.4",
"@vitejs/plugin-vue": "^4.0.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"flexsearch": "^0.7.31",
"https-localhost": "^4.7.1",
"markdown-it": "^13.0.1",
"sass": "^1.58.0",
"sitemap": "^7.1.1",
"unocss": "^0.49.4",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"vite-plugin-pwa": "^0.14.3",
"vitepress": "^1.0.0-alpha.45",
"vitepress-plugin-search": "^1.0.4-alpha.19",
"vitepress-plugin-google-analytics": "^1.0.2",
"workbox-window": "^6.5.4"
}
}