-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "mobile-nx",
"private": true,
"version": "0.2.1-alpha.1",
"type": "module",
"scripts": {
"format": "prettier --write .",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"dev-android": "ionic cap run android -l --external"
},
"dependencies": {
"@capacitor/android": "^7.0.1",
"@capacitor/app": "^7.0.0",
"@capacitor/core": "^7.0.1",
"@capacitor/device": "^7.0.0",
"@capacitor/ios": "^7.0.1",
"@ionic/react": "^8.4.1",
"@ionic/react-router": "^8.4.1",
"bigint-mod-arith": "^3.3.1",
"ionicons": "^7.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@capacitor/cli": "^7.0.1",
"@eslint/js": "^9.20.0",
"@types/node": "^22.10.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.4",
"dotenv": "^16.4.7",
"eslint": "^9.20.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.15.0",
"prettier": "^3.4.2",
"tough-cookie": "^5.1.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0",
"vite": "^5.4.14"
}
}