Files
vue-flow/examples/vite/package.json
Braks de6f042826 chore: update deps (#1633)
* chore(tests): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(workflows): update actions to latest

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore: update pnpm-lock.yaml

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(examples,vite): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(examples,nuxt): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(examples,quasar): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(examples,docs): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2024-11-01 19:48:16 +01:00

32 lines
863 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.4",
"@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:*",
"html-to-image": "^1.11.11",
"pinia": "^2.2.4"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^5.1.4",
"unplugin-auto-import": "^0.18.3",
"vite": "^5.4.8",
"vite-svg-loader": "^5.1.0",
"vue": "^3.5.11",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
}
}