metrics/package.json

35 lines
814 B
JSON
Raw Normal View History

2023-09-06 19:13:24 +00:00
{
"name": "metrics",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.33.1",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"axios-oauth-1.0a": "^0.3.6",
"cheerio": "^1.0.0-rc.12",
"encoding": "^0.1.13",
"eslint": "8.48.0",
2024-01-24 09:54:40 +00:00
"eslint-config-next": "14.0.4",
"next": "14.0.4",
2023-09-06 19:13:24 +00:00
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
2024-01-24 09:54:40 +00:00
"react-icons": "^5.0.1",
2023-09-06 19:13:24 +00:00
"react-responsive-modal": "^6.4.2",
"reactjs-popup": "^2.0.5",
"tailwindcss": "3.3.3",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/react": "18.2.21"
}
}