versione 0.8

This commit is contained in:
2026-07-13 11:58:30 +02:00
commit 761db06329
1723 changed files with 159016 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "infissionline-vite",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"bootstrap": "^5.3.5",
"bs5-lightbox": "^1.8.5",
"gsap": "^3.13.0",
"jquery": "^3.7.1",
"three": "^0.185.1",
"vite-plugin-static-copy": "^2.3.0"
},
"devDependencies": {
"vite": "^6.2.4",
"vite-plugin-minify": "^2.1.0"
}
}