2022-12-22 17:02:34 +01:00
|
|
|
{
|
|
|
|
"name": "@typebot.io/react",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "dist/index.mjs",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "pnpm tsc --noEmit && tsup",
|
|
|
|
"dev": "tsup --watch",
|
|
|
|
"lint": "eslint --fix \"src/**/*.ts*\""
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Baptiste Arnaud",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@typebot.io/js": "workspace:*"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-02 10:33:35 +01:00
|
|
|
"@types/react": "18.0.26",
|
|
|
|
"eslint": "^8.31.0",
|
2022-12-22 17:02:34 +01:00
|
|
|
"eslint-config-custom": "workspace:*",
|
2023-01-02 10:33:35 +01:00
|
|
|
"react": "18.2.0",
|
2022-12-22 17:02:34 +01:00
|
|
|
"tsconfig": "workspace:*",
|
|
|
|
"tsup": "6.5.0",
|
|
|
|
"typescript": "^4.9.4"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "18.0.0"
|
|
|
|
}
|
|
|
|
}
|