2
0
Files
bot/apps/landing-page/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

{
2022-02-10 17:13:57 +01:00
"name": "landing-page",
"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",
"start": "next start",
"build": "next build",
2022-11-21 11:12:43 +01:00
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
2022-11-15 15:42:13 +01:00
"@chakra-ui/icon": "3.0.12",
"@chakra-ui/react": "2.4.1",
2022-11-02 19:45:46 +01:00
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@vercel/analytics": "0.1.5",
"aos": "2.3.4",
"bot-engine": "workspace:*",
"db": "workspace:*",
"focus-visible": "5.2.0",
2022-11-21 19:08:14 +01:00
"framer-motion": "7.6.7",
"models": "workspace:*",
2022-11-21 19:08:14 +01:00
"next": "13.0.4",
2022-08-08 08:21:36 +02:00
"react": "18.2.0",
"react-dom": "18.2.0",
"utils": "workspace:*"
},
"devDependencies": {
2022-11-15 15:42:13 +01:00
"@babel/core": "7.20.2",
"@chakra-ui/styled-system": "2.3.5",
2022-11-21 19:08:14 +01:00
"@next/bundle-analyzer": "13.0.4",
"@types/aos": "3.0.4",
2022-11-02 19:45:46 +01:00
"@types/node": "18.11.9",
2022-11-15 15:42:13 +01:00
"@types/react": "18.0.25",
2022-11-02 19:45:46 +01:00
"autoprefixer": "10.4.13",
"cross-env": "7.0.3",
2022-11-21 11:12:43 +01:00
"eslint": "8.28.0",
"eslint-config-custom": "workspace:*",
2022-11-02 19:45:46 +01:00
"next-transpile-modules": "10.0.0",
2022-11-15 15:42:13 +01:00
"postcss": "8.4.19",
2022-08-08 08:21:36 +02:00
"prettier": "2.7.1",
"tsconfig": "workspace:*",
2022-11-21 19:08:14 +01:00
"typescript": "4.9.3"
}
}