-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.11 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 3.11 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "hcf-painel",
"version": "0.1.1",
"private": true,
"engines": {
"node": "~22"
},
"scripts": {
"start": "vite",
"tsc:check": "tsc --noEmit",
"lint:eslint": "eslint --cache",
"lint": "run-p tsc:check lint:eslint",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
"audit": "npm audit --audit-level=moderate",
"audit:fix": "npm audit fix"
},
"dependencies": {
"@ant-design/compatible": "1.1.2",
"@ant-design/icons": "4.8.1",
"@casl/ability": "6.8.0",
"antd": "4.24.14",
"antd6": "npm:antd@6.3.0",
"axios": "1.5.1",
"dompurify": "^3.0.8",
"i18next": "26.3.0",
"i18next-browser-languagedetector": "8.2.1",
"i18next-http-backend": "4.0.0",
"leaflet": "^1.9.4",
"leaflet-easyprint": "^2.1.9",
"leaflet.fullscreen": "^3.0.1",
"leaflet.markercluster": "^1.5.3",
"lodash.debounce": "^4.0.8",
"logrocket": "10.1.0",
"moment": "2.29.4",
"react": "18.2.0",
"react-barcode": "^1.6.1",
"react-dom": "18.2.0",
"react-i18next": "17.0.8",
"react-icons": "2.2.7",
"react-image-gallery": "^1.3.0",
"react-leaflet": "^4.2.1",
"react-leaflet-fullscreen": "^4.1.1",
"react-router": "7.13.1",
"react-router-dom": "4.3.1",
"recharts": "3.8.1",
"swr": "2.4.0",
"universal-cookie": "8.0.1",
"vanilla-masker": "1.2.0",
"zustand": "5.0.11"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/preset-env": "7.22.4",
"@babel/preset-react": "7.22.3",
"@babel/preset-typescript": "7.21.5",
"@eslint/js": "9.39.0",
"@react-router/dev": "7.13.1",
"@stylistic/eslint-plugin": "5.5.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/dompurify": "^3.0.5",
"@types/leaflet": "^1.9.8",
"@types/lodash.debounce": "4.0.7",
"@types/node": "22.15.0",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react-image-gallery": "^1.2.4",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "4.1.0",
"@vitest/coverage-v8": "4.0.7",
"babel-plugin-module-resolver": "5.0.0",
"eslint": "9.39.0",
"eslint-plugin-import-helpers": "2.0.1",
"eslint-plugin-react-x": "1.48.5",
"globals": "16.5.0",
"husky": "9.1.7",
"jiti": "2.6.1",
"jsdom": "^28.1.0",
"npm-run-all": "4.1.5",
"sass": "^1.69.2",
"typescript": "5.9.3",
"typescript-eslint": "8.46.0",
"vite": "4.4.11",
"vitest": "4.0.7"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}