45 lines
971 B
JSON
45 lines
971 B
JSON
{
|
|
"name": "ikkai-ceramics",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:docker": "vite build",
|
|
"postbuild": "react-snap",
|
|
"preview": "vite preview"
|
|
},
|
|
"reactSnap": {
|
|
"source": "dist",
|
|
"include": [
|
|
"/",
|
|
"/collections",
|
|
"/atelier",
|
|
"/faq",
|
|
"/editorial",
|
|
"/contact",
|
|
"/shipping",
|
|
"/returns"
|
|
],
|
|
"headless": true,
|
|
"waitFor": 800,
|
|
"puppeteerArgs": ["--no-sandbox", "--disable-setuid-sandbox"],
|
|
"inlineCss": false
|
|
},
|
|
"dependencies": {
|
|
"framer-motion": "^12.26.0",
|
|
"gsap": "^3.14.2",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-router-dom": "^7.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.14.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"react-snap": "^1.23.0",
|
|
"typescript": "~5.8.2",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|