-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "taskgenie-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host ",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.537.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.1.1",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.4",
"@mui/x-date-pickers": "^6.19.5",
"@react-buddy/ide-toolbox": "^2.4.0",
"@react-buddy/palette-mui": "^5.0.1",
"@reduxjs/toolkit": "^2.2.1",
"aws-sdk": "^2.1581.0",
"axios": "^1.6.7",
"compressorjs": "^1.2.1",
"datepicker": "^0.0.0",
"dayjs": "^1.11.10",
"i": "^0.3.7",
"joi": "^17.12.2",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"nodemon": "^3.0.3",
"notistack": "^3.0.1",
"npm": "^10.4.0",
"prop-types": "^15.8.1",
"query-string": "^9.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-autocomplete": "^2.7.3",
"react-hook-form": "^7.51.0",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1",
"react-multi-carousel": "^2.8.4",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.2",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"globals": "^15.4.0",
"jsdom": "^24.0.0",
"react-test-renderer": "^18.2.0",
"vite": "^5.0.8",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.2.2"
}
}