Inital Frontend Code
This commit is contained in:
25
React/package.json
Normal file
25
React/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "my-app",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@auth0/nextjs-auth0": "^4.3.0",
|
||||
"next": "15.2.4",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.8.2",
|
||||
"@types/node": "^20.17.28",
|
||||
"@types/react": "^19.0.12",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"@tailwindcss/postcss": "^4.0.17",
|
||||
"tailwindcss": "^4.0.17"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user