forked from brian7704/OpenTAKServer-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.13 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.13 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "opentakserver-ui",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --force",
"build": "ts-appversion --git=. && tsc && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "npm run eslint && npm run stylelint",
"lint:eslint": "eslint . --ext .ts,.tsx --cache",
"lint:stylelint": "stylelint '**/*.css' --cache",
"eslint": "eslint . --cache",
"prettier": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"vitest": "vitest run",
"vitest:watch": "vitest",
"test": "npm run typecheck && npm run prettier && npm run lint && npm run vitest && npm run build",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
},
"dependencies": {
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/view": "^6.39.9",
"@mantine/charts": "^8.3.10",
"@mantine/core": "^8.3.10",
"@mantine/dates": "^8.3.10",
"@mantine/form": "^8.3.10",
"@mantine/hooks": "^8.3.10",
"@types/leaflet-rotatedmarker": "^0.2.5",
"@types/lodash.sortby": "^4.7.9",
"@uiw/codemirror-extensions-color": "^4.23.10",
"@uiw/codemirror-extensions-langs": "^4.23.10",
"@uiw/codemirror-theme-basic": "^4.23.10",
"@uiw/react-codemirror": "^4.23.10",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.2.4",
"file-entry-cache": "^10.0.0",
"i18next": "^25.7.1",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"keyv": "^5.1.0",
"leaflet": "^1.9.4",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.fullscreen": "^3.0.2",
"leaflet.marker.slideto": "^0.3.0",
"lodash": "^4.17.21",
"lodash.sortby": "^4.7.0",
"lru-cache": "^11.0.1",
"mantine-datatable": "^8.3.11",
"milsymbol": "^2.2.0",
"minimatch": "^10.0.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-flags-select": "^2.5.0",
"react-geolocated": "^4.2.0",
"react-grid-layout": "^1.5.0",
"react-i18next": "^16.3.5",
"react-markdown": "^10.0.0",
"react-player": "^2.16.0",
"react-qr-code": "^2.0.15",
"react-qrcode-logo": "^3.0.0",
"react-resizable": "^3.0.5",
"react-router": "^7.5.3",
"recharts": "2",
"screenfull": "^6.0.2",
"semver": "^7.7.2",
"semver-parser": "^4.1.8",
"socket.io-client": "^4.7.4",
"styled-components": "^6.1.13",
"yaml": "^2.7.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@mantine/notifications": "^8.3.10",
"@saithodev/ts-appversion": "^2.2.0",
"@storybook/addon-links": "^10.1.4",
"@storybook/react": "^10.1.4",
"@storybook/react-vite": "10.1.4",
"@tabler/icons-react": "^3.17.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/leaflet": "^1.9.12",
"@types/leaflet.fullscreen": "^3",
"@types/node": "^24.2.1",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-grid-layout": "^1.3.5",
"@types/react-resizable": "^3.0.8",
"@types/video-react": "^0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.5.2",
"axios": "1.8.2",
"dayjs": "^1.11.13",
"eslint": "^9.12.0",
"eslint-config-mantine": "^4.0.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.9.0",
"i18next-cli": "^1.29.4",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^25.0.0",
"postcss": "^8.4.47",
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"react-leaflet": "^5.0.0",
"react-leaflet-fullscreen": "github:eYdr1en/react-leaflet-fullscreen",
"storybook": "^10.1.4",
"storybook-dark-mode": "^4.0.2",
"stylelint": "^16.9.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.10.0",
"vite": "^7.1.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "3.2.3"
},
"packageManager": "yarn@4.12.0"
}