mirror of
https://github.com/tmdinosaurcenter/gas-form.git
synced 2025-04-03 10:51:23 -06:00
30 lines
667 B
JSON
30 lines
667 B
JSON
{
|
|
"name": "gas-form",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.17",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.3",
|
|
"lucide-react": "^0.310.0",
|
|
"next": "^15.1.6",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.0.8",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.50.0",
|
|
"eslint-config-next": "^14.0.0",
|
|
"postcss": "^8.4.31",
|
|
"shadcn-ui": "^0.9.4",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|