2
0
Files
bot/packages/deprecated/bot-engine/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2021-12-08 09:33:25 +01:00
{
"name": "bot-engine",
"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",
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"build": "tsup",
2023-05-25 17:24:39 +02:00
"dev": "tsup --watch"
},
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",
"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",
"resize-observer": "1.0.4"
2021-12-16 15:19:05 +01:00
},
2021-12-08 09:33:25 +01:00
"devDependencies": {
"@types/node": "20.4.2",
"@types/qs": "6.9.7",
"@types/react": "18.2.15",
"@types/react-phone-number-input": "3.0.14",
2023-01-14 16:53:34 +01:00
"@types/react-scroll": "1.8.6",
"@types/react-transition-group": "4.4.5",
2024-06-17 14:12:14 +02:00
"autoprefixer": "10.4.14",
"@typebot.io/prisma": "workspace:*",
2024-06-17 14:12:14 +02:00
"esbuild": "0.19.5",
"eslint": "8.44.0",
2022-11-21 11:12:43 +01:00
"eslint-config-custom": "workspace:*",
"@typebot.io/schemas": "workspace:*",
2024-06-17 14:12:14 +02:00
"postcss": "8.4.26",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
2024-06-17 14:12:14 +02:00
"tailwindcss": "3.3.3",
"@typebot.io/tsconfig": "workspace:*",
"tsup": "6.5.0",
2022-11-21 11:12:43 +01:00
"typebot-js": "workspace:*",
"typescript": "5.4.5",
"@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": {
"@typebot.io/prisma": "workspace:*",
"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
}