-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "rr7-auth0",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc --build --noEmit"
},
"dependencies": {
"@react-router/fs-routes": "^7.6.0",
"@react-router/node": "^7.6.0",
"@react-router/serve": "^7.6.0",
"daisyui": "^5.0.35",
"i": "^0.3.7",
"isbot": "^5.1.28",
"jose": "^6.0.11",
"npm": "^11.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.6.0",
"remix-auth": "^4.2.0",
"remix-auth-oauth2": "^3.4.1",
"zod": "^3.25.20",
"zod-validation-error": "^3.4.1"
},
"devDependencies": {
"@react-router/dev": "^7.6.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.7",
"@types/node": "^22.15.21",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-tsconfig-paths": "^5.1.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild"
]
}
}