2020-09-21 14:54:16 -05:00
|
|
|
{
|
2022-02-01 14:14:05 -05:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2024-12-06 08:23:35 -06:00
|
|
|
"dev": "next dev --turbopack",
|
2023-04-17 23:00:47 -04:00
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"prettier": "prettier --write --ignore-unknown .",
|
|
|
|
"prettier:check": "prettier --check --ignore-unknown .",
|
2024-07-24 14:05:34 -05:00
|
|
|
"test": "pnpm prettier:check"
|
2022-02-09 10:30:59 -05:00
|
|
|
},
|
2023-04-17 23:00:47 -04:00
|
|
|
"dependencies": {
|
2024-12-06 08:23:35 -06:00
|
|
|
"@headlessui/react": "^2.2.0",
|
|
|
|
"@heroicons/react": "^2.2.0",
|
2024-07-24 14:05:34 -05:00
|
|
|
"clsx": "^2.1.1",
|
|
|
|
"geist": "^1.3.1",
|
2025-02-21 12:39:31 -06:00
|
|
|
"next": "15.2.0-canary.67",
|
2024-12-06 08:23:35 -06:00
|
|
|
"react": "19.0.0",
|
|
|
|
"react-dom": "19.0.0",
|
2025-02-21 12:39:31 -06:00
|
|
|
"sonner": "^2.0.1"
|
2023-04-17 23:00:47 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-24 21:40:29 -05:00
|
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
2025-02-21 12:39:31 -06:00
|
|
|
"@tailwindcss/postcss": "^4.0.8",
|
2025-02-09 11:38:22 -06:00
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
2025-02-21 12:39:31 -06:00
|
|
|
"@types/node": "22.13.4",
|
|
|
|
"@types/react": "19.0.10",
|
|
|
|
"@types/react-dom": "19.0.4",
|
|
|
|
"postcss": "^8.5.3",
|
|
|
|
"prettier": "3.5.1",
|
2025-02-09 11:38:22 -06:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
2025-02-21 12:39:31 -06:00
|
|
|
"tailwindcss": "^4.0.8",
|
2025-02-09 11:38:22 -06:00
|
|
|
"typescript": "5.7.3"
|
2023-04-17 23:00:47 -04:00
|
|
|
}
|
2020-09-21 14:54:16 -05:00
|
|
|
}
|