|
1 | 1 | { |
2 | 2 | "name": "beatnik", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.3.0", |
4 | 4 | "author": "byrds & bytes gmbh", |
5 | | - "homepage": "https://beatnik.ch", |
| 5 | + "homepage": "https://beatnik.audio", |
6 | 6 | "scripts": { |
7 | 7 | "ng": "ng", |
8 | 8 | "start": "ng serve", |
|
13 | 13 | "generate:service": "ionic g service services/$npm_config_name && ng generate --skip-tests=true class model/$npm_config_name --type=model", |
14 | 14 | "generate:component": "ionic g component $npm_config_name && ng generate module $npm_config_name", |
15 | 15 | "generate:page": "ionic g page pages/$npm_config_name", |
16 | | - "generate:guard": "ng g guard guards/$npm_config_name" |
| 16 | + "generate:guard": "ng g guard guards/$npm_config_name", |
| 17 | + "ios": "ionic cap run ios -l --external", |
| 18 | + "android": "ionic cap run android -l --external" |
17 | 19 | }, |
18 | 20 | "private": true, |
19 | 21 | "dependencies": { |
|
26 | 28 | "@angular/platform-browser-dynamic": "^19.0.0", |
27 | 29 | "@angular/router": "^19.0.0", |
28 | 30 | "@capacitor/android": "^7.2.0", |
29 | | - "@capacitor/app": "^7.0.1", |
30 | | - "@capacitor/core": "^7.2.0", |
31 | | - "@capacitor/haptics": "^7.0.1", |
| 31 | + "@capacitor/app": "7.0.2", |
| 32 | + "@capacitor/core": "7.4.2", |
| 33 | + "@capacitor/haptics": "7.0.2", |
32 | 34 | "@capacitor/ios": "^7.2.0", |
33 | 35 | "@capacitor/keyboard": "7.0.1", |
34 | 36 | "@capacitor/preferences": "^7.0.1", |
|
56 | 58 | "@angular/compiler-cli": "^19.0.0", |
57 | 59 | "@angular/language-service": "^19.0.0", |
58 | 60 | "@capacitor/assets": "^3.0.5", |
59 | | - "@capacitor/cli": "^7.2.0", |
| 61 | + "@capacitor/cli": "7.4.2", |
60 | 62 | "@ionic/angular-toolkit": "^12.0.0", |
61 | 63 | "@types/jasmine": "~5.1.0", |
62 | 64 | "@typescript-eslint/eslint-plugin": "^8.18.0", |
|
0 commit comments