← snapshot
603 bytes
{
"name": "lowell",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "node --test lib/__checks__/"
},
"dependencies": {
"@types/three": "^0.180.0",
"next": "^15.4.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"three": "^0.180.0"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5.7.0"
}
}