This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
99 lines (99 loc) · 3.32 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
{
"name": "cashwarden-web",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "npm run color-less && ng s -o",
"build": "npm run color-less && node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build --prod",
"test": "ng test",
"lint": "npm run lint:ts && npm run lint:style",
"e2e": "ng e2e",
"analyze": "npm run color-less && node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build --prod --stats-json",
"test-coverage": "ng test --code-coverage --watch=false",
"color-less": "node scripts/color-less.js",
"icon": "ng g ng-alain:plugin icon",
"lint:ts": "ng lint --fix",
"lint:style": "stylelint \"src/**/*.less\" --syntax less --fix",
"pretty-quick": "pretty-quick",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"hmr": "ng serve -c=hmr"
},
"private": true,
"dependencies": {
"@angular/animations": "~10.0.6",
"@angular/common": "~10.0.6",
"@angular/compiler": "~10.0.6",
"@angular/core": "~10.0.6",
"@angular/forms": "~10.0.6",
"@angular/platform-browser": "~10.0.6",
"@angular/platform-browser-dynamic": "~10.0.6",
"@angular/router": "~10.0.6",
"@antv/g2plot": "^1.1.28",
"@delon/abc": "^10.0.0-beta.2",
"@delon/acl": "^10.0.0-beta.2",
"@delon/auth": "^10.0.0-beta.2",
"@delon/cache": "^9.5.5",
"@delon/chart": "^10.0.0-beta.2",
"@delon/form": "^10.0.0-beta.2",
"@delon/mock": "^10.0.0-beta.2",
"@delon/theme": "^10.0.0-beta.2",
"@delon/util": "^10.0.0-beta.2",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"ajv": "^6.12.3",
"file-saver": "^2.0.2",
"ng-alain": "^10.0.0-beta.2",
"ng-zorro-antd": "^10.0.0-beta.0",
"ngx-g2plot": "^0.0.8",
"rxjs": "~6.5.5",
"screenfull": "^5.0.2",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1000.5",
"@angular/cli": "~10.0.5",
"@angular/compiler-cli": "~10.0.6",
"@angularclass/hmr": "^2.1.3",
"@delon/testing": "^10.0.0-beta.2",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/jszip": "^3.1.7",
"@types/node": "^12.11.1",
"antd-theme-generator": "1.2.2",
"codelyzer": "^6.0.0",
"husky": "^4.2.3",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"less-plugin-clean-css": "^1.5.1",
"less-plugin-npm-import": "^2.1.0",
"ng-alain": "^10.0.0-beta.2",
"ng-alain-codelyzer": "^0.0.1",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"protractor": "~7.0.0",
"stylelint": "^13.3.1",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-order": "^4.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.18.0",
"tslint-language-service": "^0.9.9",
"typescript": "~3.9.5",
"webpack-bundle-analyzer": "^3.6.1",
"xlsx": "^0.16.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}