You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
288 B

{
"version": "0.5.0",
"scripts": {
"dev": "vite",
"lib": "tsc && vite build --mode lib",
"build": "tsc && vite build --mode app",
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^16.11.12",
"typescript": "^4.3.2",
"vite": "^2.4.2"
}
}