-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
77 lines (77 loc) · 2.13 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
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
{
"name": "youareradweb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc",
"dbpush": "dotenv -e .env.local prisma db push",
"dbpull": "dotenv -e .env.local prisma db pull",
"dbgen": "dotenv -e .env.local prisma generate"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@paypal/react-paypal-js": "^7.8.1",
"@prisma/client": "^4.1.0",
"@radix-ui/react-accessible-icon": "^1.0.0",
"@radix-ui/react-hover-card": "^1.0.0",
"@react-three/drei": "^9.19.5",
"@react-three/fiber": "^8.2.2",
"@stripe/stripe-js": "^1.34.0",
"@supabase/supabase-js": "^1.35.4",
"@trpc/client": "^9.26.2",
"@trpc/next": "^9.26.2",
"@trpc/react": "^9.26.2",
"@trpc/server": "^9.26.2",
"@types/react-swipeable-views": "^0.13.1",
"@unform/core": "^2.1.6",
"@unform/web": "^2.1.6",
"body-parser": "^1.20.0",
"chart.js": "^3.8.2",
"dotenv": "^16.0.1",
"fathom-client": "^3.5.0",
"flubber": "^0.4.2",
"framer-motion": "^6.5.1",
"keen-slider": "^6.7.0",
"maath": "^0.0.2",
"next": "12.1.6",
"next-auth": "^4.10.3",
"next-seo": "^5.5.0",
"react": "18.1.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.1.0",
"react-intersection-observer": "^9.4.0",
"react-minimal-pie-chart": "^8.3.0",
"react-query": "^3.39.2",
"react-swipeable-views-core": "^0.14.0",
"stripe": "^9.16.0",
"superjson": "^1.9.1",
"tailwindcss-fluid-type": "^1.3.3",
"three": "^0.143.0",
"zod": "^3.17.10"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"@types/body-parser": "^1.19.2",
"@types/node": "17.0.36",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"autoprefixer": "^10.4.7",
"critters": "^0.0.16",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.14",
"prettier": "2.6.2",
"prisma": "^4.1.0",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4"
}
}