-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 964 Bytes
/
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
{
"name": "hbm-construction",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@apollo/client": "^3.10.3",
"dayjs": "^1.11.11",
"graphql": "^16.8.1",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react-photo-album": "^2.3.1",
"react-qr-code": "^2.0.12",
"react-responsive": "^10.0.0",
"react-responsive-carousel": "^3.2.23",
"react-social-icons": "^6.16.0",
"resend": "^3.2.0",
"typewriter-effect": "^2.21.0",
"yet-another-react-lightbox": "^3.18.0"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.38",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"slice-machine-ui": "^1.26.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}