-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.43 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.43 KB
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
{
"name": "jm3",
"dependencies": {
"@capacitor/app": "^8.1.0",
"@capacitor/core": "^8.3.0",
"@capacitor/filesystem": "^8.1.2",
"@capacitor/preferences": "^8.0.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@reduxjs/toolkit": "^2.11.2",
"@types/crypto-js": "^4.2.2",
"@types/md5": "^2.3.6",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-helmet": "^6.1.11",
"@types/react-lazy-load-image-component": "^1.6.5",
"@types/react-redux": "^7.1.34",
"@typescript/native-preview": "7.0.0-dev.20260404.1",
"classnames": "^2.5.1",
"crypto-js": "^4.2.0",
"framer-motion": "^12.38.0",
"hls.js": "^1.6.15",
"i18next": "^26.0.3",
"i18next-browser-languagedetector": "^8.2.1",
"jszip": "^3.10.1",
"md5": "^2.3.0",
"oxfmt": "^0.43.0",
"oxlint": "^1.58.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-ga4": "^3.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^17.0.2",
"react-intersection-observer": "^10.0.3",
"react-lazy-load-image-component": "^1.6.3",
"react-pull-to-refreshify": "^0.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.14.0",
"react-share": "^5.3.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"swiper": "^12.1.3",
"vite": "^8.0.3"
}
}