mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-11 17:47:47 -05:00
28 lines
632 B
JSON
28 lines
632 B
JSON
{
|
|
"name": "landing",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.7",
|
|
"@tailwindcss/postcss": "^4.1.12",
|
|
"@types/node": "^24.3.0",
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-dom": "^19.1.9",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.34.0",
|
|
"eslint-config-next": "^15.5.2",
|
|
"next": "^15.5.2",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|