examples: move current examples into examples/vite

This commit is contained in:
bcakmakoglu
2022-06-03 19:32:46 +02:00
committed by Braks
parent c6bda81c5e
commit 8dd7c79700
68 changed files with 94 additions and 91 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "examples",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "../node_modules/.bin/vite",
"build": "../node_modules/.bin/vite build",
"serve": "../node_modules/.bin/vite serve",
"lint": "eslint --ext \\\".js,.jsx,.ts,.tsx\\\" --fix --ignore-path .gitignore ."
},
"dependencies": {
"@braks/vue-flow": "workspace:*"
},
"devDependencies": {
"@types/dagre": "^0.7.46",
"@vitejs/plugin-vue": "^2.2.0",
"dagre": "^0.8.5",
"unplugin-auto-import": "^0.6.8",
"vite": "2.5.x",
"vite-plugin-vue-type-imports": "^0.1.3",
"vite-svg-loader": "^3.1.2",
"vue": "^3.2.25",
"vue-router": "^4.0.12"
}
}