-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.33 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
80
81
82
83
84
{
"name": "gateway",
"version": "1.9.8",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.99",
"@mui/material": "^5.10.5",
"@mui/x-data-grid": "^5.17.2",
"apexcharts": "^3.35.4",
"axios": "^0.27.2",
"boring-avatars": "^1.7.0",
"crypto-js": "^4.1.1",
"jotai": "^1.7.7",
"moment": "^2.29.4",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-dom": "^17.0.2",
"react-ga4": "^1.4.1",
"react-qr-code": "^2.0.7",
"react-qr-reader": "github:JodusNodus/react-qr-reader#pull/192/head",
"react-router-dom": "^6.2.1",
"workbox-background-sync": "^6.5.3",
"workbox-broadcast-update": "^6.5.3",
"workbox-cacheable-response": "^6.5.3",
"workbox-core": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-google-analytics": "^6.5.3",
"workbox-navigation-preload": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-range-requests": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3",
"workbox-streams": "^6.5.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"eslint:check": "eslint src",
"eslint": "eslint src --fix",
"prettier:check": "prettier src --check",
"prettier": "prettier src --write",
"api:build": "aspida"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@aspida/axios": "^1.10.3",
"@types/axios": "^0.14.0",
"@types/crypto-js": "^4.1.1",
"@types/mime": "^2.0.3",
"@types/node": "^17.0.31",
"@types/react": "^17.0.45",
"@types/react-dom": "^18.0.3",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "8.5.0",
"prettier": "2.6.2",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"ts-node": "^10.8.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.6.3"
}
}