-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·117 lines (117 loc) · 3.81 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "jumba",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"sst:dev": "sst bind next dev",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"deploy": "sst deploy --stage prod",
"prettier": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
"prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
"e2e:headless": "playwright test",
"e2e:ui": "playwright test --ui",
"coupling-graph": "npx madge --extensions js,jsx,ts,tsx,css,md,mdx ./ --exclude '.next|tailwind.config.js|reset.d.ts|prettier.config.js|postcss.config.js|playwright.config.ts|next.config.js|next-env.d.ts|instrumentation.ts|e2e/|README.md|.storybook/|.eslintrc.js' --image graph.svg"
},
"prisma": {
"schema": "prisma/schema.prisma",
"generator": "prisma-client-js",
"seed": "node prisma/seed.js"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@next-auth/prisma-adapter": "^1.0.5",
"@playwright/test": "^1.37.0",
"@prisma/client": "^4.9.0",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@react-email/components": "^0.0.7",
"@react-email/render": "^0.0.7",
"@svgr/webpack": "^6.5.1",
"@t3-oss/env-nextjs": "^0.6.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.20.2",
"@tanstack/react-table": "^8.9.2",
"@trpc/client": "^10.9.0",
"@trpc/next": "^10.9.0",
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"@types/sentiment": "^5.0.1",
"@uploadthing/react": "^5.0.0",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.22.0",
"@vercel/otel": "^0.3.0",
"add": "^2.0.6",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"dialog": "^0.3.1",
"focus-trap-react": "^10.1.0",
"framer-motion": "^10.2.5",
"jaro-winkler": "^0.2.8",
"langchain": "^0.0.88",
"lucide-react": "0.263.1",
"next": "^13.0.0",
"next-auth": "^4.19.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.1",
"npx": "^10.2.2",
"openai": "^3.2.1",
"react": "18.2.0",
"react-day-picker": "^8.7.1",
"react-dom": "18.2.0",
"react-dom-confetti": "^0.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.44.3",
"recharts": "^2.6.2",
"sentiment": "^5.0.2",
"shadcn-ui": "^0.1.3",
"superjson": "1.9.1",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.6",
"uploadthing": "^4.1.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/eslint": "^8.21.1",
"@types/jaro-winkler": "^0.2.1",
"@types/node": "^18.14.0",
"@types/nodemailer": "^6.4.7",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.34.0",
"eslint-config-next": "^13.2.1",
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^4.9.0",
"tailwindcss": "^3.2.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
},
"ct3aMetadata": {
"initVersion": "7.5.9"
}
}