-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
89 lines (89 loc) · 2.75 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "bannergress",
"version": "2.5.2",
"private": true,
"type": "module",
"dependencies": {
"@fontsource/roboto": "^5.1.0",
"@react-keycloak/core": "^3.2.0",
"@react-keycloak/web": "^3.4.0",
"@types/react-beforeunload": "^2.1.0",
"@types/react-redux": "~7.1.16",
"@types/redux-mock-store": "~1.0.2",
"@types/ua-parser-js": "^0.7.36",
"@use-it/event-listener": "^0.1.6",
"antd": "^4.24.14",
"history": "^4.10.1",
"i18next": "^23.15.2",
"i18next-resources-to-backend": "^1.2.1",
"keycloak-js": "^26.0.0",
"leaflet": "^1.9.4",
"leaflet-loading": "^0.1.24",
"leaflet.locatecontrol": "^0.81.1",
"leaflet.markercluster": "^1.5.3",
"react": "^18.2.0",
"react-beforeunload": "^2.6.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hotkeys-hook": "^3.3.2",
"react-i18next": "^15.0.2",
"react-intersection-observer": "^9.5.2",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-markdown": "^9.0.1",
"react-redux": "~7.2.3",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-transition-group": "^4.4.1",
"redux": "~4.2.1",
"redux-devtools-extension": "~2.13.9",
"redux-mock-store": "~1.5.4",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"ua-parser-js": "^0.7.33",
"underscore": "^1.13.6"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"test": "vitest",
"preview": "vite preview",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/leaflet-loading": "^0.1.4",
"@types/leaflet.locatecontrol": "^0.74.6",
"@types/leaflet.markercluster": "^1.5.4",
"@types/node": "^22.7.7",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/react-helmet": "^6.1.1",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.1",
"@types/underscore": "^1.11.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-i18next": "^6.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"less": "~4.1.1",
"less-loader": "~8.0.0",
"prettier": "^3.0.3",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.1.2"
}
}