dify/packages/jotai-tanstack-form/package.json
Stephen Zhou a84c2d36a3
style: format with vp fmt (#38803)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-12 15:57:46 +00:00

31 lines
642 B
JSON

{
"name": "jotai-tanstack-form",
"version": "0.0.0-private",
"private": true,
"type": "module",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"scripts": {
"test": "vp test",
"type-check": "tsc"
},
"devDependencies": {
"@dify/tsconfig": "workspace:*",
"@tanstack/form-core": "catalog:",
"@typescript/native": "catalog:",
"jotai": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
"@tanstack/form-core": "catalog:",
"jotai": "catalog:"
}
}