-
-
Notifications
You must be signed in to change notification settings - Fork 623
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 734 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 734 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
{
"name": "@tanstack/form-example-remix",
"private": true,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"_test:types": "tsc"
},
"dependencies": {
"@remix-run/node": "^2.17.1",
"@remix-run/react": "^2.17.1",
"@remix-run/serve": "^2.17.1",
"@tanstack/react-form-remix": "^1.27.5",
"@tanstack/react-store": "^0.8.0",
"isbot": "^5.1.30",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@remix-run/dev": "^2.17.1",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"typescript": "5.8.2",
"vite": "^7.2.2",
"vite-tsconfig-paths": "^5.1.4"
},
"engines": {
"node": ">=20.0.0"
}
}