-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.97 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.97 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
{
"name": "paramail",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --loglevel warn --check \"**/*.{js,jsx,tsx,css,md}\"",
"prettier:fix": "prettier --write \"**/*.{js,jsx,tsx,css,md}\""
},
"dependencies": {
"@heroicons/react": "^2.0.17",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.3",
"@stripe/stripe-js": "^1.52.1",
"@supabase/auth-helpers-nextjs": "^0.6.1",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.21.0",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@types/request-ip": "^0.0.37",
"@upstash/ratelimit": "^0.4.1",
"@upstash/redis": "^1.20.2",
"@vercel/analytics": "^0.1.11",
"axios": "^1.3.4",
"class-variance-authority": "^0.6.0",
"copy-to-clipboard": "^3.3.3",
"eslint": "^8.2.0",
"eslint-config-next": "^13.3.1",
"micro": "^10.0.1",
"next": "^13.3.1",
"openai": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"request-ip": "^3.3.0",
"stripe": "^12.4.0",
"tailwind-merge": "^1.11.0",
"typescript": "5.0.3"
},
"devDependencies": {
"@svgr/webpack": "^7.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/prettier": "^2",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"autoprefixer": "^10.4.14",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.3.1"
}
}