-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "quantdinger-mobile",
"private": true,
"version": "1.0.5",
"license": "SEE LICENSE IN LICENSE",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"cap:sync": "npx cap sync",
"cap:android": "npx cap open android",
"cap:ios": "npx cap open ios",
"build:android": "vite build && npx cap sync android",
"build:ios": "vite build && npx cap sync ios",
"build:all": "vite build && npx cap sync"
},
"dependencies": {
"@capacitor/android": "^6.2.1",
"@capacitor/app": "^6.0.3",
"@capacitor/browser": "^6.0.3",
"@capacitor/cli": "^6.2.1",
"@capacitor/core": "^6.2.1",
"@capacitor/haptics": "^6.0.3",
"@capacitor/ios": "^6.2.1",
"@capacitor/keyboard": "^6.0.4",
"@capacitor/preferences": "^6.0.4",
"@capacitor/push-notifications": "^6.0.5",
"@capacitor/splash-screen": "^6.0.4",
"@capacitor/status-bar": "^6.0.3",
"@vant/auto-import-resolver": "^1.3.0",
"axios": "^1.13.4",
"lightweight-charts": "^4.2.2",
"pinia": "^3.0.4",
"qrcode": "^1.5.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.0.0",
"vant": "^4.9.22",
"vue": "^3.5.24",
"vue-i18n": "^9.14.5",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"vite": "^7.2.4"
}
}