All checks were successful
Build and Deploy / build-deploy (push) Successful in 1m7s
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "coins",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"prebuild": "bun build-textures",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"get-type": "bun ./bin/get-type.ts",
|
|
"build-textures": "bun ./bin/build-textures.ts",
|
|
"generate-depth": "./bin/generate-depth.sh"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^5.4.1",
|
|
"@react-three/cannon": "^6.6.0",
|
|
"@react-three/drei": "^9.83.9",
|
|
"@react-three/fiber": "^8.13.0",
|
|
"@tanstack/react-query": "^4.35.3",
|
|
"@tanstack/react-query-devtools": "^4.35.3",
|
|
"next": "^13.5.1",
|
|
"prettier": "^3.0.3",
|
|
"primeicons": "^6.0.1",
|
|
"primereact": "^9.6.2",
|
|
"prisma": "^5.4.1",
|
|
"puppeteer": "^23.5.3",
|
|
"react": "18.2.0",
|
|
"react-div-100vh": "^0.7.0",
|
|
"react-dom": "18.2.0",
|
|
"three": "0.152.2",
|
|
"zustand": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^13.5.4",
|
|
"@tanstack/eslint-plugin-query": "^4.34.1",
|
|
"@types/node": "20.6.0",
|
|
"@types/react": "18.2.21",
|
|
"@types/react-dom": "18.2.7",
|
|
"@types/three": "0.152.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@untile/eslint-config-typescript-react": "^2.0.1",
|
|
"@untile/prettier-config": "^2.0.1",
|
|
"bun-types": "^1.0.3",
|
|
"eslint": "8.49.0",
|
|
"eslint-config-next": "13.4.19",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"node-vibrant": "^3.2.1-alpha.1",
|
|
"typescript": "5.2.2"
|
|
},
|
|
"prettier": "@untile/prettier-config"
|
|
}
|