2021-12-08 09:33:25 +01:00
|
|
|
{
|
|
|
|
"name": "bot-engine",
|
2023-03-15 08:35:16 +01:00
|
|
|
"private": true,
|
2021-12-23 09:44:47 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2021-12-16 15:19:05 +01:00
|
|
|
"version": "0.1.0",
|
2022-10-10 08:28:11 +02:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/index.mjs",
|
2022-08-29 08:51:45 +02:00
|
|
|
"scripts": {
|
2024-04-24 16:11:06 +02:00
|
|
|
"build": "tsup",
|
2023-05-25 17:24:39 +02:00
|
|
|
"dev": "tsup --watch"
|
2022-08-29 08:51:45 +02:00
|
|
|
},
|
2021-12-16 15:19:05 +01:00
|
|
|
"dependencies": {
|
2023-01-21 13:24:23 +01:00
|
|
|
"@stripe/react-stripe-js": "1.16.4",
|
2024-06-17 14:12:14 +02:00
|
|
|
"@stripe/stripe-js": "1.54.1",
|
2022-10-02 10:34:13 +02:00
|
|
|
"prop-types": "15.8.1",
|
2024-06-17 14:12:14 +02:00
|
|
|
"qs": "6.11.2",
|
2023-01-14 16:53:34 +01:00
|
|
|
"react-phone-number-input": "3.2.16",
|
2022-12-18 11:50:56 +01:00
|
|
|
"react-scroll": "1.8.9",
|
2022-08-08 08:21:36 +02:00
|
|
|
"react-transition-group": "4.4.5",
|
2022-10-02 10:34:13 +02:00
|
|
|
"resize-observer": "1.0.4"
|
2021-12-16 15:19:05 +01:00
|
|
|
},
|
2021-12-08 09:33:25 +01:00
|
|
|
"devDependencies": {
|
2024-05-21 16:08:35 +02:00
|
|
|
"@types/node": "20.4.2",
|
2022-10-02 10:34:13 +02:00
|
|
|
"@types/qs": "6.9.7",
|
2023-12-13 10:22:02 +01:00
|
|
|
"@types/react": "18.2.15",
|
2022-10-02 10:34:13 +02:00
|
|
|
"@types/react-phone-number-input": "3.0.14",
|
2023-01-14 16:53:34 +01:00
|
|
|
"@types/react-scroll": "1.8.6",
|
2022-10-02 10:34:13 +02:00
|
|
|
"@types/react-transition-group": "4.4.5",
|
2024-06-17 14:12:14 +02:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/prisma": "workspace:*",
|
2024-06-17 14:12:14 +02:00
|
|
|
"esbuild": "0.19.5",
|
2024-05-21 16:08:35 +02:00
|
|
|
"eslint": "8.44.0",
|
2022-11-21 11:12:43 +01:00
|
|
|
"eslint-config-custom": "workspace:*",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/schemas": "workspace:*",
|
2024-06-17 14:12:14 +02:00
|
|
|
"postcss": "8.4.26",
|
|
|
|
"prettier": "2.8.8",
|
2022-10-02 10:34:13 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2024-06-17 14:12:14 +02:00
|
|
|
"tailwindcss": "3.3.3",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
2022-11-30 13:57:28 +01:00
|
|
|
"tsup": "6.5.0",
|
2022-11-21 11:12:43 +01:00
|
|
|
"typebot-js": "workspace:*",
|
2024-04-24 16:11:06 +02:00
|
|
|
"typescript": "5.4.5",
|
2023-11-23 15:21:07 +01:00
|
|
|
"@typebot.io/lib": "workspace:*",
|
|
|
|
"@typebot.io/env": "workspace:*"
|
2021-12-08 09:33:25 +01:00
|
|
|
},
|
2021-12-08 09:40:47 +01:00
|
|
|
"peerDependencies": {
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/prisma": "workspace:*",
|
2022-10-02 10:34:13 +02:00
|
|
|
"react": "18.0.0",
|
2022-11-29 10:02:40 +01:00
|
|
|
"react-dom": "18.0.0"
|
2021-12-08 09:33:25 +01:00
|
|
|
}
|
2024-06-17 14:12:14 +02:00
|
|
|
}
|