forked from reacherhq/webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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
50
51
{
"name": "@reacherhq/webapp",
"version": "0.1.6",
"author": "Amaury <[email protected]>",
"description": "Open-Source Email Verification API",
"license": "GPL-3.0",
"private": true,
"repository": "https://github.com/reacherhq/webapp",
"scripts": {
"dev": "next dev",
"build": "next build",
"gen:license": "ts-node -P scripts/tsconfig.json scripts/license.ts",
"lint": "tsc --noEmit && eslint . --ext js,ts,tsx",
"start": "next start"
},
"dependencies": {
"@geist-ui/react": "^2.1.5",
"@geist-ui/react-icons": "^1.0.1",
"@reacherhq/api": "^0.3.2",
"@sendinblue/client": "^3.2.2",
"@sentry/nextjs": "^7.24.2",
"@stripe/stripe-js": "^1.46.0",
"@supabase/supabase-js": "^1.35.7",
"@types/cors": "^2.8.12",
"@types/mailgun-js": "^0.22.13",
"@types/markdown-pdf": "^9.0.1",
"@types/mustache": "^4.2.2",
"@types/react": "^17.0.43",
"@types/react-dom": "^18.0.3",
"@types/request-ip": "^0.0.37",
"@types/uuid": "^9.0.0",
"axios": "^1.2.1",
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"mailgun-js": "^0.22.0",
"markdown-pdf": "^11.0.0",
"mustache": "^4.2.0",
"next": "^12.2.5",
"rate-limiter-flexible": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"request-ip": "^3.3.0",
"stripe": "^9.13.0"
},
"devDependencies": {
"@amaurym/config": "^1.3.6",
"eslint-config-next": "^13.0.6",
"typescript": "^4.8.2",
"vercel": "^28.8.0"
}
}