32 lines
719 B
JSON
32 lines
719 B
JSON
{
|
|
"name": "3d-to-photo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@react-three/drei": "^9.65.3",
|
|
"@react-three/fiber": "^8.12.0",
|
|
"@types/three": "^0.150.1",
|
|
"axios": "^1.3.4",
|
|
"buffer": "^6.0.3",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"fabric": "^5.3.0",
|
|
"form-data": "^4.0.0",
|
|
"jimp": "^0.22.10",
|
|
"next": "13.2.4",
|
|
"next-images": "^1.8.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"sharp": "^0.32.6",
|
|
"styled-components": "^5.3.9",
|
|
"three": "^0.151.3"
|
|
}
|
|
}
|