examples: move current examples into examples/vite
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user