Files
website/package.json
WilliamSoderberg Verified 5ef205a337
Publish Docker image / Build and Push Docker image (release) Successful in 2m48s
Moved from gitlab to gitea
2026-08-17 12:42:00 +02:00

42 lines
1001 B
JSON

{
"name": "soderberg-tech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"next": "^16.3.1",
"next-themes": "^0.4.6",
"photoswipe": "^5.4.4",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-icons": "^5.6.0",
"react-photoswipe-gallery": "^4.0.0",
"react-syntax-highlighter": "^16.1.1",
"sharp": "^0.35.3",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/image-size": "^0.7.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
},
"allowScripts": {
"sharp@0.34.5": true,
"unrs-resolver@1.12.2": true
}
}