2
0

build: 🏗️ Add docker image and deployment features

This commit is contained in:
Baptiste Arnaud
2022-03-12 07:53:37 +01:00
parent 1dbbc9a251
commit e886d1b079
30 changed files with 2020 additions and 2136 deletions

View File

@@ -8,28 +8,28 @@
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/react": "^1.8.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"focus-visible": "^5.2.0",
"framer-motion": "^4",
"keen-slider": "^6.6.3",
"next": "^12.0.10",
"keen-slider": "^6.6.4",
"next": "^12.1.0",
"notion-blocks-chakra-ui": "^0.0.15",
"posthog-js": "1.17.8",
"posthog-js": "1.17.9",
"react": "17.0.2",
"react-dom": "17.0.2",
"typebot-js": "^2.0.21",
"typebot-js": "^2.1.3",
"@notionhq/client": "^0.3.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.10",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
"@next/bundle-analyzer": "^12.1.0",
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"eslint": "<8.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
}
}