-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
104 lines (104 loc) · 3.47 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
{
"name": "ngx-tru-forms",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build --configuration production ngx-tru-forms",
"build-dev": "ng build ngx-tru-forms",
"build-docs": "./docs.sh",
"version": "cd projects/ngx-tru-forms && npm version prerelease --preid=rc",
"publish": "npm run build && cd dist/ngx-tru-forms && npm publish --force",
"test": "ng test ngx-tru-forms",
"lint": "ng lint ngx-tru-forms",
"clean": "rm -fr build dist",
"pre-push": "npm run clean && npm run build && npm run build-docs",
"postinstall": "ngcc --properties es5 browser module main --first-only"
},
"repository": "https://github.com/trufla-technology/ngx-tru-forms",
"publishConfig": {
"@trufla-technology:registry": "https://npm.pkg.github.com"
},
"config": {
"deployToGit": {
"repository": "[email protected]:trufla-technology/ngx-tru-forms.git",
"branch": "gh-pages",
"folder": "build",
"commit": "Publishing $npm_package_version",
"user": {
"name": "Boris Cosic",
"email": "[email protected]"
}
}
},
"private": true,
"sideEffects": true,
"dependencies": {
"@angular/animations": "14.0.3",
"@angular/cdk": "14.0.4",
"@angular/common": "14.0.3",
"@angular/compiler": "14.0.3",
"@angular/core": "14.0.3",
"@angular/forms": "14.0.3",
"@angular/material": "14.0.4",
"@angular/material-moment-adapter": "14.0.4",
"@angular/platform-browser": "14.0.3",
"@angular/platform-browser-dynamic": "14.0.3",
"@angular/router": "14.0.3",
"@trufla/ngx-tru-forms": "^1.1.10",
"angular2-text-mask": "^9.0.0",
"bootstrap": "^4.5.0",
"core-js": "^2.5.4",
"deploy-to-git": "^0.1.11",
"dompurify": "^2.3.5",
"esm": "^3.2.25",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"ng2-pdf-viewer": "^6.4.0",
"ng2-tooltip-directive": "^2.10.3",
"ngx-bootstrap": "^7.0.0",
"ngx-image-compress": "^11.0.3",
"ngx-mask": "^12.0.0",
"ngx-monaco-editor": "^8.1.1",
"rxjs": "^6.6.0",
"source-map-support": "^0.5.21",
"text-mask-addons": "^3.8.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.3",
"@angular-eslint/builder": "14.0.0",
"@angular-eslint/eslint-plugin": "14.0.0",
"@angular-eslint/eslint-plugin-template": "14.0.0",
"@angular-eslint/schematics": "14.0.0",
"@angular-eslint/template-parser": "14.0.0",
"@angular/cli": "14.0.3",
"@angular/compiler-cli": "14.0.3",
"@angular/language-service": "14.0.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.20.42",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "^7.26.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.12",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^14.0.2",
"ngx-color-picker": "^6.3.3",
"protractor": "^7.0.0",
"ts-node": "~5.0.1",
"tslint-config-security": "^1.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-security": "^1.5.0",
"prettier": "2.7.1",
"typescript": "4.6.4"
}
}