-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.68 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
{
"name": "open-wearable-ai-firebase",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "vite build && firebase deploy --only hosting",
"android": "vite build && npx cap sync",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@capacitor-community/camera-preview": "^6.0.0",
"@capacitor-community/volume-buttons": "^6.0.0",
"@capacitor-firebase/authentication": "^6.0.0",
"@capacitor/android": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@chengsokdara/react-hooks-async": "^0.0.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"capacitor": "^0.5.6",
"file-saver": "^2.0.5",
"firebase": "^10.12.2",
"hark": "^1.2.3",
"i": "^0.3.7",
"jszip": "^3.10.1",
"lamejs": "github:zhuker/lamejs",
"material-ui-confirm": "^3.0.15",
"npm": "^10.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"recordrtc": "^5.6.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@capacitor/cli": "^6.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-plugin-mkcert": "^1.17.5"
}
}