54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "bot-engine",
|
|
"license": "AGPL-3.0-or-later",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "pnpm tsc --noEmit && tsup",
|
|
"dev": "tsup --watch",
|
|
"lint": "eslint \"src/**/*.ts*\""
|
|
},
|
|
"dependencies": {
|
|
"@stripe/react-stripe-js": "1.16.0",
|
|
"@stripe/stripe-js": "1.46.0",
|
|
"prop-types": "15.8.1",
|
|
"qs": "6.11.0",
|
|
"react-frame-component": "5.2.3",
|
|
"react-phone-number-input": "3.2.13",
|
|
"react-scroll": "1.8.8",
|
|
"react-transition-group": "4.4.5",
|
|
"resize-observer": "1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.10",
|
|
"@types/qs": "6.9.7",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-phone-number-input": "3.0.14",
|
|
"@types/react-scroll": "1.8.5",
|
|
"@types/react-transition-group": "4.4.5",
|
|
"autoprefixer": "10.4.13",
|
|
"db": "workspace:*",
|
|
"esbuild": "^0.15.18",
|
|
"eslint": "8.29.0",
|
|
"eslint-config-custom": "workspace:*",
|
|
"models": "workspace:*",
|
|
"postcss": "8.4.19",
|
|
"prettier": "2.8.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tailwindcss": "3.2.4",
|
|
"tsconfig": "workspace:*",
|
|
"tsup": "6.5.0",
|
|
"typebot-js": "workspace:*",
|
|
"typescript": "4.9.3",
|
|
"utils": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"db": "workspace:*",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0"
|
|
}
|
|
}
|