33 lines
924 B
JSON
33 lines
924 B
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"author": "Burak Cakmakoglu<brainbraks@googlemail.com>",
|
|
"scripts": {
|
|
"dev": "vuepress dev src",
|
|
"build": "vuepress build src",
|
|
"lint": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist"
|
|
},
|
|
"dependencies": {
|
|
"@braks/vue-flow": "^0.4.2-3",
|
|
"blobity": "^0.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.1.22",
|
|
"@types/node": "^17.0.23",
|
|
"@vuepress/bundler-vite": "^2.0.0-beta.37",
|
|
"@vuepress/plugin-docsearch": "^2.0.0-beta.37",
|
|
"@vuepress/plugin-pwa": "^2.0.0-beta.38",
|
|
"@windicss/plugin-scrollbar": "^1.2.3",
|
|
"dotenv": "^16.0.0",
|
|
"ohmyfetch": "^0.4.15",
|
|
"unplugin-auto-import": "^0.6.9",
|
|
"unplugin-icons": "^0.14.1",
|
|
"unplugin-vue-components": "^0.18.5",
|
|
"vite-plugin-windicss": "^1.8.3",
|
|
"vuepress": "^2.0.0-beta.37",
|
|
"windicss": "^3.5.1"
|
|
}
|
|
}
|