-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
79 lines (79 loc) · 2.3 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
{
"name": "wtfos-configurator",
"version": "2.3.0",
"homepage": "https://fpv.wtf",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@formkit/auto-animate": "^1.0.0-beta.3",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.3",
"@reduxjs/toolkit": "^1.8.1",
"@rjsf/core": "^5.0.0",
"@rjsf/mui": "^5.0.0",
"@rjsf/utils": "^5.0.0",
"@rjsf/validator-ajv6": "^5.0.0",
"@sentry/react": "^7.5.0",
"@sentry/tracing": "^7.5.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"@types/dom-webcodecs": "^0.1.4",
"@types/node": "^18.8.4",
"@types/offscreencanvas": "^2019.7.0",
"@types/wicg-file-system-access": "^2020.9.5",
"@yume-chan/adb": "^0.0.15",
"@yume-chan/adb-backend-webusb": "^0.0.15",
"@yume-chan/adb-credential-web": "^0.0.15",
"buffer": "^6.0.3",
"i18next": "^21.8.10",
"marked-react": "^1.3.2",
"pre-commit": "^1.2.2",
"react": "^18.0.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.0.0",
"react-ga4": "^1.4.1",
"react-i18next": "^11.17.2",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"stream-data-view": "^1.7.2",
"typescript": "<4.7.0",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4",
"with-staged": "^1.0.2",
"xterm-addon-fit": "^0.5.0",
"xterm-for-react": "^1.0.4"
},
"scripts": {
"start": "ESLINT_NO_DEV_ERRORS=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint ./src --ext .jsx,.js,.ts,.tsx",
"lint-commit": "with-staged '**/*.{js,jsx,ts,tsx}' -- yarn eslint",
"device-shell": "wtfos-configurator-reverse-shell-server"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint-plugin-react": "^7.29.4",
"wtfos-configurator-reverse-shell-server": "^0.1.1"
},
"pre-commit": [
"lint-commit"
]
}