* examples: update pinia example * chore(examples): update pinia dep * examples: add icons to pinia panel * docs(examples): update pinia example
31 lines
831 B
JSON
31 lines
831 B
JSON
{
|
|
"name": "@vue-flow/examples-vite",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"lint": "eslint --ext .js,.ts,.vue ./ && vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@dagrejs/dagre": "^1.1.2",
|
|
"@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:*",
|
|
"pinia": "^2.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tooling/eslint-config": "workspace:*",
|
|
"@tooling/tsconfig": "workspace:*",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"unplugin-auto-import": "^0.16.6",
|
|
"vite": "^4.4.11",
|
|
"vite-svg-loader": "^4.0.0",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.5",
|
|
"vue-tsc": "^1.8.16"
|
|
}
|
|
}
|