forked from rezcode/bypass-ankasa-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "ankasa-bypass",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/lato": "^4.5.9",
"@fontsource/poppins": "^4.5.9",
"@mui/material": "^5.10.1",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"firebase": "^9.9.3",
"formik": "^2.2.9",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"next": "12.2.5",
"next-image-zoom": "^1.1.7",
"qrcode": "^1.5.1",
"react": "18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-slick": "^0.29.0",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.4.28",
"swiper": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-next": "12.2.5"
}
}