Updated ui

This commit is contained in:
Morten Olsen
2021-08-26 09:36:43 +02:00
parent 6661a9c45c
commit 315fb5721c
9 changed files with 177 additions and 42 deletions

View File

@@ -10,11 +10,13 @@
"particlesjs": "^2.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.1"
"styled-components": "^5.3.1",
"three": "^0.131.3"
},
"devDependencies": {
"@types/react": "^17.0.19",
"@types/styled-components": "^5.1.12",
"@types/three": "^0.131.0",
"babel-plugin-styled-components": "^1.13.2",
"typescript": "^4.3.5"
}