-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "bradleychiropractic",
"private": true,
"engines": {
"node": "^20"
},
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "dotenv -e .env.local -- npx prisma db push"
},
"dependencies": {
"@hookform/resolvers": "^2.9.10",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@mailchimp/mailchimp_transactional": "^1.0.50",
"@prisma/client": "4.6.1",
"@vercel/analytics": "^1.1.1",
"classnames": "^2.3.1",
"gray-matter": "^4.0.3",
"moment": "^2.29.4",
"next": "^12.1.6",
"object-hash": "^3.0.0",
"prisma": "^4.6.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.41.0",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark-breaks": "^3.0.2",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"sass": "^1.49.7",
"sharp": "^0.31.3",
"unified": "^10.1.2",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.8.0",
"eslint-config-next": "12.0.10"
}
}