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

40 lines
1003 B
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",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
2022-08-08 08:21:36 +02:00
"@chakra-ui/icon": "^3.0.6",
"@chakra-ui/react": "2.2.6",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
2022-03-17 14:37:00 +01:00
"aos": "^2.3.4",
"bot-engine": "*",
"focus-visible": "^5.2.0",
2022-08-08 08:21:36 +02:00
"framer-motion": "7.0.0",
2022-03-17 14:37:00 +01:00
"models": "*",
2022-08-08 08:21:36 +02:00
"next": "12.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
2022-03-17 14:37:00 +01:00
"utils": "*"
},
"devDependencies": {
2022-08-08 08:21:36 +02:00
"@babel/core": "7.18.10",
"@chakra-ui/styled-system": "^2.2.5",
"@next/bundle-analyzer": "12.2.4",
2022-03-17 14:37:00 +01:00
"@types/aos": "^3.0.4",
2022-08-08 08:21:36 +02:00
"@types/node": "18.6.5",
"@types/react": "^18.0.17",
"autoprefixer": "10.4.8",
"cross-env": "^7.0.3",
2022-08-08 08:21:36 +02:00
"eslint": "8.21.0",
"postcss": "8.4.16",
"prettier": "2.7.1",
"typescript": "^4.7.4"
}
}