-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 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
{
"name": "carrot-market",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@cloudflare/stream-react": "^1.8.0",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"chalk": "^5.2.0",
"dotenv": "^16.0.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"gray-matter": "^4.0.3",
"iron-session": "^6.3.1",
"next": "^13.4.4",
"nodemailer": "^6.9.1",
"postcss": "8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"swr": "^2.1.2",
"tailwindcss": "^3.3.1",
"ts-node": "^10.9.1",
"twilio": "^4.10.0",
"typescript": "5.0.4",
"unified": "^10.1.2"
},
"devDependencies": {
"@prisma/client": "^4.14.0",
"@tailwindcss/forms": "^0.5.3",
"@types/nodemailer": "^6.4.7",
"i": "^0.3.7",
"npm": "^9.6.6",
"prisma": "^4.14.0"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}