-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
57 lines (57 loc) · 2.12 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
{
"name": "salty-747",
"version": "0.6.0",
"description": "An open-source modification for the default MSFS 747-8, aiming to improve the lacking features and realism of the default aircraft.",
"scripts": {
"build:layout": "node scripts/build.js",
"build:instruments": "mach build -c src/instruments/mach.config.js",
"build:models": "node src/models/build.js",
"build": "npm run build:instruments && npm run build:models && npm run build:layout",
"fragment": "node scripts/fragment.js",
"dev": "mach watch -c src/instruments/mach.config.js"
},
"author": "Salty Simulations",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@flybywiresim/fragmenter": "^0.7.0",
"@microsoft/msfs-sdk": "^0.8.0",
"@microsoft/msfs-types": "^1.14.6",
"@types/leaflet": "^1.7.7",
"@types/react": "^17.0.26",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.19",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"dotenv": "^16.0.3",
"eslint": "^7.18.0",
"typescript": "^4.1.3",
"@synaptic-simulations/mach": "^1.0.3",
"esbuild-plugin-inline-image": "0.0.9",
"esbuild-sass-plugin": "^3.0.0",
"esbuild-style-plugin": "^1.6.3"
},
"dependencies": {
"@navigraph/leaflet": "^2.0.1",
"@ninjomcs/metar-taf-parser-msfs": "^9.0.4",
"byte-data": "^19.0.1",
"core-js": "^3.38.1",
"framer-motion": "^11.9.0",
"leaflet": "^1.7.1",
"navigraph": "^1.2.36",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-indiana-drag-scroll": "^2.2.0",
"react-leaflet": "^3.2.2",
"react-msfs": "^0.2.0",
"react-range": "^1.10.0",
"react-router-dom": "^6.2.1",
"react-spinners": "^0.13.8",
"react-zoom-pan-pinch": "^3.0.6",
"sass": "^1.42.1",
"styled-components": "^5.3.3",
"uuid": "^9.0.0"
}
}