-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.4 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
{
"name": "@firestitch/crm",
"title": "CRM",
"version": "18.0.52",
"repository": {
"type": "git",
"url": "https://github.com/Firestitch/ngx-crm"
},
"author": {
"name": "Firestitch",
"email": "admin@firestitch.com"
},
"keywords": [
"angular"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Firestitch/ngx-crm/issues"
},
"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/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/activity": "^18.0.7",
"@firestitch/address": "^18.0.2",
"@firestitch/api": "^18.0.2",
"@firestitch/attribute": "^18.0.23",
"@firestitch/audit": "^18.0.4",
"@firestitch/autocomplete": "^18.0.2",
"@firestitch/autocomplete-chips": "^18.0.21",
"@firestitch/badge": "^18.0.0",
"@firestitch/checkboxgroup": "^18.0.2",
"@firestitch/clear": "^18.0.10",
"@firestitch/clipboard": "^18.0.0",
"@firestitch/colorpicker": "^18.0.0",
"@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.8",
"@firestitch/drawer": "^18.0.1",
"@firestitch/example": "^18.0.5",
"@firestitch/field-editor": "^18.0.21",
"@firestitch/file": "^18.0.2",
"@firestitch/form": "^18.0.5",
"@firestitch/gallery": "^18.0.19",
"@firestitch/html": "^18.0.0",
"@firestitch/html-editor": "^18.0.2",
"@firestitch/icon-picker": "^18.0.3",
"@firestitch/iframe": "^18.0.0",
"@firestitch/label": "^18.0.1",
"@firestitch/lint": "^18.0.19",
"@firestitch/list": "^18.0.9",
"@firestitch/map": "^18.0.0",
"@firestitch/menu": "^18.0.5",
"@firestitch/message": "^18.0.2",
"@firestitch/pdf-viewer": "^18.0.2",
"@firestitch/phone": "^18.0.1",
"@firestitch/prompt": "^18.0.6",
"@firestitch/radiogroup": "^18.0.3",
"@firestitch/scroll-picker": "^18.0.0",
"@firestitch/selectbutton": "^18.0.5",
"@firestitch/selection": "^18.0.6",
"@firestitch/store": "^18.0.0",
"@firestitch/style": "^18.0.26",
"@firestitch/tabs": "^18.0.8",
"@firestitch/task": "^18.0.24",
"@firestitch/tree": "^18.0.0",
"@firestitch/upload": "^18.0.0",
"hammerjs": "^2.0.8",
"lodash-es": "^4.17.15",
"rxjs": "^7.5.6",
"typescript": "5.4.5",
"zone.js": "~0.14.10"
},
"engines": {
"node": ">=10.0.0"
}
}