2023-07-15 12:26:12 +02:00
|
|
|
{
|
|
|
|
"name": "@typebot.io/nextjs",
|
2023-12-22 10:24:33 +01:00
|
|
|
"version": "0.2.31",
|
2023-07-15 12:26:12 +02:00
|
|
|
"description": "Convenient library to display typebots on your Next.js website",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "rollup --watch --config rollup.config.js",
|
|
|
|
"build": "rollup --config rollup.config.js",
|
2023-12-28 06:50:33 -03:00
|
|
|
"lint": "eslint --fix \"src/**/*.ts*\"",
|
|
|
|
"format:fix": "prettier --write ./src"
|
2023-07-15 12:26:12 +02:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Baptiste Arnaud",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/preset-react": "7.22.5",
|
|
|
|
"@babel/preset-typescript": "7.22.5",
|
|
|
|
"@rollup/plugin-babel": "6.0.3",
|
|
|
|
"@rollup/plugin-node-resolve": "15.1.0",
|
|
|
|
"@rollup/plugin-terser": "0.4.3",
|
|
|
|
"@rollup/plugin-typescript": "11.1.2",
|
|
|
|
"@typebot.io/js": "workspace:*",
|
|
|
|
"@typebot.io/lib": "workspace:*",
|
|
|
|
"@typebot.io/prisma": "workspace:*",
|
2023-10-26 15:57:55 +02:00
|
|
|
"@typebot.io/react": "workspace:*",
|
2023-07-15 12:26:12 +02:00
|
|
|
"@typebot.io/schemas": "workspace:*",
|
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
|
|
"@types/node": "20.4.2",
|
|
|
|
"@types/react": "18.2.15",
|
|
|
|
"eslint": "8.44.0",
|
|
|
|
"eslint-config-custom": "workspace:*",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"rollup": "3.26.2",
|
|
|
|
"rollup-plugin-typescript-paths": "1.4.0",
|
|
|
|
"tslib": "2.6.0",
|
|
|
|
"tsx": "3.12.7",
|
2023-11-23 12:05:31 +01:00
|
|
|
"typescript": "5.3.2"
|
2023-07-15 12:26:12 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-12-13 10:22:02 +01:00
|
|
|
"next": "12.x || 13.x || 14.x",
|
2023-07-15 12:26:12 +02:00
|
|
|
"react": "18.x"
|
|
|
|
}
|
|
|
|
}
|