-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.83 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "new-arona-bot-mk-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env GOOGLE_APPLICATION_CREDENTIALS=./gen-lang-client-0739712840-4166e4a8d851.json next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed:combined": "node src/scripts/combinedSeedDatabase.js",
"cleanup:chatrooms": "node src/scripts/cleanup-empty-chat-rooms.js",
"cleanup:chatrooms:apply": "node src/scripts/cleanup-empty-chat-rooms.js --apply",
"migrate:backfill-isDeleted": "node scripts/migrations/backfill-isDeleted.cjs",
"migrate:backfill-customEmotions": "node scripts/migrations/backfill-customEmotions.cjs",
"migrate:backfill-characters-defaults": "node scripts/migrations/backfill-characters-defaults.cjs",
"migrate:backfill-characters-defaults:dry": "node scripts/migrations/backfill-characters-defaults.cjs --dry-run"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.0",
"@firebase/auth": "^1.9.1",
"@firebase/firestore": "^4.7.10",
"@firebase/storage": "^0.13.7",
"@google-cloud/aiplatform": "^4.1.0",
"@google-cloud/vertexai": "^1.10.0",
"@google/genai": "^1.5.1",
"@google/generative-ai": "^0.24.1",
"@lenml/tokenizer-gemini": "^3.4.2",
"@mantine/core": "^7.17.2",
"@mantine/dates": "^7.17.2",
"@mantine/form": "^7.17.2",
"@mantine/hooks": "^7.17.2",
"@mantine/notifications": "^7.17.2",
"@mui/icons-material": "^6.4.8",
"@mui/material": "^6.4.8",
"@stripe/stripe-js": "^7.8.0",
"@supabase/supabase-js": "^2.55.0",
"@tabler/icons-react": "^3.34.0",
"@types/js-cookie": "^3.0.6",
"@vercel/analytics": "^1.5.0",
"cropperjs": "^2.0.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"fabric": "^6.6.1",
"firebase": "^11.5.0",
"gemini-token-estimator": "^0.6.0",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"next": "15.2.3",
"next-pwa": "^5.6.0",
"openai": "^5.12.2",
"react": "^19.0.0",
"react-advanced-cropper": "^0.20.1",
"react-dom": "^19.0.0",
"react-virtuoso": "^4.14.0",
"server-only": "^0.0.1",
"stripe": "^18.4.0",
"use-debounce": "^10.0.5",
"uuid": "^11.1.0",
"zod": "^4.0.17"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/next-pwa": "^5.6.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"cross-env": "^7.0.3",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"firebase-admin": "^13.4.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}