kitcn
Version:
kitcn - React Query integration and CLI tools for Convex
132 lines (131 loc) • 3.43 kB
JSON
{
"name": "kitcn",
"version": "0.14.3",
"description": "kitcn - React Query integration and CLI tools for Convex",
"keywords": [
"convex",
"react-query",
"tanstack-query",
"tanstack-intent",
"codegen",
"cli",
"agent-skills",
"intent"
],
"homepage": "https://kitcn.dev",
"repository": {
"type": "git",
"url": "https://github.com/udecode/kitcn.git"
},
"sideEffects": false,
"type": "module",
"exports": {
"./aggregate": "./dist/aggregate/index.js",
"./auth": "./dist/auth/index.js",
"./auth/client": "./dist/auth/client/index.js",
"./auth/config": "./dist/auth/config/index.js",
"./auth/generated": "./dist/auth/generated/index.js",
"./auth/http": "./dist/auth/http/index.js",
"./auth/nextjs": "./dist/auth/nextjs/index.js",
"./auth/start": "./dist/auth/start/index.js",
"./crpc": "./dist/crpc/index.js",
"./orm": "./dist/orm/index.js",
"./plugins": "./dist/plugins/index.js",
"./ratelimit": "./dist/ratelimit/index.js",
"./ratelimit/react": "./dist/ratelimit/react/index.js",
"./react": "./dist/react/index.js",
"./rsc": "./dist/rsc/index.js",
"./server": "./dist/server/index.js",
"./solid": "./dist/solid/index.js",
"./package.json": "./package.json"
},
"bin": {
"kitcn": "./dist/cli.mjs",
"intent": "./bin/intent.js"
},
"files": [
"dist",
"skills",
"bin",
"!skills/_artifacts"
],
"scripts": {
"build": "NODE_OPTIONS=\"--require ../../tooling/node-styletext-patch.cjs\" tsdown",
"build:watch": "NODE_OPTIONS=\"--require ../../tooling/node-styletext-patch.cjs\" tsdown --watch",
"prepublishOnly": "bun run build",
"typecheck": "tsc --noEmit",
"typecheck:types": "tsc --project ../../convex/test-types/tsconfig.json"
},
"dependencies": {
"@babel/parser": "^7.28.4",
"@better-fetch/fetch": "^1.1.21",
"@clack/prompts": "^0.11.0",
"chokidar": "^5.0.0",
"common-tags": "^1.8.2",
"diff": "^8.0.2",
"dotenv": "^17.3.1",
"esbuild": "^0.27.3",
"execa": "^9.6.1",
"jiti": "^2.6.1",
"jotai": "^2.18.0",
"jotai-x": "^2.3.3",
"jose": "^6.1.3",
"picocolors": "^1.1.1",
"remeda": "^2.33.6",
"svix": "^1.84.1",
"typescript": "5.9.3",
"type-fest": "^5.4.4"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.1.0",
"@tanstack/intent": "0.0.23",
"@tanstack/query-core": "5.90.20",
"@types/common-tags": "^1.8.4",
"babel-plugin-react-compiler": "^1.0.0",
"rolldown-plugin-solid": "^0.2.1",
"tsdown": "^0.20.3"
},
"peerDependencies": {
"@tanstack/query-core": ">=5",
"@tanstack/react-query": ">=5",
"@tanstack/solid-query": ">=5",
"better-auth": "1.6.9",
"convex": ">=1.36",
"hono": "4.12.9",
"next": ">=14",
"react": ">=18",
"solid-js": ">=1.8",
"zod": ">=4"
},
"peerDependenciesMeta": {
"@tanstack/react-query": {
"optional": true
},
"@tanstack/solid-query": {
"optional": true
},
"better-auth": {
"optional": true
},
"hono": {
"optional": true
},
"next": {
"optional": true
},
"react": {
"optional": true
},
"solid-js": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"intent": {
"version": 1,
"repo": "udecode/kitcn",
"docs": "https://kitcn.dev/docs"
}
}