forked from equinor/flotilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.41 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.41 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
{
"name": "flotilla",
"version": "0.1.0",
"private": true,
"homepage": ".",
"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",
"@nevware21/ts-async": "^0.5.5",
"@tanstack/react-query": "^5.101.4",
"@types/node": "^25.9.5",
"@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-modal": "^3.16.3",
"react-player": "^3.4.0",
"react-router": "^8.3.0",
"styled-components": "^6.5.0",
"ts-custom-error": "^3.3.1",
"vite": "^7.3.6",
"vite-plugin-svgr": "^4.5.0"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint src",
"prettier_check": "prettier --check src"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/js": "^9.39.5",
"@types/leaflet": "^1.9.22",
"@types/luxon": "^3.7.3",
"@types/react-big-calendar": "^1.16.3",
"@types/react-modal": "^3.16.3",
"@types/styled-components": "^5.1.36",
"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.9.0",
"jsdom": "^28.1.0",
"ts-unused-exports": "^11.0.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.66.0",
"vitest": "^4.1.10"
},
"packageManager": "pnpm@10.33.4"
}