-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.41 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
85
86
87
88
{
"name": "MMGH",
"version": "0.1.0",
"private": true,
"dependencies": {
"@capacitor/camera": "^5.0.7",
"@capacitor/core": "^5.0.0",
"@capacitor/filesystem": "^5.0.0",
"@capacitor/preferences": "^5.0.0",
"@ffmpeg/core": "latest",
"@ffmpeg/ffmpeg": "latest",
"@ionic-native/local-notifications": "^5.36.0",
"@ionic/core": "latest",
"@ionic/pwa-elements": "^3.2.2",
"@ionic/react": "latest",
"@ionic/react-router": "latest",
"@tauri-apps/cli": "latest",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vitejs/plugin-react-refresh": "latest",
"aplayer": "^1.10.1",
"aplayer-react": "^1.6.0",
"core-js": "^3.37.0",
"ionicons": "^7.1.2",
"or": "^0.2.0",
"rc-bullets": "latest",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "latest",
"react-scripts": "latest",
"react-spring": "^9.7.3",
"react-transition-group": "^4.4.5",
"react-tsparticles": "^2.12.2",
"regenerator-runtime": "latest",
"swiper": "latest",
"tauri": "latest",
"three": "latest",
"tsparticles": "^2.12.0",
"tsparticles-engine": "^2.12.0",
"tsparticles-preset-links": "^2.12.0",
"tsparticles-preset-triangles": "^2.12.0",
"tsparticles-slim": "^2.12.0",
"use-sound": "^4.0.1",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-html": "^3.2.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"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"
]
},
"devDependencies": {
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "^5.16.4",
"@mui/material": "latest",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"rollup-plugin-terser": "^7.0.2",
"vite": "^5.3.4"
}
}