2
0
Files
bot/packages/react/package.json
2023-03-10 16:00:57 +01:00

49 lines
1.3 KiB
JSON

{
"name": "@typebot.io/react",
"version": "0.0.24",
"description": "React library to display typebots on your website",
"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*\""
},
"keywords": [],
"author": "Baptiste Arnaud",
"license": "ISC",
"dependencies": {
"@ladle/react": "2.5.1"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "11.0.0",
"@typebot.io/js": "workspace:*",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"db": "workspace:*",
"eslint": "^8.34.0",
"eslint-config-custom": "workspace:*",
"models": "workspace:*",
"react": "18.2.0",
"rollup": "3.17.2",
"rollup-plugin-typescript-paths": "^1.4.0",
"tsconfig": "workspace:*",
"tslib": "^2.5.0",
"tsx": "3.12.3",
"typescript": "^4.9.5",
"utils": "workspace:*"
},
"peerDependencies": {
"@typebot.io/js": "workspace:*",
"react": "18.x"
}
}