p-4 will now be the default for small screens (mobile devices), and p-8 for sm+ sized devices. this does not apply everywhere, like in the TopPick.tsx component
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "aidxncc",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"geist": "^1.4.2",
|
|
"i18next": "^24.2.3",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"lucide-react": "^0.485.0",
|
|
"next": "^15.5.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-i18next": "^15.7.2",
|
|
"react-icons": "^5.5.0",
|
|
"recharts": "^3.1.2",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tw-animate-css": "^1.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@tailwindcss/postcss": "^4.1.12",
|
|
"@types/node": "^20.19.11",
|
|
"@types/react": "^19.1.11",
|
|
"@types/react-dom": "^19.1.7",
|
|
"eslint": "^9.34.0",
|
|
"eslint-config-next": "15.1.3",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.12",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"trustedDependencies": [
|
|
"sharp",
|
|
"unrs-resolver"
|
|
]
|
|
}
|