Files
app/package.json
Albert b457e94ccb chore: Add dotenv as devDependency
Added for potential use in development scripts and testing utilities.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-10 14:13:13 +00:00

64 lines
1.8 KiB
JSON

{
"name": "ponderants",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npx magnitude",
"test:playwright": "playwright test",
"test:playwright:ui": "playwright test --ui",
"test:playwright:debug": "playwright test --debug",
"schema:apply": "node scripts/apply-schema.js",
"schema:deploy": "./scripts/deploy-schema.sh"
},
"dependencies": {
"@ai-sdk/google": "latest",
"@ai-sdk/react": "latest",
"@atproto/api": "latest",
"@atproto/oauth-client-node": "^0.3.10",
"@deepgram/sdk": "latest",
"@google/generative-ai": "^0.24.1",
"@mantine/core": "latest",
"@mantine/form": "latest",
"@mantine/hooks": "latest",
"@mantine/notifications": "^8.3.6",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.4.0",
"@tabler/icons-react": "^3.35.0",
"@vercel/analytics": "^1.5.0",
"@xstate/react": "^6.0.0",
"ai": "latest",
"jsonwebtoken": "latest",
"next": "latest",
"openid-client": "latest",
"react": "latest",
"react-dom": "latest",
"surrealdb": "latest",
"three": "^0.181.0",
"umap-js": "latest",
"xstate": "^5.24.0",
"zod": "latest"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@types/jsonwebtoken": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/three": "^0.181.0",
"dotenv": "^17.2.3",
"eslint": "latest",
"eslint-config-next": "latest",
"jiti": "^2.6.1",
"magnitude-test": "latest",
"playwright": "^1.56.1",
"postcss": "latest",
"postcss-preset-mantine": "latest",
"postcss-simple-vars": "latest",
"typescript": "latest"
}
}