-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.56 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.56 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "cleanly",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"serve": "vite",
"lint": "vue-tsc --noEmit && eslint",
"build": "vite build",
"build:dev": "NODE_ENV='development' vite build --mode development",
"sync": "cap sync android",
"sync:dev": "NODE_ENV='development' cap sync android",
"preview": "vite preview",
"translations": "tsx ./bin/check-translation.ts"
},
"dependencies": {
"@capacitor/android": "^7.4.3",
"@capacitor/app": "7.1.0",
"@capacitor/browser": "^7.0.2",
"@capacitor/clipboard": "^7.0.2",
"@capacitor/core": "7.4.3",
"@capacitor/device": "^7.0.2",
"@capacitor/haptics": "7.0.2",
"@capacitor/keyboard": "7.0.3",
"@capacitor/push-notifications": "^7.0.3",
"@capacitor/status-bar": "7.0.3",
"@capawesome/capacitor-app-update": "^7.0.1",
"@ionic/core": "^8.0",
"@ionic/vue": "^8.0.0",
"@ionic/vue-router": "^8.0.0",
"@radial-color-picker/vue-color-picker": "^6.0.0",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.0.1",
"core-js": "^3.6.5",
"module-alias": "^2.2.2",
"moment": "^2.29.3",
"uuid": "^13.0.0",
"vue": "^3.3.0",
"vue-chartjs": "^5.0.1",
"vue-currency-input": "^3.2.1",
"vue-router": "^4.2.0",
"vue-tabler-icons": "^2.21.0"
},
"devDependencies": {
"@capacitor/cli": "7.4.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@types/canvas-confetti": "^1.6.4",
"@types/jest": "^30.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.21.0",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/language-server": "^3.0.7",
"@vue/test-utils": "^2.3.0",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^30.1.2",
"chalk": "^5.3.0",
"cypress": "^15.2.0",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^10.4.0",
"fast-glob": "^3.3.2",
"globals": "^16.4.0",
"jest": "^30.1.3",
"jest-extended": "^6.0.0",
"jetifier": "^2.0.0",
"jsdom": "^27.0.0",
"raw-loader": "^4.0.2",
"terser": "^5.4.0",
"ts-auto-guard": "^5.0.1",
"ts-jest": "^29.1.2",
"ts-morph": "^27.0.0",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"vite": "^7.2.4",
"vite-plugin-checker": "^0.10.3",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.0.7"
},
"description": "An Ionic project",
"overrides": {
"rollup": "4.44.0"
}
}