ezsepa-website/package.json
2025-11-02 20:30:44 +01:00

20 lines
441 B
JSON

{
"name": "ezsepa-landing",
"version": "1.0.0",
"description": "Static landing page for EzSepa Bank Payment Shopify App",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5174"
},
"dependencies": {
"three": "^0.160.0"
},
"devDependencies": {
"vite": "^5.0.0",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.32",
"autoprefixer": "^10.4.16"
}
}