forked from watermelontools/watermelon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 KB
/
package.json
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
{
"name": "watermelon",
"version": "1.0.0",
"description": "A social worplace app",
"main": "index.js",
"scripts": {
"dev": "next -p 3000",
"build": "next build",
"test": "jest --watch",
"start": "next start"
},
"dependencies": {
"@next-auth/sequelize-adapter": "^1.0.5",
"@octokit/rest": "^19.0.7",
"@octokit/webhooks": "^11.0.0",
"@primer/css": "^21.0.7",
"@sendgrid/mail": "^7.7.0",
"@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.36.0",
"@vercel/analytics": "^1.0.0",
"airtable": "^0.12.1",
"applicationinsights": "^2.5.1",
"client-only": "0.0.1",
"md-to-adf": "^0.6.4",
"next": "^13",
"next-auth": "^4.22.1",
"nodemailer": "^6.7.8",
"octokit": "^2.0.9",
"openai": "^3.2.1",
"posthog-js": "^1.70.2",
"posthog-node": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"server-only": "0.0.1",
"stripe": "^10.10.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"@types/validator": "^13.7.5",
"jest": "^29.6.2",
"sass": "^1.54.9",
"ts-jest": "^29.1.1",
"typescript": "^4.1.3"
},
"license": "MIT"
}