mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "^11.1.0",
|
|
"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"
|
|
}
|
|
}
|