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": {
|
2022-12-18 04:29:01 -06:00
|
|
|
"dev": "cross-env ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3002",
|
2022-02-09 18:40:40 +01:00
|
|
|
"start": "next start",
|
|
|
|
"build": "next build",
|
2022-12-18 04:29:01 -06:00
|
|
|
"build:env": "cd ../.. && cross-env ENVSH_ENV=./apps/landing-page/.env.docker ENVSH_OUTPUT=./apps/landing-page/public/__env.js bash env.sh",
|
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",
|
2023-02-23 09:21:18 +01:00
|
|
|
"@chakra-ui/react": "2.5.1",
|
|
|
|
"@emotion/react": "11.10.6",
|
|
|
|
"@emotion/styled": "11.10.6",
|
2023-03-14 15:08:53 +01:00
|
|
|
"@vercel/analytics": "0.1.11",
|
2023-01-25 16:15:03 +01:00
|
|
|
"@typebot.io/react": "workspace:*",
|
|
|
|
"@typebot.io/js": "workspace:*",
|
2022-10-02 10:34:13 +02:00
|
|
|
"aos": "2.3.4",
|
2022-11-21 15:42:58 +01:00
|
|
|
"db": "workspace:*",
|
2022-10-02 10:34:13 +02:00
|
|
|
"focus-visible": "5.2.0",
|
2023-03-14 15:08:53 +01:00
|
|
|
"framer-motion": "10.3.0",
|
2022-09-18 09:46:42 +02:00
|
|
|
"models": "workspace:*",
|
2023-03-14 15:08:53 +01:00
|
|
|
"next": "13.2.4",
|
2022-08-08 08:21:36 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2022-11-21 15:42:58 +01:00
|
|
|
"utils": "workspace:*"
|
2022-02-09 18:40:40 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-23 09:21:18 +01:00
|
|
|
"@babel/core": "7.21.0",
|
|
|
|
"@chakra-ui/styled-system": "2.6.1",
|
2023-03-14 15:08:53 +01:00
|
|
|
"@next/bundle-analyzer": "13.2.4",
|
2022-10-02 10:34:13 +02:00
|
|
|
"@types/aos": "3.0.4",
|
2023-03-14 15:08:53 +01:00
|
|
|
"@types/node": "18.15.3",
|
2023-02-23 09:21:18 +01:00
|
|
|
"@types/react": "18.0.28",
|
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-03-14 15:08:53 +01:00
|
|
|
"eslint": "8.36.0",
|
2022-11-21 11:12:43 +01:00
|
|
|
"eslint-config-custom": "workspace:*",
|
2022-11-02 19:45:46 +01:00
|
|
|
"next-transpile-modules": "10.0.0",
|
2023-01-07 17:06:18 +01:00
|
|
|
"postcss": "8.4.21",
|
2023-02-23 09:21:18 +01:00
|
|
|
"prettier": "2.8.4",
|
2022-11-21 15:42:58 +01:00
|
|
|
"tsconfig": "workspace:*",
|
2023-02-23 09:21:18 +01:00
|
|
|
"typescript": "4.9.5"
|
2022-02-09 18:40:40 +01:00
|
|
|
}
|
|
|
|
}
|