2
0
Files
bot/packages/embeds/react/package.json

49 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "@typebot.io/react",
"version": "0.2.70",
"description": "Convenient library to display typebots on your React app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"stories:dev": "ladle serve -p 3006",
"stories:build": "ladle build",
"dev": "rollup --watch --config rollup.config.js",
"build": "rollup --config rollup.config.js",
"lint": "eslint --fix \"src/**/*.ts*\"",
"format:check": "prettier --check ./src"
},
"keywords": [],
"author": "Baptiste Arnaud",
"license": "ISC",
"dependencies": {
"@ladle/react": "2.5.1"
},
"devDependencies": {
2023-07-15 10:46:36 +02:00
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@rollup/plugin-babel": "6.0.3",
2023-07-15 10:46:36 +02:00
"@rollup/plugin-node-resolve": "15.1.0",
2023-05-25 17:24:39 +02:00
"@rollup/plugin-terser": "0.4.3",
"@typebot.io/js": "workspace:*",
2023-07-15 12:26:12 +02:00
"@typebot.io/lib": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
2023-07-15 10:46:36 +02:00
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"eslint": "8.44.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
2023-07-15 10:46:36 +02:00
"rollup": "3.26.2",
2023-03-14 15:08:53 +01:00
"rollup-plugin-typescript-paths": "1.4.0",
2023-07-15 10:46:36 +02:00
"tslib": "2.6.0",
2023-05-02 14:37:34 -04:00
"tsx": "3.12.7",
"typescript": "5.3.2",
"@rollup/plugin-typescript": "11.1.2"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
}