This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 3.14 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
{
"name": "nft-panel",
"version": "0.0.2",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:stats": "ng build --stats-json",
"build:prod": "npm run build --prod --aot",
"serve:prod": "http-server dist/nft-panel",
"watch": "ng build --watch --configuration development",
"test:unit": "ng test",
"test:e2e": "ng e2e",
"test:coverage": "ng test --coverage",
"lint": "ng lint",
"analyze": "webpack-bundle-analyzer dist/nft-panel/stats.json",
"build-prod-patch": "npm version patch && node ./replace.build.js && ng build --prod --base-href=./ && node ./versioning.build.js",
"build-prod-no-patch": "node ./replace.build.js && ng build --prod --base-href=./ && node ./versioning.build.js"
},
"dependencies": {
"@angular/animations": "^12.0.1",
"@angular/cdk": "^12.2.8",
"@angular/common": "12.0.1",
"@angular/compiler": "12.0.1",
"@angular/core": "12.0.1",
"@angular/fire": "^7.3.0",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "12.0.1",
"@angular/material": "^12.2.8",
"@angular/platform-browser": "12.0.1",
"@angular/platform-browser-dynamic": "12.0.1",
"@angular/router": "12.0.1",
"angular-favicon": "^1.0.8",
"angular-otp-box": "^1.0.7",
"animate.css": "^4.1.1",
"chart.js": "^2.9.3",
"firebase": "^9.6.10",
"html-to-image": "^1.9.0",
"intl-tel-input": "^17.0.16",
"ng-otp-input": "^1.8.5",
"ng-qrcode": "^5.2.0",
"ng2-charts": "^2.3.2",
"ng2-tel-input": "^2.3.0",
"ngx-image-cropper": "^5.0.1",
"ngx-intl-tel-input": "^3.2.0",
"ngx-spinner": "^12.0.0",
"ngx-toastr": "^14.1.4",
"replace-in-file": "^6.3.2",
"rxjs": "7.1.0",
"swiper": "^7.3.1",
"tailwindcss-border-gradient-radius": "^2.0.0",
"tslib": "2.2.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/jest": "12.0.0",
"@angular-devkit/build-angular": "12.2.5",
"@angular-eslint/builder": "12.4.1",
"@angular-eslint/eslint-plugin": "12.4.1",
"@angular-eslint/eslint-plugin-template": "12.4.1",
"@angular-eslint/schematics": "12.4.1",
"@angular-eslint/template-parser": "12.4.1",
"@angular/cli": "12.2.5",
"@angular/compiler-cli": "12.0.1",
"@briebug/cypress-schematic": "5.0.1",
"@cypress/webpack-preprocessor": "5.9.1",
"@types/jasmine": "3.9.1",
"@types/jest": "27.0.1",
"@types/node": "15.6.0",
"@typescript-eslint/eslint-plugin": "4.31.1",
"@typescript-eslint/parser": "4.31.1",
"autoprefixer": "10.3.4",
"cypress": "8.4.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-angular": "4.0.1",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsdoc": "36.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.0.0",
"jasmine-core": "3.9.0",
"jasmine-spec-reporter": "7.0.0",
"jest": "26.6.3",
"postcss": "8.3.6",
"prettier": "2.4.0",
"prettier-eslint": "13.0.0",
"tailwindcss": "2.2.15",
"ts-loader": "9.2.5",
"ts-node": "10.2.1",
"typescript": "4.2.4",
"webpack-bundle-analyzer": "4.4.2"
}
}