-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.51 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
{
"name": "@firestitch/mask",
"title": "Mask",
"description": "@firestitch/mask",
"version": "18.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Firestitch/ngx-mask"
},
"author": {
"name": "Firestitch",
"email": "admin@firestitch.com"
},
"keywords": [
"angular"
],
"license": "MIT",
"main": "package/index.js",
"typings": "package/index.d.ts",
"scripts": {
"package": "cd node_modules/@firestitch/component-tools && npm run cli:package",
"package:test": "cd node_modules/@firestitch/component-tools && npm run cli:package:test",
"package:publish": "cd node_modules/@firestitch/component-tools && npm run cli:package:publish",
"demo:build": "cd node_modules/@firestitch/component-tools && npm run cli:demo",
"serve": "cd node_modules/@firestitch/component-tools && npm run cli:serve",
"npm-update": "npx npm-check-updates -u \"/@firestitch/\" --target semver"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.7",
"@angular-devkit/core": "^18.2.7",
"@angular/animations": "^18.2.7",
"@angular/cdk": "^18.2.7",
"@angular/cli": "^18.2.7",
"@angular/common": "^18.2.7",
"@angular/compiler": "^18.2.7",
"@angular/compiler-cli": "^18.2.7",
"@angular/core": "^18.2.7",
"@angular/forms": "^18.2.7",
"@angular/material": "^18.2.7",
"@angular/platform-browser": "^18.2.7",
"@angular/platform-browser-dynamic": "^18.2.7",
"@angular/router": "^18.2.7",
"@firestitch/api": "^18.0.1",
"@firestitch/autocomplete": "^18.0.2",
"@firestitch/autocomplete-chips": "^18.0.16",
"@firestitch/clear": "^18.0.6",
"@firestitch/common": "^18.0.0",
"@firestitch/component-tools": "^18.0.13",
"@firestitch/core": "^18.0.1",
"@firestitch/date": "^18.0.1",
"@firestitch/datepicker": "^18.0.2",
"@firestitch/dialog": "^18.0.6",
"@firestitch/drawer": "^18.0.0",
"@firestitch/example": "^18.0.5",
"@firestitch/file": "^18.0.2",
"@firestitch/form": "^18.0.4",
"@firestitch/iframe": "^18.0.0",
"@firestitch/label": "^18.0.1",
"@firestitch/lint": "^18.0.17",
"@firestitch/menu": "^18.0.5",
"@firestitch/message": "^18.0.0",
"@firestitch/prompt": "^18.0.4",
"@firestitch/scroll-picker": "^18.0.0",
"@firestitch/store": "^18.0.0",
"hammerjs": "^2.0.8",
"lodash-es": "^4.17.21",
"rxjs": "^7.5.6",
"typescript": "5.4.5",
"zone.js": "~0.14.10"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"imask": "^6.4.2"
}
}