This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
125 lines (125 loc) · 3.9 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "kefu-chat",
"version": "10.0.1",
"description": "客服恰控制中心",
"author": "Halo <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/kefu-chat/frontend.git"
},
"bugs": {
"url": "https://github.com/kefu-chat/frontend/issues"
},
"homepage": "https://kefu.chat",
"license": "MIT",
"keywords": [
"delon",
"antd",
"ng-zorro-antd",
"angular",
"component",
"scaffold"
],
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"hmr": "ng serve -c=hmr",
"build": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod",
"analyze": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod --stats-json",
"lint": "npm run lint:ts && npm run lint:style",
"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",
"e2e": "ng e2e",
"test": "ng test --watch",
"test-coverage": "ng test --code-coverage --watch=false",
"color-less": "ng-alain-plugin-theme -t=colorLess",
"theme": "ng-alain-plugin-theme -t=themeCss",
"icon": "ng g ng-alain:plugin icon",
"deploy": "ng deploy"
},
"dependencies": {
"@angular/animations": "~10.1.4",
"@angular/cdk": "^10.2.5",
"@angular/common": "~10.1.4",
"@angular/compiler": "~10.1.4",
"@angular/core": "~11.0.5",
"@angular/forms": "~10.1.4",
"@angular/platform-browser": "~10.1.4",
"@angular/platform-browser-dynamic": "~10.1.4",
"@angular/router": "~10.1.4",
"@antv/data-set": "^0.11.7",
"@antv/g2": "^4.2.8",
"@ctrl/ngx-emoji-mart": "^4.0.2",
"@delon/abc": "^10.0.1",
"@delon/acl": "^10.0.1",
"@delon/auth": "^10.0.1",
"@delon/cache": "^10.0.1",
"@delon/chart": "^10.0.1",
"@delon/form": "^10.0.1",
"@delon/mock": "^10.0.1",
"@delon/theme": "^10.0.1",
"@delon/util": "^10.0.1",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"ajv": "^6.12.4",
"file-saver": "^2.0.2",
"laravel-echo": "^1.8.1",
"ng-deploy-oss": "^14.0.0",
"ng-zorro-antd": "^10.0.0",
"ngx-countdown": "^10.0.0",
"ngx-device-detector": "^2.0.4",
"ngx-tinymce": "^10.0.0",
"ngx-ueditor": "^10.0.0",
"qrious": "^4.0.2",
"rxjs": "~6.6.0",
"screenfull": "^5.0.2",
"socket.io-client": "^2.5.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.2",
"@angular/cli": "~15.1.4",
"@angular/compiler-cli": "~10.1.4",
"@angular/language-service": "~10.0.4",
"@angularclass/hmr": "^3.0.0",
"@delon/testing": "^10.0.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/jszip": "^3.4.1",
"@types/mockjs": "^1.0.2",
"@types/node": "^12.11.1",
"codecov": "^3.7.0",
"codelyzer": "^6.0.0",
"husky": "^4.3.8",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"mockjs": "^1.1.0",
"ng-alain": "^10.0.1",
"ng-alain-codelyzer": "^0.0.1",
"ng-alain-plugin-theme": "^13.0.3",
"nz-tslint-rules": "^0.901.2",
"prettier": "^2.1.2",
"pretty-quick": "^3.0.2",
"protractor": "~7.0.0",
"stylelint": "^15.10.1",
"stylelint-config-prettier": "^8.0.2",
"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.1.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "~4.0.2",
"webpack-bundle-analyzer": "^4.7.0",
"xlsx": "^0.17.0"
}
}