-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
168 lines (168 loc) · 6.77 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "d-fe1",
"version": "0.0.0",
"main": "electron.main.js",
"scripts": {
"ng": "ng",
"----| [ ANGULAR SCRIPTS ] |----": "",
"build": "npm run write:env -s && ng build",
"start": "npm run write:env -s && ng serve --proxy-config proxy.conf.json",
"deploy": "npm run write:env -s && ng deploy",
"serve:sw": "npm run build -s && npx http-server ./www -p 4200",
"lint": "ng lint && stylelint \"src/**/*.scss\"",
"test": "npm run write:env -s && ng test",
"test:ci": "npm run write:env -s && npm run lint -s && ng run portal:test:ci",
"e2e": "npm run write:env -s && ng e2e",
"translations:extract": "ngx-translate-extract --input ./src --output ./src/translations/template.json --format=json --clean --sort",
"docs": "hads ./docs -o",
"compodoc": "compodoc -p tsconfig.json -d docs/generated -s -o",
"write:env": "ngx-scripts env npm_package_version",
"prettier": "prettier --write \"./src/**/*.{ts,js,html,scss}\"",
"prettier:check": "prettier --list-different \"./src/**/*.{ts,js,html,scss}\"",
"postinstall": "npm run prettier -s && husky install",
"----| [ CORDOVA SCRIPTS ] |----": "",
"cordova:prepare": "ngx-scripts cordova prepare",
"cordova:run": "ngx-scripts cordova run",
"cordova:build": "ngx-scripts cordova build --device --release --copy mobile",
"cordova:clean": "ngx-scripts clean",
"cordova": "cordova",
"----| [ ELECTRON SCRIPTS ] |----": "",
"electron:compile": "tsc --project tsconfig.electron.json --target es5",
"electron:run": "npm run electron:compile -s && electron .",
"electron:build": "npm run electron:compile -s && npm run write:env -s && ng build --base-href ./ --output-path desktop",
"electron:package:common": "electron-packager . --overwrite --out=packages --ignore=\"/(platforms|plugins|docs|www|reports|src)\"",
"electron:package:windows": "npm run electron:package:common -s -- --platform=win32 --arch=x64 --icon=./resources/win/icon.ico",
"electron:package:mac": "npm run electron:package:common -s -- --platform=darwin --icon=./resources/mac/icon.icns",
"electron:package:linux": "npm run electron:package:common -s --platform=linux",
"electron:package": "npm run electron:package:windows -s && npm run electron:package:mac -s && npm run electron:package:linux -s",
"----| [ DOCKER SCRIPTS ] |----": "",
"docker:build": "docker build -t nxie .",
"docker:run": "docker run -p 4200:4200 nxie"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.0",
"@angular/cdk": "^15.2.7",
"@angular/common": "^15.2.0",
"@angular/compiler": "^15.2.0",
"@angular/core": "^15.2.0",
"@angular/forms": "^15.2.0",
"@angular/material": "^15.2.7",
"@angular/platform-browser": "^15.2.0",
"@angular/platform-browser-dynamic": "^15.2.0",
"@angular/platform-server": "^15.2.0",
"@angular/router": "^15.2.0",
"@angular/service-worker": "^15.2.0",
"@nguniversal/express-engine": "^15.2.1",
"bootstrap": "^5.2.3",
"express": "^4.15.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/localize": "~15.1.4",
"@awesome-cordova-plugins/core": "^6.3.0",
"@awesome-cordova-plugins/keyboard": "^6.3.0",
"@awesome-cordova-plugins/splash-screen": "^6.3.0",
"@awesome-cordova-plugins/status-bar": "^6.3.0",
"@fortawesome/angular-fontawesome": "^0.12.1",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@ngx-translate/core": "^14.0.0",
"angulartics2": "^12.1.0",
"cordova-android": "^11.0.0",
"cordova-custom-config": "^5.1.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-statusbar": "^3.0.0",
"lodash": "^4.17.20",
"material-design-icons-iconfont": "^6.1.0",
"moment": "^2.29.4",
"ngx-deploy-docker": "^0.1.0",
"@material-design-icons/svg": "^0.11.1",
"@ngneat/until-destroy": "~9.2.0",
"@ngrx/component": "^14.0.0",
"@ngx-loading-bar/core": "^6.0.2",
"@ngx-loading-bar/router": "^6.0.2",
"angular-calendar": "~0.29.0",
"apexcharts": "~3.35.3",
"date-fns": "~2.28.0",
"highlight.js": "~11.5.1",
"luxon": "~2.3.0",
"ngx-quicklink": "~0.2.7",
"ngx-quill": "~17.0.0",
"ngx-showdown": "^6.0.0",
"quill": "~1.3.7",
"showdown": "^1.9.1",
"simplebar": "~5.3.8",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",
"@angular/cli": "~15.2.4",
"@angular/compiler-cli": "^15.2.0",
"@angular/localize": "^15.2.7",
"@nguniversal/builders": "^15.2.1",
"@types/express": "^4.17.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^14.15.0",
"autoprefixer": "^10.4.14",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1",
"typescript": "~4.9.4",
"@angular-builders/jest": "^15.0.0",
"@angular-eslint/builder": "~15.2.1",
"@angular-eslint/eslint-plugin": "~15.2.1",
"@angular-eslint/eslint-plugin-template": "~15.2.1",
"@angular-eslint/schematics": "~15.2.1",
"@angular-eslint/template-parser": "~15.2.1",
"@angular/language-service": "~15.1.4",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@compodoc/compodoc": "^1.1.11",
"@ngneat/until-destroy": "^9.0.0",
"@ngx-rocket/scripts": "^5.2.2",
"@types/jasminewd2": "^2.0.8",
"@types/jest": "^28.1.8",
"@types/lodash": "^4.14.184",
"@typescript-eslint/eslint-plugin": "~5.34.0",
"@typescript-eslint/parser": "~5.34.0",
"cordova": "^11.0.0",
"electron": "^20.0.3",
"electron-packager": "^16.0.0",
"electron-reload": "^1.5.0",
"eslint": "^8.3.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"hads": "^3.0.0",
"https-proxy-agent": "^5.0.0",
"husky": "^8.0.1",
"jasmine-spec-reporter": "~7.0.0",
"jest": "^28.1.3",
"ngx-deploy-docker": "^0.1.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"protractor": "~7.0.0",
"puppeteer": "^16.2.0",
"stylelint": "~14.11.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "~7.0.0",
"stylelint-config-standard": "~28.0.0",
"ts-jest": "^28.0.8",
"ts-node": "^10.1.0",
"@faker-js/faker": "^7.1.0",
"@types/luxon": "^2.3.2",
"@types/showdown": "~1.9.4",
"postcss-scss": "~4.0.4"
}
}