feathers/docs/package.json
Marshall Thompson fe47d3d744
docs(sitemap) create sitemap.xml during build (#2851)
Also splits out `nav` and `sidebar` sections of the config into their own files.
2022-11-04 15:58:01 -06:00

39 lines
1.1 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.4.0",
"date-fns": "^2.29.3",
"element-plus": "^2.2.19",
"vue": "^3.2.41"
},
"devDependencies": {
"@feathersjs/cli": "^5.0.0-pre.28",
"@iconify-json/carbon": "^1.1.9",
"@types/node": "^18.11.9",
"@unocss/preset-typography": "^0.46.3",
"@unocss/reset": "^0.46.3",
"@unocss/transformer-directives": "^0.46.3",
"@vitejs/plugin-vue": "^3.2.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"https-localhost": "^4.7.1",
"sass": "^1.55.0",
"sitemap": "^7.1.1",
"unocss": "^0.46.3",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite-plugin-pwa": "^0.13.1",
"vitepress": "^1.0.0-alpha.27",
"workbox-window": "^6.5.4"
}
}