2
0
Files
bot/apps/landing-page/package.json
Baptiste Arnaud f79f6932c2 ⬆️ Upgrade dependencies
2023-01-07 17:06:18 +01:00

47 lines
1.3 KiB
JSON

{
"name": "landing-page",
"version": "1.0.0",
"scripts": {
"dev": "cross-env ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3002",
"start": "next start",
"build": "next build",
"build:env": "cd ../.. && cross-env ENVSH_ENV=./apps/landing-page/.env.docker ENVSH_OUTPUT=./apps/landing-page/public/__env.js bash env.sh",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/icon": "3.0.14",
"@chakra-ui/react": "2.4.6",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@vercel/analytics": "0.1.6",
"aos": "2.3.4",
"bot-engine": "workspace:*",
"db": "workspace:*",
"focus-visible": "5.2.0",
"framer-motion": "8.2.4",
"models": "workspace:*",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"utils": "workspace:*"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@chakra-ui/styled-system": "2.5.1",
"@next/bundle-analyzer": "13.1.1",
"@types/aos": "3.0.4",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"autoprefixer": "10.4.13",
"cross-env": "7.0.3",
"eslint": "8.31.0",
"eslint-config-custom": "workspace:*",
"next-transpile-modules": "10.0.0",
"postcss": "8.4.21",
"prettier": "2.8.2",
"tsconfig": "workspace:*",
"typescript": "4.9.4"
}
}