-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "debloater",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint"
},
"dependencies": {
"@capacitor/android": "5.0.3",
"@capacitor/app": "5.0.2",
"@capacitor/core": "5.0.3",
"@capacitor/device": "5.0.2",
"@capacitor/filesystem": "^5.0.2",
"@capacitor/haptics": "5.0.2",
"@capacitor/keyboard": "5.0.2",
"@capacitor/local-notifications": "5.0.2",
"@capacitor/preferences": "5.0.2",
"@capacitor/status-bar": "5.0.2",
"@capacitor/toast": "5.0.2",
"@ionic/vue": "7.0.6",
"@ionic/vue-router": "7.0.6",
"@legendarythedev/capacitor-native-settings": "^4.0.7",
"@legendarythedev/dev-options-checker": "^0.0.4",
"capacitor-adb": "^0.1.4",
"capacitor-shell": "^0.0.7",
"ionicons": "^7.0.0",
"vue": "3.3.1",
"vue-router": "4.2.0"
},
"devDependencies": {
"@capacitor/cli": "5.0.3",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "4.2.2",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.0",
"cypress": "13.6.3",
"eslint": "^8.35.0",
"eslint-plugin-vue": "9.12.0",
"jsdom": "^21.1.0",
"typescript": "^4.9.3",
"vite": "^4.5.2",
"vitest": "^0.29.2",
"vue-tsc": "^1.0.24"
},
"description": "An Ionic project"
}