-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.84 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
{
"name": "flotilla",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@azure/msal-browser": "^5.18.0",
"@azure/msal-react": "^5.5.5",
"@equinor/eds-core-react": "^2.6.1",
"@equinor/eds-icons": "^1.5.1",
"@equinor/eds-tokens": "^2.3.2",
"@microsoft/signalr": "^10.0.11",
"@tanstack/react-query": "^5.101.4",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react-swc": "^4.3.3",
"chart.js": "^4.5.1",
"chartjs-adapter-luxon": "^1.3.1",
"date-fns": "^4.4.0",
"leaflet": "^1.9.4",
"livekit-client": "^2.21.0",
"luxon": "^3.7.2",
"prettier": "^3.9.6",
"react": "^19.2.8",
"react-big-calendar": "^1.20.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.8",
"react-leaflet": "^5.0.0",
"react-player": "^3.4.0",
"react-router": "^8.3.0",
"styled-components": "^6.5.2",
"ts-custom-error": "^3.3.1",
"vite": "^7.3.6"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint src",
"prettier_check": "prettier --check src"
},
"devDependencies": {
"@eslint/js": "^9.39.5",
"@types/leaflet": "^1.9.22",
"@types/react-big-calendar": "^1.16.3",
"eslint": "^9.39.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^17.11.0",
"jsdom": "^28.1.0",
"ts-unused-exports": "^11.0.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.67.0",
"vitest": "^4.1.10"
},
"packageManager": "pnpm@10.33.4"
}