-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
147 lines (147 loc) · 5.63 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": "@wavemaker/angular-app",
"version": "1.0.0-dev",
"scripts": {
"ng": "ng",
"start": "./node_modules/.bin/ng serve",
"build": "node build-scripts/build.js",
"post-build": "node build-scripts/post-build.js",
"test": "jest --no-cache",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage && node jest-code-coverage-report.js",
"test-prod": "jest --no-cache --no-color --ci --silent 2>&1 | sed 's/\\x1b\\[[0-9;]*m//g' > karma-test-report.txt",
"lint": "eslint src/",
"e2e": "./node_modules/.bin/ng e2e",
"generate-deps": "node generate-dependency-report.js",
"optimizecss": "gulp --gulpfile build-scripts/optimize-css.gulpfile.js",
"owasp": "owasp-dependency-check --project \"wavemaker-ng-runtime\" -f \"ALL\""
},
"files": [
"**/*",
".npmrc"
],
"dependencies": {
"@angular/animations": "18.2.13",
"@angular/common": "18.2.13",
"@angular/compiler": "18.2.13",
"@angular/core": "18.2.13",
"@angular/forms": "18.2.13",
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@angular/service-worker": "18.2.13",
"@awesome-cordova-plugins/app-version": "5.39.1",
"@awesome-cordova-plugins/barcode-scanner": "5.39.1",
"@awesome-cordova-plugins/calendar": "5.39.1",
"@awesome-cordova-plugins/camera": "5.39.1",
"@awesome-cordova-plugins/core": "5.39.1",
"@awesome-cordova-plugins/device": "5.39.1",
"@awesome-cordova-plugins/diagnostic": "5.39.1",
"@awesome-cordova-plugins/file": "5.39.1",
"@awesome-cordova-plugins/file-opener": "5.39.1",
"@awesome-cordova-plugins/geolocation": "5.39.1",
"@awesome-cordova-plugins/location-accuracy": "5.39.1",
"@awesome-cordova-plugins/media-capture": "5.39.1",
"@awesome-cordova-plugins/network": "5.39.1",
"@awesome-cordova-plugins/sqlite": "5.39.1",
"@awesome-cordova-plugins/vibration": "5.39.1",
"@babel/runtime": "7.14.8",
"@metrichor/jmespath": "0.3.1",
"@wavemaker/custom-widgets-m3": "file:.yalc/@wavemaker/custom-widgets-m3",
"@wavemaker/focus-trap": "1.0.1",
"@wavemaker/foundation-css": "file:.yalc/@wavemaker/foundation-css",
"@wavemaker/nvd3": "1.8.12",
"@wavemaker/variables": "file:.yalc/@wavemaker/variables",
"@ztree/ztree_v3": "3.5.48",
"angular-imask": "^7.6.1",
"angular2-websocket": "0.9.7",
"core-js": "3.35.1",
"d3": "7.8.5",
"esbuild-wasm": "^0.24.2",
"fullcalendar": "5.3.1",
"hammerjs": "2.0.8",
"iscroll": "5.2.0",
"jquery": "3.7.1",
"jquery-ui": "1.13.3",
"js-cookie": "2.2.0",
"jssha": "3.1.2",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"ng-circle-progress": "1.7.1",
"ngx-bootstrap": "9.0.0",
"ngx-color-picker": "16.0.0",
"ngx-toastr": "17.0.2",
"rxjs": "6.6.0",
"rxjs-compat": "6.4.0",
"summernote": "0.9.1",
"ts-jest": "29.1.1",
"tslib": "2.4.1",
"x2js": "3.4.4",
"zone.js": "0.14.10"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
"@angular-builders/custom-webpack": "18.0.0",
"@angular-devkit/build-angular": "18.2.12",
"@angular-eslint/builder": "16.2.0",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.13",
"@angular/language-service": "18.2.13",
"@babel/plugin-transform-runtime": "^7.14.5",
"@compodoc/compodoc": "^1.1.25",
"@rollup/plugin-alias": "4.0.2",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-multi-entry": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "^8.3.3",
"@types/jest": "^29.5.12",
"@types/jquery": "3.3.22",
"@types/lodash-es": "4.17.12",
"@types/node": "12.11.1",
"@types/sizzle": "^2.3.3",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"babel-loader": "^9.1.2",
"cheerio": "1.0.0-rc.12",
"codelyzer": "5.1.2",
"compression-webpack-plugin": "10.0.0",
"dependency-cruiser": "16.8.0",
"eslint": "^8.45.0",
"fs": "0.0.1-security",
"fs-extra": "7.0.1",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-preset-angular": "^14.1.0",
"license-checker": "25.0.1",
"moment": "2.29.4",
"moment-timezone": "^0.5.34",
"ng-packagr": "17.3.0",
"npm-run-all": "4.1.5",
"owasp-dependency-check": "0.0.23",
"rimraf": "2.6.3",
"rollup": "4.28.1",
"rollup-plugin-includepaths": "0.2.3",
"sonarqube-scanner": "4.2.6",
"terser": "^5.15.1",
"ts-node": "7.0.1",
"tslint": "~6.1.0",
"typescript": "5.4.5",
"util": "0.11.1",
"yargs": "^17.3.1"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "4.9.5",
"@rollup/rollup-linux-x64-gnu": "4.9.5",
"@rollup/rollup-win32-x64": "4.9.5",
"@lmdb/lmdb-linux-x64": "3.0.13"
},
"engines": {
"node": "~22.11.0",
"npm": "~10.9.0"
},
"engineStrict": true
}