mirror of
https://github.com/multipleof4/sune.git
synced 2026-01-13 16:17:55 +00:00
17 lines
298 B
JSON
17 lines
298 B
JSON
{
|
|
"name": "sune",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "7.2.*",
|
|
"vite-plugin-html-inject": "1.1.*",
|
|
"vite-plugin-pwa": "1.1.*"
|
|
}
|
|
}
|