-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 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
{
"name": "yuvasoft-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"aos": "^2.3.4",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"date-fns": "^2.28.0",
"next": "12.1.0",
"node-sass": "^7.0.1",
"react": "17.0.2",
"react-bootstrap": "^2.2.0",
"react-circular-progressbar": "^2.0.4",
"react-countup": "^6.1.1",
"react-datepicker": "^4.8.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.30.0",
"react-icons": "^4.3.1",
"react-image-viewer-dv": "^1.0.2",
"react-loading": "^2.0.3",
"react-paginate": "^8.1.3",
"react-redux": "^8.0.1",
"react-router-dom": "^6.2.2",
"react-slick": "^0.28.1",
"react-toastify": "^8.2.0",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.2.0",
"redux-saga": "^1.1.3",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
}
}