-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.84 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
{
"name": "deaf-i",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,md}\"",
"format:check": "prettier --check \"./**/*.{js,jsx,ts,tsx,json,md}\"",
"slicemachine": "start-slicemachine",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^4.1.2",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@prismicio/client": "^7.16.1",
"@prismicio/next": "^1.7.2",
"@prismicio/react": "^3.1.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.6.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"disqus-react": "^1.1.6",
"lucide-react": "^0.475.0",
"micro-cors": "^0.1.1",
"next": "15.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"stripe": "^17.6.0",
"swiper": "^11.2.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.66",
"@types/mailchimp__mailchimp_marketing": "^3.0.21",
"@types/micro-cors": "^0.1.5",
"@types/node": "^22.13.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"eslint": "^9.21.0",
"eslint-config-next": "15.1.7",
"eslint-config-prettier": "^10.0.2",
"husky": "^9.1.7",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"slice-machine-ui": "^2.12.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}