-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.34 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.34 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
80
81
82
83
84
85
{
"name": "dysperse",
"version": "2.0.0",
"license": "MIT",
"private": false,
"author": "Dysperse",
"repository": "https://github.com/Dysperse/Dysperse",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"lint": "cls && echo '> npm run lint\n' && echo '⏳ Linting and checking validity of types...' && tsc && echo '🎉 No errors!'",
"email-dev": "email dev",
"ngrok": "ngrok http 3000",
"deploy": "vercel deploy --prod"
},
"dependencies": {
"@ai-sdk/google": "^1.0.5",
"@ai-sdk/openai": "^1.0.7",
"@passwordless-id/webauthn": "^2.1.0",
"@prisma/client": "^6.3.0",
"@react-email/button": "^0.0.15",
"@react-email/components": "^0.0.19",
"@react-email/font": "^0.0.6",
"@react-email/html": "^0.0.8",
"@react-email/render": "^0.0.15",
"@sentry/nextjs": "^8.26.0",
"@sentry/node": "^8.7.0",
"@sentry/replay": "^7.116.0",
"@types/argon2": "^0.15.0",
"@types/spotify-web-api-node": "^5.0.11",
"@typescript-eslint/parser": "^7.12.0",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.6.4",
"@wcj/markdown-to-html": "^3.0.4",
"ai": "^4.0.12",
"apple-signin-auth": "^2.0.0",
"argon2": "^0.31.0",
"babel-plugin-import": "^1.13.8",
"chrono-node": "^2.7.7",
"cookie": "^0.6.0",
"create-email": "^0.0.27",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.11",
"expo-server-sdk": "^3.15.0",
"fcm-node": "^1.6.1",
"googleapis": "^139.0.0",
"gpt-free": "^1.7.1",
"hex-to-rgba": "^2.0.1",
"ical": "^0.8.0",
"ical-generator": "^7.1.0",
"lexorank": "^1.0.5",
"next": "^14.2.3",
"node-2fa": "^2.0.3",
"node-html-markdown": "^1.3.0",
"npm": "^10.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-email": "^2.1.4",
"resend": "^3.2.0",
"rrule": "^2.8.1",
"rss-parser": "^3.13.0",
"spotify-web-api-node": "^5.0.2",
"uuid": "^9.0.1",
"vercel": "^34.3.1",
"web-push": "^3.6.7",
"zod": "^3.23.8"
},
"keywords": [
"react",
"typescript",
"nextjs",
"javascript",
"css"
],
"description": "API for Dysperse",
"devDependencies": {
"@types/react": "^18.3.3",
"encoding": "^0.1.13",
"eslint": "^8.49.0",
"eslint-config-next": "^14.2.3",
"ngrok": "^5.0.0-beta.2",
"prisma": "^6.3.0",
"typescript": "^5.4.5"
}
}