Files
morten-olsen.github.io/package.json
Morten Olsen 315fb5721c Updated ui
2021-08-26 09:44:02 +02:00

24 lines
523 B
JSON

{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^11.1.0",
"particlesjs": "^2.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"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"
}
}