-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 963 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 963 Bytes
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
{
"dependencies": {
"@arcjet/react-router": "1.1.0",
"@fontsource-variable/figtree": "5.2.10",
"@oddbird/css-anchor-positioning": "0.8.0",
"@react-router/fs-routes": "7.12.0",
"@react-router/node": "7.12.0",
"@react-router/serve": "7.12.0",
"isbot": "5.1.32",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-router": "7.12.0",
"zod": "4.3.5"
},
"devDependencies": {
"@react-router/dev": "7.12.0",
"@types/node": "20",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-tsconfig-paths": "5.1.4"
},
"name": "@arcjet-example/react-router",
"repository": "github:arcjet/example-react-router",
"scripts": {
"build": "react-router build",
"check": "react-router typegen && tsc",
"dev": "react-router dev --host",
"start": "react-router-serve ./build/server/index.js"
},
"type": "module",
"version": "0.0.0"
}