Initial commit

This commit is contained in:
Hazem Krimi
2021-01-04 14:31:06 +01:00
parent 15d215b278
commit 4708e5d074
15 changed files with 1041 additions and 263 deletions
+11 -1
View File
@@ -8,8 +8,18 @@
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.4",
"next": "10.0.4",
"react": "17.0.1",
"react-dom": "17.0.1"
"react-dom": "17.0.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.12.0",
"typescript": "^4.1.3"
}
}