vite/playground/vue-lib/package.json
renovate[bot] 15aa827283
chore(deps): update all non-major dependencies (#10488)
Co-authored-by: sapphi-red <green@sapphi.red>
2022-10-20 08:11:00 +02:00

18 lines
467 B
JSON

{
"name": "test-vue-lib",
"private": true,
"version": "0.0.0",
"scripts": {
"dev-consumer": "vite --config ./vite.config.consumer.ts",
"build-lib": "vite build --config ./vite.config.lib.ts",
"build-lib-css": "vite build --config ./vite.config.lib-css.ts",
"build-consumer": "vite build --config ./vite.config.consumer.ts"
},
"dependencies": {
"vue": "^3.2.41"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
}
}