-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.65 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
{
"name": "dominion-ui",
"version": "1.23.21",
"scripts": {
"ng": "ng",
"start": "ng serve ",
"start:dev": "ng serve --configuration=development",
"start:prod": "ng serve --configuration=production",
"build": "ng build",
"build:dev": "ng build --configuration=development",
"build:prod": "ng build --configuration=production",
"watch": "ng build --watch --configuration development",
"release": "standard-version --releaseCommitMessageFormat \"chore(release): {{currentTag}}\"",
"test": "ng test",
"e2e": "ng e2e",
"ci": "ng run dominion-ui:cypress-run",
"cypress:open": "cypress open",
"cypress:run": "cypress run --record --key dda6a0e7-e2a9-4755-9695-299b5bf96c14 --browser chrome"
},
"browser": {
"fs": false,
"crypto": false
},
"private": true,
"dependencies": {
"@angular/animations": "~14.1.3",
"@angular/cdk": "^14.1.3",
"@angular/common": "~14.1.3",
"@angular/compiler": "~14.1.3",
"@angular/core": "~14.1.3",
"@angular/forms": "~14.1.3",
"@angular/platform-browser": "~14.1.3",
"@angular/platform-browser-dynamic": "~14.1.3",
"@angular/router": "~14.1.0",
"@danielmoncada/angular-datetime-picker": "^14.1.0",
"@faker-js/faker": "^7.6.0",
"@fortawesome/fontawesome-free": "^6.0.0",
"@material/dialog": "^14.0.0",
"@ngneat/until-destroy": "^9.2.1",
"@ngrx/data": "^14.0.1",
"@ngrx/effects": "^14.0.1",
"@ngrx/entity": "^14.0.1",
"@ngrx/store": "^14.0.1",
"@tinymce/tinymce-angular": "^7.0.0",
"@trichome/core": "0.6.56",
"amazon-cognito-identity-js": "^5.2.10",
"assert": "^2.0.0",
"countries-and-timezones": "^3.3.0",
"dayjs": "^1.11.3",
"google-libphonenumber": "^3.2.29",
"intl-tel-input": "^17.0.16",
"lodash": "^4.17.21",
"ng2-date-picker": "^14.0.1",
"ngrx-store-localstorage": "^14.0.0",
"ngx-pagination": "^5.1.1",
"ngx-toastr": "^14.3.0",
"normalize.css": "^8.0.1",
"path-browserify": "^1.0.1",
"pluralize": "^8.0.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"usa-states": "^0.0.6",
"util": "^0.12.5",
"uuid": "^8.3.2",
"zone.js": "^0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.1.3",
"@angular/cli": "^14.1.3",
"@angular/compiler-cli": "~14.1.3",
"@cypress/schematic": "^2.1.1",
"@ngrx/store-devtools": "^14.1.0",
"@types/intl-tel-input": "^17.0.4",
"@types/lodash": "^4.14.180",
"@types/node": "^12.20.55",
"@types/pluralize": "0.0.29",
"@types/uuid": "^9.0.0",
"cypress": "^11.2.0",
"cypress-localstorage-commands": "^2.2.1",
"node-sass": "^7.0.1",
"typescript": "~4.7.4"
}
}