feat(tooling): add vite config to tooling pkgs

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-22 20:20:11 +01:00
committed by Braks
parent 2a6077ed9f
commit 8dd453634c
9 changed files with 193 additions and 67 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@vue-flow/vite-config",
"version": "0.0.0",
"private": true,
"license": "MIT",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"devDependencies": {
"@vue-flow/eslint-config": "workspace:*",
"@vue-flow/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"defu": "^6.1.2",
"unplugin-auto-import": "^0.14.4",
"vite-plugin-vue-type-imports": "^0.2.4",
"vite": "^4.1.4"
}
}