44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm run typedoc:md && vitepress dev src",
|
|
"docs": "pnpm run typedoc:md && vitepress build src",
|
|
"serve": "vitepress serve src",
|
|
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
|
|
"typedoc:md": "typedoc --options ./typedoc.md.json",
|
|
"typedocs": "typedoc --options ./typedoc.json"
|
|
},
|
|
"dependencies": {
|
|
"@algolia/client-search": "^4.14.2",
|
|
"@animxyz/core": "^0.6.6",
|
|
"@animxyz/vue3": "^0.6.7",
|
|
"@stackblitz/sdk": "^1.8.0",
|
|
"@vue-flow/additional-components": "workspace:*",
|
|
"@vue-flow/core": "workspace:*",
|
|
"@vue/repl": "1.1.2",
|
|
"blobity": "^0.2.1",
|
|
"canvas-confetti": "^1.5.1",
|
|
"vite": "^2.9.15",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.1.95",
|
|
"@types/canvas-confetti": "^1.4.3",
|
|
"@types/node": "^18.7.8",
|
|
"@windicss/plugin-scrollbar": "^1.2.3",
|
|
"dotenv": "^16.0.1",
|
|
"ohmyfetch": "^0.4.18",
|
|
"typedoc": "^0.22.18",
|
|
"typedoc-plugin-markdown": "^3.13.4",
|
|
"typedoc-plugin-merge-modules": "^4.0.1",
|
|
"unplugin-auto-import": "^0.10.3",
|
|
"unplugin-icons": "^0.14.8",
|
|
"unplugin-vue-components": "^0.21.2",
|
|
"vite-plugin-windicss": "^1.8.7",
|
|
"vitepress": "^1.0.0-alpha.4",
|
|
"windicss": "^3.5.6"
|
|
}
|
|
}
|