Files
infissionline.configurator/package.json
2026-01-16 17:55:52 +01:00

29 lines
635 B
JSON

{
"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.175.0",
"vite-plugin-static-copy": "^2.3.0"
},
"devDependencies": {
"vite": "^6.2.4",
"vite-plugin-minify": "^2.1.0"
}
}