-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
120 lines (120 loc) · 4.19 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
118
119
120
{
"name": "sas-template",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "concurrently -n \"lint,next\" -c \"bgBlue.bold,bgBlack.bold\" \"tsc --noEmit --incremental --watch\" \"NODE_ENV=development && next dev\"",
"postinstall": "prisma generate && prisma migrate deploy",
"lint": "next lint",
"start": "next start",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe-webhook",
"prod": "env-cmd -f .env.prod next dev",
"prod:studio": "env-cmd -f .env.prod npx prisma studio",
"staging:studio": "env-cmd -f .env.staging npx prisma studio",
"staging:reset": "env-cmd -f .env.staging npx prisma migrate reset",
"staging:migrate": "env-cmd -f .env.staging npx prisma migrate dev",
"DANGER:reset": "env-cmd -f .env.prod npx prisma migrate reset",
"DANGER:migrate": "env-cmd -f .env.prod npx prisma migrate dev",
"staging": "env-cmd -f .env.staging concurrently -n \"lint,next\" -c \"bgBlue.bold,bgBlack.bold\" \"tsc --noEmit --incremental --watch\" \"NODE_ENV=development && next dev \"",
"analyze": "ANALYZE=true next build "
},
"dependencies": {
"@aws-sdk/client-s3": "^3.437.0",
"@aws-sdk/s3-request-presigner": "^3.437.0",
"@azure/storage-blob": "^12.16.0",
"@chakra-ui/anatomy": "^2.2.1",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/theme-tools": "^2.1.1",
"@deepgram/sdk": "^2.4.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ffmpeg/ffmpeg": "^0.12.7",
"@ffmpeg/util": "^0.12.1",
"@hookform/resolvers": "^3.3.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.5.2",
"@t3-oss/env-nextjs": "^0.7.1",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "4.18.0",
"@tanstack/react-table": "^8.10.6",
"@trpc/client": "^10.43.0",
"@trpc/next": "^10.43.0",
"@trpc/react-query": "^10.43.0",
"@trpc/server": "^10.43.0",
"axios": "^1.6.0",
"bcryptjs": "^2.4.3",
"blob-util": "^2.0.2",
"browser-image-compression": "^2.0.2",
"chakra-react-select": "^4.7.6",
"date-fns": "^2.30.0",
"decimal-format": "^3.0.1",
"decimal.js": "^10.4.3",
"gpt-tokenizer": "^2.1.2",
"jsonwebtoken": "^9.0.2",
"mailersend": "^2.2.0",
"micro-cors": "^0.1.1",
"next": "13.4.13",
"next-auth": "^4.23.0",
"next-superjson-plugin": "^0.5.9",
"nextjs-progressbar": "^0.0.16",
"nodemailer": "^6.9.6",
"nprogress": "^0.2.0",
"openai": "^4.14.0",
"react": "18.2.0",
"react-day-picker": "^8.8.2",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-easy-crop": "^5.0.2",
"react-fast-marquee": "^1.6.2",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-number-format": "^5.3.1",
"react-player": "^2.13.0",
"react-quill": "^2.0.0",
"react-to-print": "^2.14.15",
"react-zoom-pan-pinch": "^3.2.0",
"react18-json-view": "^0.2.6",
"sanitize-html": "^2.11.0",
"slugify": "^1.6.6",
"stripe": "^14.2.0",
"stripe-event-types": "^3.0.0",
"superjson": "^1.13.3",
"telegraf": "^4.14.0",
"uuid": "^9.0.1",
"wavesurfer.js": "^7.4.0",
"webaudio-peaks": "^1.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.4",
"@types/eslint": "^8.44.2",
"@types/jsonwebtoken": "^9.0.3",
"@types/micro-cors": "^0.1.3",
"@types/node": "^20.8.9",
"@types/nodemailer": "^6.4.11",
"@types/nprogress": "^0.2.1",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.7",
"@types/react-google-recaptcha": "^2.1.6",
"@types/sanitize-html": "^2.9.3",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.1",
"env-cmd": "^10.1.0",
"eslint": "^8.47.0",
"eslint-config-next": "13.5.2",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.1",
"prisma": "^5.5.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.1.6"
}
}