Files
morten-olsen.github.io/package.json
Morten Olsen 6661a9c45c Background
2021-08-25 23:58:42 +02:00

22 lines
466 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"
},
"devDependencies": {
"@types/react": "^17.0.19",
"@types/styled-components": "^5.1.12",
"babel-plugin-styled-components": "^1.13.2",
"typescript": "^4.3.5"
}
}