forked from JsDaddy/ngx-mask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json~
120 lines (120 loc) · 4.53 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
{
"name": "ngx-mask",
"version": "16.0.0",
"description": "Awesome ngx mask",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"angular-cli": {},
"keywords": [
"ng2-mask",
"ngx-mask",
"ng2",
"angular-mask",
"mask",
"angular",
"angular2",
"angular2-mask",
"ng2mask",
"jsdaddy"
],
"private": true,
"scripts": {
"ng": "ng",
"build": "ng build --base-href /ngx-mask/ --configuration production",
"build:lib": "ng build --configuration production ngx-mask-lib && npm run copy-libdocs",
"ci": "npm run lint && npm run build:lib && npm run test:all && npm run build",
"copy-libdocs": "cp README.md LICENSE dist/ngx-mask-lib",
"lint:scss": "stylelint \"**/*.scss\"",
"lint:scss:fix": "stylelint \"**/*.scss\" --fix",
"lint": "ng lint && npm run lint:scss",
"lint:fix": "ng lint --fix && npm run lint:scss:fix",
"lint:markdown": "markdownlint -i projects/ngx-mask-lib/coverage -i node_modules -i CHANGELOG.md ./",
"pack:lib": "cd dist/ngx-mask-lib && npm pack",
"precommit-msg": "echo 'Please wait while we do our pre-commit checks...' && exit 0",
"prettier": "prettier './src/**/*.ts' './projects/**/*.ts' --write",
"publish:lib": "cd dist/ngx-mask-lib && npm publish",
"release:major": "npm run version:major && npm run build:lib && npm run pack:lib && npm run publish:lib",
"release:minor": "npm run version:minor && npm run build:lib && npm run pack:lib && npm run publish:lib",
"release:patch": "npm run version:patch && npm run build:lib && npm run pack:lib && npm run publish:lib",
"start": "ng serve --hmr",
"start-prod": "angular-http-server --path dist/ngx-mask --p 3000 --silent",
"test": "npm run test:lib",
"cypress:open": "cypress open",
"cypress": "npx cypress run --component",
"test:all": "npm run test:app && npm run test:lib",
"test:app": "ng test ngx-mask",
"test:lib": "ng test ngx-mask-lib",
"test:lib:ct": "ngcc && ng run ngx-mask-lib:ct",
"version:major": "npm --no-git-tag-version version major && cd projects/ngx-mask-lib && npm --no-git-tag-version version major",
"version:minor": "npm --no-git-tag-version version minor && cd projects/ngx-mask-lib && npm --no-git-tag-version version minor",
"version:patch": "npm --no-git-tag-version version patch && cd projects/ngx-mask-lib && npm --no-git-tag-version version patch",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/JsDaddy/ngx-mask.git"
},
"dependencies": {
"@angular/animations": "16.0.1",
"@angular/compiler": "16.0.1",
"@angular/forms": "16.0.1",
"@angular/platform-browser": "16.0.1",
"@angular/router": "16.0.1",
"@jscutlery/cypress-angular": "^0.9.22",
"highlight.js": "11.8.0",
"ngx-highlightjs": "8.0.0",
"rxjs": "7.8.1",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.2",
"@angular-eslint/builder": "16.0.1",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/schematics": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "^16.0.2",
"@angular/common": "^16.0.2",
"@angular/compiler-cli": "16.0.1",
"@angular/core": "^16.0.2",
"@angular/language-service": "16.0.1",
"@angular/platform-browser-dynamic": "^16.0.2",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@types/highlight.js": "9.12.4",
"@types/jasmine": "4.3.1",
"@types/node": "20.1.3",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"angular-cli-ghpages": "1.0.6",
"angular-http-server": "1.11.1",
"cypress": "12.12.0",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"jasmine-core": "4.6.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-cli": "2.0.0",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"karma-mocha-reporter": "2.2.5",
"markdownlint-cli": "0.34.0",
"ng-packagr": "16.0.1",
"postcss-scss": "4.0.6",
"prettier": "2.8.8",
"puppeteer": "20.2.0",
"stylelint": "15.6.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recommended-scss": "11.0.0",
"stylelint-prettier": "3.0.0",
"ts-node": "10.9.1",
"typescript": "^5.0.4"
}
}