-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
73 lines (73 loc) · 2.54 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
{
"name": "C17",
"version": "0.1.0",
"scripts": {
"build": "rollup -c src/instruments/rollup.config.js",
"dev": "rollup -wc src/instruments/rollup.config.js"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "~7.12.1",
"@babel/plugin-transform-runtime": "~7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "~7.12.7",
"@flybywiresim/rnp": "^1.1.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "~8.0.0",
"@types/react": "~17.0.0",
"@types/react-dom": "~17.0.0",
"@types/react-router-dom": "~5.1.6",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"jsdom": "^16.4.0",
"lint-staged": "10.4.0",
"rollup": "^2.32.0",
"rollup-plugin-css-only": "^2.1.0",
"sass-loader": "^7.3.1",
"style-loader": "^2.0.0",
"typescript": "~4.1.2",
"webpack": "^5.12.2",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@flybywiresim/api-client": "~0.7.0",
"@flybywiresim/rollup-plugin-msfs": "^0.1.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.3",
"@react-hook/mouse-position": "^4.1.0",
"@react-pdf/renderer": "^3.1.14",
"@tabler/icons": "^1.38.0",
"@uiw/react-color-colorful": "^2.0.5",
"@uiw/react-color-wheel": "^2.0.5",
"aewx-metar-parser": "^0.10.1",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"byte-data": "^19.0.1",
"change-case": "^4.1.2",
"geolib": "^3.3.4",
"postcss": "^8.2.4",
"react": "^17.0.0",
"react-bootstrap": "^2.3.1",
"react-dom": "^17.0.0",
"react-leaflet": "~3.0.5",
"react-pdf": "^7.6.0",
"react-router": "~6.0.2",
"react-router-dom": "~6.0.2",
"react-sketch-canvas": "^6.1.5",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-scss": "^2.6.1",
"sass": "~1.30.0",
"tailwindcss": "^2.0.3"
}
}