forked from subvision-soft/subvision-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.25 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
{
"name": "wave",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --open --host 0.0.0.0",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.4",
"@angular/common": "^17.0.4",
"@angular/compiler": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/forms": "^17.0.4",
"@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^17.0.4",
"@assemblyscript/loader": "^0.27.22",
"@capacitor-community/camera-preview": "^5.0.0",
"@capacitor/android": "^5.5.1",
"@capacitor/angular": "^2.0.3",
"@capacitor/core": "^5.5.1",
"@capacitor/filesystem": "^5.1.4",
"@capacitor/haptics": "^5.0.6",
"@capacitor/ios": "^5.5.1",
"@ionic/angular": "^7.5.7",
"@ionic/pwa-elements": "^3.0.2",
"@material/ripple": "^14.0.0",
"@ng-icons/bootstrap-icons": "^25.2.0",
"@ng-icons/core": "^25.2.0",
"@ng-icons/iconoir": "^25.2.0",
"@ng-icons/jam-icons": "^25.2.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"capacitor-blob-writer": "^1.1.14",
"color": "^4.2.3",
"cordova-plugin-lottie-splashscreen": "github:timbru31/cordova-plugin-lottie-splashscreen",
"cordova-plugin-screen-orientation": "^3.0.3",
"cordova-plugin-zip": "^3.1.0",
"es6-promise-plugin": "^4.2.2",
"ngx-color-picker": "^14.0.0",
"rss-parser": "^3.13.0",
"rxjs": "~7.8.0",
"stream": "^0.0.2",
"timers": "^0.1.1",
"tslib": "^2.6.2",
"xml2js": "^0.6.2",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.2",
"@angular/cli": "^17.0.2",
"@angular/compiler-cli": "^17.0.4",
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "^5.5.1",
"@types/jasmine": "~4.3.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.7",
"@types/xml2js": "^0.4.14",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"prettier": "2.8.8",
"typescript": "^5.2.2"
}
}