41 lines
955 B
JSON
41 lines
955 B
JSON
{
|
|
"name": "@trigger.dev/react",
|
|
"version": "1.0.0-next.3",
|
|
"description": "Trigger.dev React SDK",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@trigger.dev/internal": "workspace:*",
|
|
"@trigger.dev/tsconfig": "workspace:*",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/react": "^18.0.21",
|
|
"@types/ws": "^8.5.3",
|
|
"esbuild": "^0.18.13",
|
|
"esbuild-plugin-file-path-extensions": "^1.0.0",
|
|
"react": "^18.2.0",
|
|
"rimraf": "^3.0.2",
|
|
"tsup": "^7.1.0",
|
|
"tsx": "^3.12.1"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && npm run build:tsup",
|
|
"build:tsup": "tsup"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "5.0.0-beta.2",
|
|
"debug": "^4.3.4",
|
|
"zod": "3.21.4"
|
|
}
|
|
}
|