2
0
Files
bot/apps/landing-page/package.json
Baptiste Arnaud 8ca9af4911 ⬆️ Upgrade dependencies
2022-11-15 16:31:00 +01:00

46 lines
1.2 KiB
JSON

{
"name": "landing-page",
"version": "1.0.0",
"scripts": {
"dev": "ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3002",
"start": "next start",
"build": "next build",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/icon": "3.0.12",
"@chakra-ui/react": "2.4.1",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"aos": "2.3.4",
"bot-engine": "workspace:*",
"focus-visible": "5.2.0",
"framer-motion": "7.6.6",
"models": "workspace:*",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"utils": "workspace:*",
"db": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@chakra-ui/styled-system": "2.3.5",
"@next/bundle-analyzer": "13.0.3",
"@types/aos": "3.0.4",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"autoprefixer": "10.4.13",
"cross-env": "7.0.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"eslint-plugin-react": "7.31.10",
"next-transpile-modules": "10.0.0",
"postcss": "8.4.19",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
}