18 lines
437 B
JSON
18 lines
437 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|