-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.43 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
{
"name": "sesar-cwp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fontsource/ibm-plex-mono": "^4.5.11",
"@fontsource/ibm-plex-sans": "^4.5.12",
"@mapbox/sphericalmercator": "^1.2.0",
"@protobuf-ts/runtime": "^2.8.1",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/turf": "^6.5.0",
"allotment": "^1.17.0",
"bootstrap": "^5.2.1",
"bootswatch": "^5.2.1",
"classnames": "^2.3.2",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"maplibre-gl": "^2.4.0",
"microsoft-cognitiveservices-speech-sdk": "^1.23.0",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"mqtt": "^4.3.7",
"os-browserify": "^0.3.0",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-map-gl": "^7.0.19",
"recharts": "^2.1.14",
"rlite-router": "^2.0.3",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"throttle-debounce": "^5.0.0",
"web-vitals": "^3.0.2"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"optimize": "vite optimize",
"lint": "eslint src --ext .js --ext .ts --ext .jsx --ext .tsx",
"protoc": "protoc --ts_out src/proto --proto_path src ProtobufAirTrafficSimulator.proto"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@protobuf-ts/plugin": "^2.8.1",
"@types/mapbox__sphericalmercator": "^1.2.0",
"@types/node": "^18.7.23",
"@types/react-dom": "^18.0.6",
"@types/throttle-debounce": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
"typescript": "^4.8.4",
"vite": "^3.1.3"
}
}