-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 944 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
{
"name": "goldenpalace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.4.3",
"@mui/material": "^6.1.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"next": "14.2.11",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-simple-image-slider": "^2.4.1",
"react-slick": "^0.30.2",
"sass": "^1.79.4",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"swr": "^2.3.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.1.6",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
}
}