forked from IDEMSInternational/open-app-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
147 lines (147 loc) · 5 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "frontend",
"version": "0.16.8",
"author": "IDEMS International",
"license": "See LICENSE",
"homepage": "https://idems.international/",
"description": "",
"workspaces": [
"packages/*",
"packages/@idemsInternational/*"
],
"scripts": {
"ng": "ng",
"start": "yarn precompile && yarn workflow populate_src_assets && concurrently --kill-others --raw \"yarn data-models:serve\" \"yarn data:serve\" \"ng serve --open\"",
"precompile": "yarn scripts compile types",
"build": "yarn precompile && yarn workflow populate_src_assets && ng build --prod",
"data:serve": "yarn workspace app-data serve",
"data-models:serve": "yarn workspace data-models serve",
"scripts": "yarn workspace scripts start",
"workflow": "yarn scripts workflow run",
"server": "yarn workspace server",
"translations": "yarn workspace translations start",
"test:workspaces": "yarn workspace shared test && yarn workspace scripts test",
"test:frontent": "ng test",
"test:unit:ci": "ng test --no-watch --no-progress",
"test:e2e": "yarn workspace test-e2e start",
"lint": "ng lint",
"analyse": "yarn build -- --stats-json && npx webpack-bundle-analyzer www/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^13.0.0",
"@angular/common": "~13.0.0",
"@angular/core": "~13.0.0",
"@angular/elements": "^13.0.0",
"@angular/fire": "^7.3.0",
"@angular/forms": "~13.0.0",
"@angular/platform-browser": "~13.0.0",
"@angular/platform-browser-dynamic": "~13.0.0",
"@angular/router": "~13.0.0",
"@capacitor-community/firebase-crashlytics": "^1.3.0",
"@capacitor-firebase/authentication": "^0.2.2",
"@capacitor-firebase/performance": "^0.2.0",
"@capacitor/android": "^3.4.0",
"@capacitor/app": "^1.1.0",
"@capacitor/cli": "^3.4.0",
"@capacitor/clipboard": "^1.0.8",
"@capacitor/core": "^3.4.0",
"@capacitor/device": "^1.1.2",
"@capacitor/local-notifications": "^1.1.0",
"@capacitor/push-notifications": "^1.0.9",
"@capacitor/splash-screen": "^1.2.1",
"@ionic-native/core": "^5.36.0",
"@ionic-native/device": "^5.36.0",
"@ionic-native/http": "^5.36.0",
"@ionic-native/media": "^5.36.0",
"@ionic-native/status-bar": "^5.36.0",
"@ionic/angular": "^6.0.3",
"@ionic/pwa-elements": "^3.1.1",
"@ngx-matomo/router": "^1.3.3",
"@ngx-matomo/tracker": "^1.3.3",
"app-data": "workspace:*",
"capacitor-firebase-auth": "^3.0.0",
"cordova-res": "^0.15.4",
"data-models": "workspace:*",
"date-fns": "^2.22.1",
"dexie": "^3.0.3",
"dexie-observable": "3.0.0-beta.11",
"dexie-syncable": "^3.0.0-beta.10",
"document-register-element": "^1.14.10",
"dompurify": "^2.3.6",
"extract-math": "^1.2.3",
"firebase": "^9.8.1",
"globalthis": "^1.0.2",
"howler": "^2.2.1",
"intro.js": "^3.2.1",
"jasmine-ts": "^0.4.0",
"karma-typescript": "^5.5.1",
"katex": "^0.15.3",
"lottie-web": "^5.7.14",
"marked": "^2.0.1",
"ng2-nouislider": "^1.8.3",
"ngx-color": "^6.1.0",
"ngx-lottie": "^7.0.4",
"nouislider": "^14.6.3",
"qrcode": "^1.5.1",
"rxjs": "^6.6.7",
"shared": "workspace:*",
"stacktrace-js": "^2.0.2",
"swiper": "^8.4.4",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1300.1",
"@angular-devkit/build-angular": "~13.0.1",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "~13.0.1",
"@angular/compiler": "~13.0.0",
"@angular/compiler-cli": "~13.0.0",
"@angular/language-service": "~13.0.0",
"@ionic/angular-toolkit": "^5.0.3",
"@ionic/cli": "^6.18.0",
"@types/howler": "^2.2.2",
"@types/intro.js": "^3.0.1",
"@types/jasmine": "~3.7.7",
"@types/jasminewd2": "~2.0.9",
"@types/marked": "^2.0.3",
"@types/node": "^15.12.4",
"@types/nouislider": "^15.0.0",
"@types/swiper": "~4.2.0",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.28.0",
"@typescript-eslint/parser": "5.17.0",
"codelyzer": "^6.0.2",
"concurrently": "^6.2.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "35.4.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"firebase-tools": "^9.14.0",
"husky": "^8.0.0",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"lint-staged": "^13.0.3",
"prettier": "2.4.1",
"typescript": "4.4.2"
},
"lint-staged": {
"*.{ts,scss,html}": [
"prettier --write"
]
},
"engines": {
"node": ">=12.0.0"
},
"packageManager": "yarn@3.1.0"
}