-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.59 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
49
50
51
52
53
54
55
56
57
{
"name": "pose-ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint",
"sync": "npm run build && npx cap sync"
},
"dependencies": {
"@capacitor/android": "^4.8.2",
"@capacitor/app": "4.1.1",
"@capacitor/assets": "^3.0.5",
"@capacitor/core": "4.8.0",
"@capacitor/haptics": "4.1.0",
"@capacitor/ios": "^4.8.2",
"@capacitor/keyboard": "4.1.1",
"@capacitor/preferences": "^4.0.2",
"@capacitor/status-bar": "4.1.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@ionic/react": "^7.0.0",
"@ionic/react-router": "^7.8.6",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@reduxjs/toolkit": "^1.9.7",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"ionicons": "^7.4.0",
"openai": "^5.20.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redux-persist": "^6.0.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@capacitor/cli": "^4.8.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.1",
"jsdom": "^21.1.2",
"typescript": "^4.9.5",
"vite": "^6.3.5"
}
}