-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.25 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
{
"name": "mtoolkit",
"version": "0.1.1",
"description": "一个全能的班长工具箱",
"repository": "github:holgerhuo/mtoolkit",
"main": "src/index.js",
"author": "Holger Huo <[email protected]> (https://holger.one)",
"contributors": [
"Holger Huo <[email protected]> (https://holger.one)"
],
"bugs": "https://github.com/holgerhuo/mtoolkit/issues",
"homepage": "https://mtoolkit.r669.live",
"license": "AGPL-3.0",
"keywords": [
"react",
"cra",
"toolkit",
"pwa",
"frontent"
],
"private": true,
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/permanent-marker": "^4.5.5",
"@fontsource/roboto": "^4.5.7",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"chart.js": "^3.8.2",
"google-palette": "^1.1.0",
"plausible-tracker": "^0.3.8",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-chrome-dino": "^0.1.3",
"react-dom": "^18.2.0",
"react-ga4": "^1.4.1",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"source-map-explorer": "^2.5.2",
"typed.js": "^2.0.12",
"web-vitals": "^2.1.4",
"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": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}