-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.34 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
{
"name": "belitung-information-center",
"version": "1.1.1",
"author": "Bervianto Leo Pratama",
"homepage": "https://belitung-information-center.onrender.com/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"prod": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"snyk-protect": "snyk protect"
},
"private": true,
"dependencies": {
"@angular/common": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/forms": "^19.0.1",
"@angular/platform-browser": "^19.0.1",
"@angular/platform-browser-dynamic": "^19.0.1",
"@angular/router": "^19.0.1",
"@capacitor/android": "^7.0.1",
"@capacitor/app": "^7.0.0",
"@capacitor/core": "^7.0.1",
"@capacitor/haptics": "^7.0.0",
"@capacitor/ios": "^7.0.1",
"@capacitor/keyboard": "^7.0.0",
"@capacitor/splash-screen": "^7.0.0",
"@ionic-native/core": "^5.36.0",
"@ionic-native/status-bar": "^5.36.0",
"@ionic/angular": "^8.4.3",
"core-js": "^3.40.0",
"rxjs": "~7.8.1",
"snyk": "^1.1295.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1901.5",
"@angular-devkit/build-angular": "^19.1.5",
"@angular-devkit/core": "^19.0.2",
"@angular-devkit/schematics": "^19.0.6",
"@angular/cli": "^19.1.5",
"@angular/compiler": "^19.0.1",
"@angular/compiler-cli": "^19.0.1",
"@angular/language-service": "^19.1.4",
"@capacitor/cli": "^7.0.1",
"@ionic/angular-toolkit": "~12.1.1",
"@types/jasmine": "~5.1.5",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^22.13.1",
"codelyzer": "^6.0.2",
"ionic-plugin-keyboard": "^2.2.1",
"jasmine-core": "~5.5.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"protractor": "^7.0.0",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "~5.6.3"
},
"description": "Belitung Information Center: Center information for Belitung Island.",
"snyk": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}