dify/packages/jotai-tanstack-form/package.json

31 lines
651 B
JSON

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