balloon-shop/estore/package.json
chris 21ebb9667b Add 'estore/' from commit 'e34dfc397c94025670baa2b73b482c01f3033a6a'
git-subtree-dir: estore
git-subtree-mainline: 746868d720b9be1003a2f783b7a12d526d8eea60
git-subtree-split: e34dfc397c94025670baa2b73b482c01f3033a6a
2026-04-13 19:22:23 -04:00

39 lines
1.0 KiB
JSON

{
"name": "beach-party-balloons-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"setup:images": "cp -r ../website/assets/pics public/images && cp -r ../website/assets/logo public/images/logo && cp -r ../website/assets/trusted public/images/trusted && cp -rn ../website/assets/favicon public/"
},
"dependencies": {
"bulma": "^1.0.4",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"ical.js": "^1.5.0",
"lucide-react": "^0.400.0",
"next": "14.2.21",
"nodemailer": "^8.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.34.5",
"square": "^34.0.0",
"tsdav": "^2.0.11"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^8.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.21",
"postcss": "^8",
"tailwindcss": "^3.4.4",
"typescript": "^5"
}
}