-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 3.02 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
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
{
"name": "saldometrobus-app",
"version": "2.6.10",
"description": "Saldo Metrobús es un sitio de consultas de saldo y movimientos para las tarjetas de metro y metrobús de Panamá a cualquier hora del día.",
"author": "Yizack Rangel",
"license": "MIT",
"type": "module",
"homepage": "https://saldometrobus.yizack.com",
"repository": {
"type": "git",
"url": "https://github.com/Yizack/saldometrobus-app"
},
"bugs": {
"url": "https://github.com/Yizack/saldometrobus-app/issues"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port=5174 --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"android": "npx cap add android",
"ios": "npx cap add ios",
"resources": "npx @capacitor/assets generate --android --iconBackgroundColor #F8F9FC --splashBackgroundColorDark #F8F9FC --splashBackgroundColor #F8F9FC",
"sync": "npx cap sync",
"app:clean": "tsx scripts/cleanOutput",
"app:mibus": "tsx scripts/miBusRutas",
"app:version": "tsx scripts/updateVersion",
"app:android:key": "openssl base64 -A -in saldometrobus_key.jks -out saldometrobus_key.jks.txt",
"trapeze": "npx trapeze run config.yaml -y",
"release": "pnpm changelogen --bump && tsx scripts/newRelease && pnpm changelogen gh release",
"release:patch": "pnpm changelogen --bump --patch && tsx scripts/newRelease && pnpm changelogen gh release",
"test:types": "vue-tsc --noEmit",
"lint": "npm run lint:eslint && npm run lint:stylelint",
"lint:eslint": "eslint --fix --config .config/eslint.mjs",
"lint:stylelint": "stylelint \"**/*.css\" --fix --config .config/stylelint.json",
"dev:build": "pnpm app:mibus && pnpm generate && pnpm app:clean && pnpm sync"
},
"devDependencies": {
"@capacitor-community/sqlite": "^6.0.2",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.1",
"@capacitor/assets": "^3.0.5",
"@capacitor/browser": "^6.0.3",
"@capacitor/cli": "^6.1.2",
"@capacitor/clipboard": "^6.0.1",
"@capacitor/core": "^6.1.2",
"@capacitor/dialog": "^6.0.1",
"@capacitor/ios": "^6.1.2",
"@capacitor/network": "^6.0.2",
"@capacitor/preferences": "^6.0.2",
"@capacitor/splash-screen": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@capacitor/toast": "^6.0.2",
"@capawesome/capacitor-app-update": "^6.0.0",
"@nuxt/eslint": "^0.6.1",
"@trapezedev/configure": "^7.0.10",
"@types/bootstrap": "^5.2.10",
"changelogen": "^0.5.7",
"cheerio": "^1.0.0",
"eslint": "^9.14.0",
"jeep-sqlite": "^2.8.0",
"nuxt": "^3.14.159",
"nuxt-icons": "^3.2.1",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"tsx": "^4.19.2",
"vue-tsc": "^2.1.10"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.8",
"@pinia/nuxt": "^0.7.0",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.6",
"leaflet-geosearch": "^4.0.0"
},
"overrides": {
"vue": "latest"
},
"packageManager": "[email protected]"
}