one/frontend/package.json
Ameya Shenoy 855f2da239 chore: downgrade to react 18 for shdcn
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2025-06-01 00:07:16 +05:30

24 lines
486 B
JSON

{
"name": "one",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "15.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}