24 lines
558 B
JSON
24 lines
558 B
JSON
{
|
|
"name": "vite-examples",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore ."
|
|
},
|
|
"dependencies": {
|
|
"@vue-flow/core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dagre": "^0.7.47",
|
|
"@vitejs/plugin-vue": "^2.3.4",
|
|
"dagre": "^0.8.5",
|
|
"unplugin-auto-import": "^0.6.9",
|
|
"vite": "2.9.15",
|
|
"vite-plugin-vue-type-imports": "0.2.0",
|
|
"vite-svg-loader": "^3.6.0",
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.1.5"
|
|
}
|
|
}
|