-
-
Notifications
You must be signed in to change notification settings - Fork 623
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 639 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 639 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
{
"name": "@tanstack/form-example-vue-standard-schema",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build -m development",
"test:types": "vue-tsc",
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^1.27.5",
"arktype": "^2.1.22",
"effect": "^3.17.14",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"valibot": "^1.1.0",
"vue": "^3.5.13",
"zod": "^3.25.76"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4",
"typescript": "5.8.2",
"vite": "^7.2.2",
"vue-tsc": "^2.2.2"
}
}