-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.42 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
{
"name": "wlrs-captainsim-compatibility",
"version": "3.0.0",
"description": "Horizon Simulations Compatibility Mod for Captain Sim B777 and B767 Packages",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "eslint --cache **/*.{js,mjs,jsx,ts,tsx}",
"lint-fix": "npm run lint -- --fix",
"test": "jest",
"package": "node scripts/build_base.js && node scripts/build_behavior.js && node scripts/build_b772-ge90.js && node scripts/build_b77f-ge90.js && node scripts/build_b77w-ge90.js && node scripts/build_b764-cf6.js",
"build:pfd": "npx rollup -c src/instruments/src/PFD/rollup.config.js",
"dev-pfd": "rollup -wc src/instruments/src/PFD/rollup.config.js"
},
"author": "Horizon Simulations",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@flybywiresim/rnp": "^2.1.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-image": "^3.0.0",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"@types/jest": "^29.1.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"dotenv": "^16.0.3",
"eslint": "^8.25.0",
"fs-extra": "^10.1.0",
"jsdom": "^20.0.1",
"msfssdk": "file:../msfs-avionics-mirror/src/sdk/build",
"postcss-color-functional-notation": "^4.2.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-import-css": "^3.0.3",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-serve": "^2.0.1",
"rollup-plugin-typescript-paths": "^1.4.0",
"rollup-plugin-typescript2": "^0.34.1",
"safe-stable-stringify": "^2.4.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4"
},
"dependencies": {
"geolib": "^3.3.3",
"msfs-geo": "^0.1.0-alpha5"
}
}