-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.06 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
{
"name": "21779",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@angular/animations": "13.3.11",
"@angular/cdk": "~13.3.8",
"@angular/common": "13.3.11",
"@angular/compiler": "13.3.11",
"@angular/compiler-cli": "13.3.11",
"@angular/core": "13.3.11",
"@angular/fire": "^7.3.0",
"@angular/forms": "13.3.11",
"@angular/material": "~13.3.8",
"@angular/platform-browser": "13.3.11",
"@angular/platform-browser-dynamic": "13.3.11",
"@angular/router": "13.3.11",
"@fingerprintjs/fingerprintjs": "^3.3.3",
"@fortawesome/fontawesome-free": "^6.1.1",
"@ng-select/ng-select": "^8.1.1",
"@stripe/stripe-js": "^1.31.0",
"angular-progress-bar": "^1.0.11",
"angular2-uuid": "^1.1.1",
"compression": "^1.7.4",
"core-js": "^3.22.7",
"css-star-rating": "^1.3.0",
"express": "^4.18.1",
"firebase": "^9.8.2",
"lottie-web": "^5.9.4",
"ng2-simple-timer": "^11.2.9",
"ngx-cookie-service": "^13.2.1",
"ngx-pagination": "^6.0.1",
"ngx-pipes": "^3.0.0",
"ngx-slide-toggle": "^0.1.1",
"ngx-star-rating": "~2.1.0",
"ngx-stripe": "^13.2.1",
"node-sass": "^7.0.1",
"path": "^0.12.7",
"rxjs": "^7.5.5",
"tslib": "^2.4.0",
"ua-parser-js": "^1.0.2",
"uikit": "3.14.3",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.7",
"@angular-eslint/builder": "13.2.1",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "13.3.7",
"@angular/language-service": "13.3.11",
"@ngx-env/builder": "^2.0.2",
"@percy/cli": "^1.2.1",
"@percy/cypress": "^3.1.1",
"@sketchy/semantic-release-config": "^2.2.0",
"@types/jasmine": "~4.0.3",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^17.0.38",
"@types/recurly__recurly-js": "^4.20.0",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"aws-amplify": "^4.3.24",
"cypress": "^10.0.0",
"cypress-terminal-report": "^3.5.2",
"eslint": "^8.16.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"eslint-plugin-react": "latest",
"human-signals": "^4.0.0",
"husky": "^8.0.1",
"is-ci": "^3.0.1",
"istanbul-reports": "^3.1.4",
"jasmine-core": "~4.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "^2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "~5.0.1",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.34",
"lint-staged": "^13.0.0",
"prettier": "^2.6.2",
"protractor": "~7.0.0",
"semantic-release": "^19.0.2",
"ts-node": "^10.8.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "4.6.4"
}
}