-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1005 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
39
40
41
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/helper-module-imports": "^7.18.6",
"@graphcms/rich-text-react-renderer": "^0.6.1",
"@react-spring/web": "^9.6.1",
"@vercel/analytics": "^0.1.8",
"babel-plugin-macros": "^3.1.0",
"body-scroll-lock": "^4.0.0-beta.0",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"html-react-parser": "^3.0.8",
"moment": "^2.29.4",
"next": "^13.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-multi-carousel": "^2.8.2",
"sass": "^1.57.1",
"swiper": "^9.0.5"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"typescript": "4.9.4"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}