- Create apply-schema-prod.js for deploying schema to any SurrealDB instance - Create deploy-schema.sh to easily deploy using .prod.env - Add npm scripts: schema:apply (local) and schema:deploy (production) Usage: pnpm schema:deploy # Deploy to production using .prod.env 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
59 lines
1.6 KiB
JSON
59 lines
1.6 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",
|
|
"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": "latest",
|
|
"@react-three/fiber": "latest",
|
|
"@tabler/icons-react": "^3.35.0",
|
|
"@xstate/react": "^6.0.0",
|
|
"ai": "latest",
|
|
"jsonwebtoken": "latest",
|
|
"next": "latest",
|
|
"openid-client": "latest",
|
|
"react": "latest",
|
|
"react-dom": "latest",
|
|
"surrealdb": "latest",
|
|
"three": "latest",
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|