Marketing website POC (#3139)

First website POC
This commit is contained in:
Félix Malfait
2023-12-23 10:08:55 +01:00
committed by GitHub
parent 68a6250757
commit 5ef5bbdc4d
28 changed files with 6279 additions and 46 deletions

View File

@ -0,0 +1,30 @@
{
"name": "twenty-website",
"version": "0.2.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@tabler/icons-react": "^2.44.0",
"next": "14.0.4",
"next-mdx-remote": "^4.4.1",
"react": "^18",
"react-dom": "^18",
"remark-behead": "^3.1.0",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"typescript": "^5"
}
}