Files
no-copy-frontend/package.json
T

33 lines
677 B
JSON
Raw Normal View History

2025-11-24 18:24:36 +07:00
{
2025-12-03 12:13:32 +07:00
"name": "no-copy-frontend",
2025-11-24 18:52:32 +07:00
"version": "0.1.0",
"private": true,
"scripts": {
2025-11-28 15:28:15 +07:00
"dev": "next dev -p 2999",
2025-11-24 18:52:32 +07:00
"build": "next build",
2025-12-02 17:11:53 +07:00
"start": "next start -p 2999",
2025-11-24 18:52:32 +07:00
"lint": "eslint"
},
"dependencies": {
2025-11-25 17:13:16 +07:00
"@tailwindcss/postcss": "^4.1.17",
2025-12-02 17:11:53 +07:00
"@tanstack/react-query": "^5.90.11",
2025-11-24 18:52:32 +07:00
"clsx": "^2.1.1",
2025-11-27 21:33:53 +07:00
"jose": "^6.1.2",
2025-11-24 18:52:32 +07:00
"next": "16.0.3",
2025-11-25 17:13:16 +07:00
"next-auth": "5.0.0-beta.30",
2025-11-24 18:52:32 +07:00
"react": "19.2.0",
2025-11-25 17:13:16 +07:00
"react-dom": "19.2.0",
2025-11-27 21:33:53 +07:00
"tailwindcss": "^4.1.17",
"zod": "^4.1.13"
2025-11-24 18:52:32 +07:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.3",
2025-11-25 17:13:16 +07:00
"sass": "^1.94.2",
2025-11-24 18:52:32 +07:00
"typescript": "^5"
}
2025-11-24 18:24:36 +07:00
}