-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
package.json
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
{
"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.2.0",
"@react-router/node": "^7.2.0",
"@react-router/serve": "^7.2.0",
"daisyui": "^5.0.0",
"i": "^0.3.7",
"isbot": "^5.1.23",
"jose": "^6.0.8",
"npm": "^11.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.2.0",
"remix-auth": "^4.1.0",
"remix-auth-oauth2": "^3.3.0",
"zod": "^3.24.2",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
"@react-router/dev": "^7.2.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.9",
"@types/node": "^22.13.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"tailwindcss": "^4.0.9",
"typescript": "^5.8.2",
"vite": "^6.2.0",
"vite-tsconfig-paths": "^5.1.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}