This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
j4studio-web/package.json
2023-11-07 11:54:02 +01:00

33 lines
726 B
JSON

{
"name": "j4studio-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.88.4",
"@react-three/fiber": "^8.15.1",
"@types/three": "^0.157.2",
"next": "^14.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.157.0",
"three.js": "^0.77.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "^14.0.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5"
}
}