mirror of
https://github.com/garentyler/inferno.git
synced 2025-07-19 11:50:41 -06:00
22 lines
406 B
JSON
22 lines
406 B
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"license": "AGPL-3.0-only",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.12"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^5.4.10",
|
|
"vue-tsc": "^2.1.8"
|
|
}
|
|
}
|