mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-18 09:53:43 -05:00
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons-react": "^3.11.0",
|
|
"next": "^14.2.5",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.39",
|
|
"tailwindcss": "^3.4.5"
|
|
}
|
|
} |