{ "name": "landing-page", "version": "1.0.0", "scripts": { "dev": "cross-env ENVSH_ENV=.env.local bash ../../scripts/inject-runtime-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 scripts/inject-runtime-env.sh", "lint": "next lint", "analyze": "cross-env ANALYZE=true next build" }, "dependencies": { "@chakra-ui/icon": "3.0.15", "@chakra-ui/react": "2.6.1", "@emotion/react": "11.11.0", "@emotion/styled": "11.11.0", "@vercel/analytics": "1.0.1", "@typebot.io/react": "workspace:*", "@typebot.io/js": "workspace:*", "aos": "2.3.4", "@typebot.io/prisma": "workspace:*", "focus-visible": "5.2.0", "framer-motion": "10.3.0", "@typebot.io/schemas": "workspace:*", "next": "13.4.3", "react": "18.2.0", "react-dom": "18.2.0", "@typebot.io/lib": "workspace:*" }, "devDependencies": { "@babel/core": "7.21.8", "@chakra-ui/styled-system": "2.9.0", "@next/bundle-analyzer": "13.4.3", "@types/aos": "3.0.4", "@types/node": "20.2.3", "@types/react": "18.2.7", "autoprefixer": "10.4.14", "cross-env": "7.0.3", "eslint": "8.41.0", "eslint-config-custom": "workspace:*", "next-transpile-modules": "10.0.0", "postcss": "8.4.23", "prettier": "2.8.8", "@typebot.io/tsconfig": "workspace:*", "typescript": "5.0.4" } }