mirror of
https://github.com/langgenius/dify.git
synced 2026-06-24 21:11:16 +08:00
31 lines
651 B
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:"
|
|
}
|
|
}
|