-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
136 lines (136 loc) · 4.97 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "podcast-tools",
"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 \"",
"test": "jest --watch",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe-webhook",
"staging:stripe:listen": "stripe listen --forward-to https://staging.podcastsolutions.org/api/stripe-webhook",
"postinstall": "prisma generate && prisma migrate deploy",
"lint": "next lint",
"start": "next start",
"prod": "env-cmd -f .env.prod next dev",
"prod:studio": "env-cmd -f .env.prod npx prisma studio",
"staging": "env-cmd -f .env.staging next dev",
"staging:studio": "env-cmd -f .env.staging npx prisma studio",
"staging:reset": "env-cmd -f .env.staging npx prisma migrate reset",
"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": {
"@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",
"@hookform/resolvers": "3.3.1",
"@next-auth/prisma-adapter": "1.0.7",
"@paralleldrive/cuid2": "2.2.2",
"@prisma/client": "5.4.2",
"@t3-oss/env-nextjs": "0.6.1",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.10.6",
"@trpc/client": "10.40.0",
"@trpc/next": "10.40.0",
"@trpc/react-query": "10.40.0",
"@trpc/server": "10.40.0",
"@types/react-google-recaptcha": "2.1.5",
"axios": "1.5.0",
"bcryptjs": "2.4.3",
"blob-util": "2.0.2",
"browser-image-compression": "2.0.2",
"chakra-react-select": "4.7.6",
"clsx": "2.0.0",
"date-fns": "2.30.0",
"decimal-format": "3.0.1",
"decimal.js": "10.4.3",
"eventsource-parser": "1.1.1",
"framer-motion": "10.16.4",
"gpt-tokenizer": "2.1.1",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"mailersend": "2.2.0",
"micro-cors": "0.1.1",
"next": "13.4.13",
"next-auth": "4.23.1",
"next-superjson-plugin": "0.5.9",
"nextjs-progressbar": "0.0.16",
"nprogress": "0.2.0",
"openai": "4.10.0",
"podcast": "2.0.1",
"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.0",
"react-google-recaptcha": "3.1.0",
"react-hook-form": "7.46.2",
"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-quilljs": "^1.3.3",
"react-share": "4.4.1",
"react18-json-view": "0.2.5",
"rss-parser": "3.13.0",
"sanitize-html": "2.11.0",
"slugify": "1.6.6",
"stripe": "14.2.0",
"stripe-event-types": "3.1.0",
"superjson": "1.13.1",
"telegraf": "4.13.1",
"uuid": "9.0.1",
"wavesurfer.js": "7.3.2",
"webaudio-peaks": "1.0.0",
"zod": "3.22.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.2",
"@tailwindcss/typography": "0.5.10",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@types/bcryptjs": "2.4.4",
"@types/eslint": "8.44.2",
"@types/jest": "29.5.5",
"@types/jsonwebtoken": "9.0.3",
"@types/lodash": "4.14.198",
"@types/micro-cors": "0.1.3",
"@types/node": "20.6.3",
"@types/nprogress": "0.2.0",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/sanitize-html": "2.9.0",
"@types/uuid": "9.0.4",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"autoprefixer": "10.4.16",
"concurrently": "8.2.1",
"dotenv": "16.3.1",
"env-cmd": "10.1.0",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"fast-text-encoding": "1.0.6",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.30",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"prisma": "5.4.2",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false,
"emptyLines": false
}
}