This repository has been archived by the owner on Aug 24, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.69 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
{
"name": "seges-plus",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "ionic cap run android -l --external",
"sync": "npx @capacitor/assets generate && cap sync",
"build:vite": "tsc && vite build",
"build:release": "npm run build:vite && npm run sync && bash ./scripts/build.sh --release",
"build:debug": "npm run build:vite && npm run sync && bash ./scripts/build.sh --debug",
"prettier:fix": "prettier --write .",
"prettier:check": "prettier --check ."
},
"dependencies": {
"@capacitor/android": "5.5.0",
"@capacitor/app": "5.0.6",
"@capacitor/browser": "^5.2.0",
"@capacitor/core": "5.5.0",
"@capacitor/network": "^5.0.7",
"@capacitor/preferences": "^5.0.6",
"@capacitor/splash-screen": "^5.0.6",
"@ionic/pwa-elements": "^3.2.2",
"@ionic/react": "^7.0.0",
"@ionic/react-router": "^7.0.0",
"@maskito/core": "^1.9.0",
"@maskito/react": "^1.9.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"cheerio": "^1.0.0-rc.12",
"ionicons": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@capacitor/assets": "^3.0.1",
"@capacitor/cli": "5.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.10.4",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-react": "^4.0.1",
"jsdom": "^22.1.0",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"typescript": "^5.1.6",
"vite": "^4.3.9"
}
}