mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"build:a4": "./scripts/build-latex.sh a4",
|
|
"build:a5": "./scripts/build-latex.sh a5",
|
|
"build:a6": "./scripts/build-latex.sh a6"
|
|
},
|
|
"dependencies": {
|
|
"@react-three/fiber": "^7.0.6",
|
|
"next": "^11.1.0",
|
|
"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"
|
|
}
|
|
}
|