-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"lint": "next lint"
},
"dependencies": {
"@netlify/plugin-nextjs": "^4.8.0",
"@react-spring/web": "^9.4.5",
"@rsuite/icons": "^1.0.2",
"aos": "^2.3.4",
"apexcharts": "^3.35.3",
"axios": "^0.27.2",
"cookies-next": "^2.0.4",
"google-auth-library": "^8.1.1",
"html-react-parser": "^1.4.14",
"is-valid-domain": "^0.1.6",
"md5": "^2.3.0",
"moment": "^2.29.3",
"next": "12.1.6",
"next-auth": "^4.4.0",
"next-share": "^0.12.1",
"next-sitemap": "^3.0.5",
"qrcode": "^1.5.1",
"react": "18.1.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-joyride": "^2.5.3",
"react-native-svg": "^13.4.0",
"react-qrcode-logo": "^2.8.0",
"react-schemaorg": "^2.0.0",
"react-social-login": "^3.4.15",
"react-type-animation": "^1.1.3",
"rsuite": "^5.13.0",
"swiper": "^8.3.1"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-config-next": "12.1.6"
}
}