40 lines
1004 B
JSON
40 lines
1004 B
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.9",
|
|
"@chakra-ui/react": "2.2.9",
|
|
"@emotion/react": "11.10.0",
|
|
"@emotion/styled": "11.10.0",
|
|
"aos": "^2.3.4",
|
|
"bot-engine": "*",
|
|
"focus-visible": "^5.2.0",
|
|
"framer-motion": "7.2.1",
|
|
"models": "*",
|
|
"next": "12.2.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"utils": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.18.13",
|
|
"@chakra-ui/styled-system": "^2.2.8",
|
|
"@next/bundle-analyzer": "12.2.5",
|
|
"@types/aos": "^3.0.4",
|
|
"@types/node": "18.7.13",
|
|
"@types/react": "^18.0.17",
|
|
"autoprefixer": "10.4.8",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "8.23.0",
|
|
"postcss": "8.4.16",
|
|
"prettier": "2.7.1",
|
|
"typescript": "^4.8.2"
|
|
}
|
|
}
|