2022-02-09 18:40:40 +01:00
|
|
|
{
|
2022-02-10 17:13:57 +01:00
|
|
|
"name": "landing-page",
|
2022-02-09 18:40:40 +01:00
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2024-03-21 10:23:23 +01:00
|
|
|
"dev": "dotenv -e ./.env -e ../../.env -- next dev -p 3003",
|
2023-08-28 09:13:53 +02:00
|
|
|
"start": "dotenv -e ./.env -e ../../.env -- next start",
|
|
|
|
"build": "dotenv -e ./.env -e ../../.env -- next build",
|
2022-11-21 11:12:43 +01:00
|
|
|
"lint": "next lint",
|
2022-02-09 18:40:40 +01:00
|
|
|
"analyze": "cross-env ANALYZE=true next build"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-01-14 16:53:34 +01:00
|
|
|
"@chakra-ui/icon": "3.0.15",
|
2024-04-19 13:20:58 +02:00
|
|
|
"@chakra-ui/next-js": "2.2.0",
|
2023-07-15 10:46:36 +02:00
|
|
|
"@chakra-ui/react": "2.7.1",
|
|
|
|
"@emotion/react": "11.11.1",
|
2023-05-25 17:24:39 +02:00
|
|
|
"@emotion/styled": "11.11.0",
|
2024-04-19 13:20:58 +02:00
|
|
|
"@typebot.io/billing": "workspace:*",
|
2023-08-28 09:13:53 +02:00
|
|
|
"@typebot.io/lib": "workspace:*",
|
2023-07-15 12:26:12 +02:00
|
|
|
"@typebot.io/nextjs": "workspace:*",
|
2023-03-15 08:35:16 +01:00
|
|
|
"@typebot.io/prisma": "workspace:*",
|
2023-08-28 09:13:53 +02:00
|
|
|
"@typebot.io/schemas": "workspace:*",
|
|
|
|
"aos": "2.3.4",
|
2022-10-02 10:34:13 +02:00
|
|
|
"focus-visible": "5.2.0",
|
2023-07-15 10:46:36 +02:00
|
|
|
"framer-motion": "10.12.20",
|
2024-01-31 14:58:31 +01:00
|
|
|
"next": "14.1.0",
|
2024-04-19 13:20:58 +02:00
|
|
|
"next-mdx-remote": "4.4.1",
|
2022-08-08 08:21:36 +02:00
|
|
|
"react": "18.2.0",
|
2024-03-15 16:32:29 +01:00
|
|
|
"react-dom": "18.2.0",
|
2024-04-20 18:21:06 +02:00
|
|
|
"react-tweet": "3.2.1",
|
2024-04-19 13:20:58 +02:00
|
|
|
"sugar-high": "0.6.0"
|
2022-02-09 18:40:40 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-15 10:46:36 +02:00
|
|
|
"@babel/core": "7.22.9",
|
|
|
|
"@chakra-ui/styled-system": "2.9.1",
|
2024-04-19 13:20:58 +02:00
|
|
|
"@tailwindcss/typography": "0.5.12",
|
|
|
|
"@typebot.io/env": "workspace:*",
|
2023-08-28 09:13:53 +02:00
|
|
|
"@typebot.io/tsconfig": "workspace:*",
|
2022-10-02 10:34:13 +02:00
|
|
|
"@types/aos": "3.0.4",
|
2023-07-15 10:46:36 +02:00
|
|
|
"@types/node": "20.4.2",
|
|
|
|
"@types/react": "18.2.15",
|
2023-03-14 15:08:53 +01:00
|
|
|
"autoprefixer": "10.4.14",
|
2022-10-02 10:34:13 +02:00
|
|
|
"cross-env": "7.0.3",
|
2023-11-06 16:22:25 +01:00
|
|
|
"dotenv-cli": "7.2.1",
|
2023-07-15 10:46:36 +02:00
|
|
|
"eslint": "8.44.0",
|
2022-11-21 11:12:43 +01:00
|
|
|
"eslint-config-custom": "workspace:*",
|
2023-11-06 16:22:25 +01:00
|
|
|
"next-runtime-env": "1.6.2",
|
2023-08-14 21:49:03 +02:00
|
|
|
"next-transpile-modules": "10.0.0",
|
2023-07-15 10:46:36 +02:00
|
|
|
"postcss": "8.4.26",
|
|
|
|
"prettier": "3.0.0",
|
2024-04-19 13:20:58 +02:00
|
|
|
"tailwindcss": "3.3.3",
|
2023-11-23 12:05:31 +01:00
|
|
|
"typescript": "5.3.2"
|
2022-02-09 18:40:40 +01:00
|
|
|
}
|
|
|
|
}
|