-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.13 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
{
"name": "military-district-frontend",
"version": "0.0.0-SNAPSHOT",
"license": "Apache-2.0",
"type": "module",
"private": "false",
"author": {
"name": "ptrvsrg",
"url": "https://github.com/ptrvsrg"
},
"repository": {
"type": "git",
"url": "https://github.com/ptrvsrg/military-district-frontend"
},
"scripts": {
"dev": "vite",
"lint": "npx eslint --fix .",
"build": "tsc && vite build"
},
"keywords": [
"spa",
"oauth2",
"keycloak",
"graphql",
"apollo",
"axios",
"mobx",
"styled-components",
"mui",
"leaflet",
"react",
"typescript",
"vite"
],
"dependencies": {
"@apollo/client": "^3.9.7",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.15",
"@mui/x-date-pickers": "^7.2.0",
"@react-keycloak/web": "^3.4.0",
"@types/leaflet": "^1.9.12",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"graphql": "^16.8.1",
"i18next": "^23.10.1",
"leaflet": "^1.9.4",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.7",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-leaflet": "^4.2.1",
"react-leaflet-fullscreen": "^4.1.1",
"react-router-dom": "^6.22.3",
"react-spinners": "^0.13.8",
"screenfull": "^6.0.2",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-perfectionist": "^2.7.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-unicorn": "^51.0.1",
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-commonjs": "^0.10.1"
}
}