-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.91 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.91 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "bcr-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@reduxjs/toolkit": "^2.5.0",
"aos": "^2.3.4",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"feather-icons": "^4.29.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"qs": "^6.12.3",
"react": "^18.3.1",
"react-datepicker": "^7.0.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-feather": "^2.0.10",
"react-hook-form": "^7.52.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.23.1",
"swiper": "^11.1.4",
"typeface-rubik": "^1.1.13",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/bootstrap": "^5.2.10",
"@types/dotenv": "^8.2.0",
"@types/feather-icons": "^4.29.4",
"@types/js-cookie": "^3.0.6",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.34",
"@types/react-router-dom": "^5.3.3",
"@types/swiper": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"dotenv-webpack": "^8.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"globals": "^15.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"sass": "^1.77.4",
"typescript": "^5.2.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.4",
"vite-plugin-sass": "^0.1.0"
}
}