Add react typing animation package

This commit is contained in:
Hazem Krimi
2021-01-13 23:11:39 +01:00
parent d12211fc66
commit ec01ca6be5
2 changed files with 246 additions and 7 deletions
+3
View File
@@ -13,13 +13,16 @@
"next": "10.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-typing-animation": "^1.6.2",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/react-typing-animation": "^1.6.2",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.12.0",
"babel-runtime": "^6.26.0",
"typescript": "^4.1.3"
}
}