You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
530 B
JSON
20 lines
530 B
JSON
{
|
|
"name": "artnouveau-website",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "artnouveau.in — Art.n Architects static site. `npm run images` once after adding photos, `npm run build` to regenerate dist/.",
|
|
"scripts": {
|
|
"images": "node tools/images.js",
|
|
"build": "node tools/build.js"
|
|
},
|
|
"devDependencies": {
|
|
"@google/model-viewer": "3.5.0",
|
|
"glightbox": "^3.3.1",
|
|
"gsap": "3.12.5",
|
|
"hover-effect": "1.2.1",
|
|
"lenis": "1.1.14",
|
|
"sharp": "^0.33.0",
|
|
"three": "0.128.0"
|
|
}
|
|
}
|