-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.18 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
{
"name": "firmwaredroid-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.8.4",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@reduxjs/toolkit": "^1.9.6",
"android-emulator-webrtc": "^1.0.18",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"graphql": "^16.8.1",
"list": "^2.0.19",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.11.0",
"react-lazylog": "^4.5.3",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"react-terminal": "^1.3.1",
"redux": "^4.2.1",
"styled-components": "^6.0.8",
"yarn": "^1.22.19"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build_docker_image": "docker build ./ -f ./Dockerfile -t firmwaredroid-frontend --platform=\"linux/amd64\"",
"dev_deploy": "react-scripts build && rm -R -f ../FirmwareDroid/firmware-droid-client/build/ && cp -v -r ./build ../FirmwareDroid/firmware-droid-client/build/",
"test": "react-scripts test",
"eject": "react-scripts eject",
"serve": "serve -s build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"proxy": [
"https://fmd.localhost"
]
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/node": "^7.22.19",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/runtime": "^7.23.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1"
}
}