40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vuepress dev src",
|
|
"build": "pnpm run typedoc && vuepress build src",
|
|
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
|
|
"typedoc": "typedoc --options ./typedoc.json"
|
|
},
|
|
"dependencies": {
|
|
"@animxyz/core": "^0.6.6",
|
|
"@animxyz/vue3": "^0.6.6",
|
|
"@braks/vue-flow": "workspace:*",
|
|
"@stackblitz/sdk": "^1.6.0",
|
|
"@vue/repl": "1.1.2",
|
|
"blobity": "^0.1.7",
|
|
"canvas-confetti": "^1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.1.58",
|
|
"@types/canvas-confetti": "^1.4.2",
|
|
"@types/node": "^17.0.41",
|
|
"@vuepress/bundler-vite": "^2.0.0-beta.46",
|
|
"@vuepress/plugin-docsearch": "^2.0.0-beta.46",
|
|
"@vuepress/plugin-pwa": "^2.0.0-beta.46",
|
|
"@windicss/plugin-scrollbar": "^1.2.3",
|
|
"dotenv": "^16.0.1",
|
|
"ohmyfetch": "^0.4.18",
|
|
"typedoc": "^0.22.17",
|
|
"typedoc-plugin-markdown": "^3.12.1",
|
|
"unplugin-auto-import": "^0.6.9",
|
|
"unplugin-icons": "^0.14.3",
|
|
"unplugin-vue-components": "^0.18.5",
|
|
"vite-plugin-windicss": "^1.8.4",
|
|
"vuepress": "2.0.0-beta.46",
|
|
"windicss": "^3.5.4"
|
|
}
|
|
}
|