-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.08 KB
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
{
"name": "pa-fe-k3",
"version": "1.0.0",
"engines": {
"node": "16.13.1"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"@reduxjs/toolkit": "^1.8.3",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"feather-icons": "^4.29.0",
"firebase": "^9.8.3",
"formik": "^2.2.9",
"jquery": "^3.6.0",
"next": "12.1.6",
"react": "18.2.0",
"react-bootstrap": "^2.4.0",
"react-currency-input-field": "^3.6.4",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-image-picker": "^1.1.1",
"react-redux": "^8.0.2",
"react-slick": "^0.29.0",
"react-toastify": "^9.0.6",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.4.23",
"sweetalert2-react-content": "^5.0.1",
"swiper": "^8.2.4",
"use-file-picker": "^1.4.2",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.17.0",
"eslint-config-next": "12.1.6"
}
}