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-06-23 09:59:46 +02:00
|
|
|
"dev": "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",
|
|
|
|
"analyze": "cross-env ANALYZE=true next build"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-08-29 08:51:45 +02:00
|
|
|
"@chakra-ui/icon": "^3.0.9",
|
2022-09-12 07:29:36 +02:00
|
|
|
"@chakra-ui/react": "2.3.2",
|
|
|
|
"@emotion/react": "11.10.4",
|
|
|
|
"@emotion/styled": "11.10.4",
|
2022-03-17 14:37:00 +01:00
|
|
|
"aos": "^2.3.4",
|
2022-09-18 09:46:42 +02:00
|
|
|
"bot-engine": "workspace:*",
|
2022-02-09 18:40:40 +01:00
|
|
|
"focus-visible": "^5.2.0",
|
2022-09-12 07:29:36 +02:00
|
|
|
"framer-motion": "7.3.2",
|
2022-09-18 09:46:42 +02:00
|
|
|
"models": "workspace:*",
|
2022-09-12 07:29:36 +02:00
|
|
|
"next": "12.3.0",
|
2022-08-08 08:21:36 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2022-09-18 19:01:37 +02:00
|
|
|
"utils": "workspace:*",
|
|
|
|
"db": "workspace:*"
|
2022-02-09 18:40:40 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-12 07:29:36 +02:00
|
|
|
"@babel/core": "7.19.0",
|
|
|
|
"@chakra-ui/styled-system": "^2.3.1",
|
|
|
|
"@next/bundle-analyzer": "12.3.0",
|
2022-03-17 14:37:00 +01:00
|
|
|
"@types/aos": "^3.0.4",
|
2022-09-12 07:29:36 +02:00
|
|
|
"@types/node": "18.7.16",
|
|
|
|
"@types/react": "^18.0.19",
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.36.2",
|
|
|
|
"@typescript-eslint/parser": "5.36.2",
|
2022-08-08 08:21:36 +02:00
|
|
|
"autoprefixer": "10.4.8",
|
2022-02-09 18:40:40 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2022-08-29 08:51:45 +02:00
|
|
|
"eslint": "8.23.0",
|
2022-09-12 07:29:36 +02:00
|
|
|
"eslint-config-next": "12.3.0",
|
|
|
|
"eslint-plugin-react": "^7.31.8",
|
2022-09-18 09:46:42 +02:00
|
|
|
"next-transpile-modules": "^9.0.0",
|
2022-08-08 08:21:36 +02:00
|
|
|
"postcss": "8.4.16",
|
|
|
|
"prettier": "2.7.1",
|
2022-09-12 07:29:36 +02:00
|
|
|
"typescript": "^4.8.3"
|
2022-02-09 18:40:40 +01:00
|
|
|
}
|
|
|
|
}
|