2022-12-22 17:02:34 +01:00
|
|
|
{
|
|
|
|
"name": "@typebot.io/react",
|
2023-05-26 12:00:16 +02:00
|
|
|
"version": "0.0.57",
|
2023-01-16 12:13:21 +01:00
|
|
|
"description": "React library to display typebots on your website",
|
2023-01-09 14:51:36 +01:00
|
|
|
"main": "dist/index.js",
|
2022-12-22 17:02:34 +01:00
|
|
|
"types": "dist/index.d.ts",
|
2023-01-25 11:27:47 +01:00
|
|
|
"type": "module",
|
2022-12-22 17:02:34 +01:00
|
|
|
"scripts": {
|
2023-01-25 11:27:47 +01:00
|
|
|
"stories:dev": "ladle serve -p 3006",
|
2023-01-09 14:51:36 +01:00
|
|
|
"stories:build": "ladle build",
|
2023-01-25 11:27:47 +01:00
|
|
|
"dev": "rollup --watch --config rollup.config.js",
|
|
|
|
"build": "rollup --config rollup.config.js",
|
2022-12-22 17:02:34 +01:00
|
|
|
"lint": "eslint --fix \"src/**/*.ts*\""
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Baptiste Arnaud",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-02-23 10:16:38 +01:00
|
|
|
"@ladle/react": "2.5.1"
|
2022-12-22 17:02:34 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-14 15:08:53 +01:00
|
|
|
"@babel/preset-react": "7.18.6",
|
2023-05-02 14:37:34 -04:00
|
|
|
"@babel/preset-typescript": "7.21.5",
|
2023-01-25 11:27:47 +01:00
|
|
|
"@rollup/plugin-babel": "6.0.3",
|
2023-05-02 14:37:34 -04:00
|
|
|
"@rollup/plugin-node-resolve": "15.0.2",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@rollup/plugin-terser": "0.4.3",
|
|
|
|
"@rollup/plugin-typescript": "11.1.1",
|
2023-01-09 14:51:36 +01:00
|
|
|
"@typebot.io/js": "workspace:*",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@types/node": "20.2.3",
|
|
|
|
"@types/react": "18.2.7",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/prisma": "workspace:*",
|
2023-05-25 17:24:39 +02:00
|
|
|
"eslint": "8.41.0",
|
2022-12-22 17:02:34 +01:00
|
|
|
"eslint-config-custom": "workspace:*",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/schemas": "workspace:*",
|
2023-01-02 10:33:35 +01:00
|
|
|
"react": "18.2.0",
|
2023-05-26 09:20:22 +02:00
|
|
|
"rollup": "3.20.2",
|
2023-03-14 15:08:53 +01:00
|
|
|
"rollup-plugin-typescript-paths": "1.4.0",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
2023-05-25 17:24:39 +02:00
|
|
|
"tslib": "2.5.2",
|
2023-05-02 14:37:34 -04:00
|
|
|
"tsx": "3.12.7",
|
|
|
|
"typescript": "5.0.4",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/lib": "workspace:*"
|
2022-12-22 17:02:34 +01:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-02-23 09:21:18 +01:00
|
|
|
"@typebot.io/js": "workspace:*",
|
|
|
|
"react": "18.x"
|
2022-12-22 17:02:34 +01:00
|
|
|
}
|
|
|
|
}
|