29 lines
768 B
JSON
29 lines
768 B
JSON
{
|
|
"name": "@vue-flow/examples-vite",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore ."
|
|
},
|
|
"dependencies": {
|
|
"vueflow": "workspace:*",
|
|
"@vue-flow/background": "workspace:*",
|
|
"@vue-flow/controls": "workspace:*",
|
|
"@vue-flow/core": "workspace:*",
|
|
"@vue-flow/minimap": "workspace:*",
|
|
"@vue-flow/node-resizer": "workspace:*",
|
|
"@vue-flow/node-toolbar": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dagre": "^0.7.48",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"dagre": "^0.8.5",
|
|
"unplugin-auto-import": "^0.14.4",
|
|
"vite": "^4.1.3",
|
|
"vite-svg-loader": "^3.6.0",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6"
|
|
}
|
|
}
|