-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 1.81 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
{
"name": "boilerplate-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@prismicio/client": "^7.3.1",
"@prismicio/helpers": "^2.3.9",
"@prismicio/next": "^1.5.0",
"@prismicio/react": "^2.7.3",
"@prismicio/slice-simulator-react": "^0.2.3",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@react-email/components": "0.0.25",
"@types/react-collapse": "^5.0.4",
"@types/swiper": "^6.0.0",
"axios": "^1.6.7",
"flowbite": "^2.3.0",
"flowbite-react": "^0.9.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.378.0",
"next": "^14.2.15",
"react": "^18",
"react-awesome-reveal": "^4.2.11",
"react-collapse": "^5.1.1",
"react-dom": "^18",
"react-hook-form": "^7.51.0",
"react-hot-toast": "^2.4.1",
"react-input-mask": "^2.0.4",
"react-use": "^17.5.0",
"resend": "^4.0.0",
"swiper": "^9.1.0",
"swr": "^2.2.5",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@prismicio/types": "^0.2.8",
"@rocketseat/eslint-config": "^2.2.2",
"@slicemachine/adapter-next": "^0.3.36",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-input-mask": "^3.0.5",
"autoprefixer": "^10.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.2",
"postcss": "^8",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"sass": "^1.71.1",
"slice-machine-ui": "^1.24.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}