2023-07-23 14:44:58 +00:00
|
|
|
{
|
|
|
|
"name": "drfeely.com",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2023-10-20 19:25:25 +00:00
|
|
|
"build": "next build && next-image-export-optimizer",
|
2023-07-23 14:44:58 +00:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-11-10 21:15:10 +00:00
|
|
|
"@heroicons/react": "^2.1.5",
|
|
|
|
"@react-spring/web": "^9.7.5",
|
|
|
|
"@supabase/supabase-js": "^2.46.1",
|
2023-07-23 14:44:58 +00:00
|
|
|
"@types/node": "20.4.4",
|
|
|
|
"@types/react": "18.2.15",
|
|
|
|
"@types/react-dom": "18.2.7",
|
|
|
|
"autoprefixer": "10.4.14",
|
|
|
|
"eslint": "8.45.0",
|
|
|
|
"eslint-config-next": "13.4.12",
|
2024-11-10 21:15:10 +00:00
|
|
|
"next": "^15.0.3",
|
|
|
|
"next-image-export-optimizer": "^1.15.1",
|
2023-07-23 14:44:58 +00:00
|
|
|
"postcss": "8.4.27",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2024-11-10 21:15:10 +00:00
|
|
|
"sharp": "^0.32.6",
|
2023-07-23 14:44:58 +00:00
|
|
|
"tailwindcss": "3.3.3",
|
|
|
|
"typescript": "5.1.6"
|
2023-09-04 22:51:13 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-10 21:15:10 +00:00
|
|
|
"prettier": "^3.3.3",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.14"
|
2023-07-23 14:44:58 +00:00
|
|
|
}
|
|
|
|
}
|