-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.27 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.27 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
{
"name": "OSCARViewer",
"version": "3.0.0-alpha",
"description": "",
"main": "index.js",
"scripts": {
"build": "next build",
"start": "next start",
"postinstall": "patch-package",
"dev": "next dev",
"lint": "next lint",
"start-exported": "npx serve@latest web",
"test": "cypress run --e2e",
"test:all": "cypress run --e2e --headed --spec 'cypress/e2e/all-specs.cy.tsx'",
"test:scheduled": "cypress run --e2e --spec 'cypress/e2e/DashboardPage.cy.tsx,cypress/e2e/EventDetailsPage.cy.tsx,cypress/e2e/EventLogPage.cy.tsx,cypress/e2e/LaneViewPage.cy.tsx,cypress/e2e/NationalViewPage.cy.tsx,cypress/e2e/ReportPage.cy.tsx'"
},
"keywords": [
"OpenSensorHub",
"osh-js",
"Cesium"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-flow": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@cypress/webpack-preprocessor": "^7.0.1",
"@types/leaflet": "^1.9.12",
"@types/react": "^18.2.67",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"cypress": "^14.5.4",
"html-webpack-plugin": "^5.6.0",
"react-to-print": "^3.1.1",
"style-loader": "^3.3.4",
"typescript": "^5.9.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.3"
},
"dependencies": {
"@babel/runtime": "^7.24.0",
"@cesium/engine": "8.0.0",
"@cesium/widgets": "5.0.0",
"@cypress/webpack-dev-server": "^1.1.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.13",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.16.4",
"@mui/styles": "^6.1.4",
"@mui/x-data-grid": "^7.11.1",
"@mui/x-date-pickers": "^7.20.0",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/nextjs": "^10.22.0",
"@types/react-dom": "^18.0.9",
"@types/react-redux": "^7.1.24",
"antd": "^5.21.4",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"cesium": "^1.114.0",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-annotation": "^3.0.1",
"dayjs": "^1.11.13",
"file-loader": "^6.2.0",
"flatted": "^3.3.3",
"hls.js": "^1.6.13",
"html-plugin": "^0.1.0",
"html-webpack-tags-plugin": "^3.0.2",
"https-browserify": "^1.0.0",
"idb": "^7.1.1",
"jsqr": "^1.4.0",
"leaflet": "^1.9.4",
"next": "^14.2.5",
"node-polyfill-webpack-plugin": "^2.0.1",
"nouislider": "^15.6.1",
"ol": "^10.1.0",
"ol-layerswitcher": "^4.1.2",
"osh-js": "github:earocorn/osh-js#add-consys",
"patch-package": "^6.5.0",
"path-browserify": "^1.0.1",
"qr-scanner": "^1.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.5",
"react-material-ui-carousel": "^3.4.2",
"react-redux": "^9.1.2",
"redux-persist": "^5.10.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.6",
"url": "^0.11.0",
"util": "^0.12.5",
"wnumb": "^1.2.0",
"worker-loader": "^3.0.8"
}
}