Files
morten-olsen.github.io/package.json
Morten Olsen 0cc7078b1b update
2021-08-26 14:40:51 +02:00

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"
}
}