-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
150 lines (150 loc) · 4.67 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "yelon16-patch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build":"sh ./scripts/ci/build.sh"
},
"author": "",
"license": "ISC",
"dependencies": {
"@yelon/abc": "^16.4.6",
"@yelon/acl": "^16.4.6",
"@yelon/auth": "^16.4.6",
"@yelon/cache": "^16.4.6",
"@yelon/chart": "^16.4.6",
"@yelon/form": "^16.4.6",
"@yelon/mock": "^16.4.6",
"@yelon/theme": "^16.4.6",
"@yelon/util": "^16.4.6",
"@yelon/bis": "^16.4.6",
"@yelon/bcs": "^16.4.6",
"@yelon/socket": "^16.4.6",
"@angular/animations": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/elements": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/platform-server": "^16.2.0",
"@angular/router": "^16.2.0",
"@angular/service-worker": "^16.2.0",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.10",
"@github/hotkey": "^2.0.1",
"@ng-util/monaco-editor": "^16.0.0",
"@nguniversal/express-engine": "^16.2.0",
"@stackblitz/sdk": "^1.9.0",
"@stomp/rx-stomp": "^1.2.0",
"@webcomponents/custom-elements": "^1.6.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"aos": "^3.0.0-beta.6",
"codesandbox": "^2.2.3",
"echarts": "^5.4.3",
"express": "^4.18.2",
"extend": "^3.0.2",
"file-saver": "^2.0.5",
"isutf8": "^4.0.0",
"ng-github-button": "^16.0.0",
"ng-zorro-antd": "^16.2.2",
"ngx-color": "~9.0.0",
"ngx-countdown": "^16.0.0",
"ngx-highlight-js": "^16.1.0",
"ngx-tinymce": "^16.0.0",
"qrious": "^4.0.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
"@angular-eslint/builder": "~16.1.1",
"@angular-eslint/eslint-plugin": "~16.1.1",
"@angular-eslint/eslint-plugin-template": "~16.1.1",
"@angular-eslint/schematics": "~16.1.1",
"@angular-eslint/template-parser": "~16.1.1",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "^16.2.0",
"@angular/language-service": "^16.2.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-angular": "^17.7.0",
"@nguniversal/builders": "^16.2.0",
"@types/aos": "^3.0.4",
"@types/deep-extend": "^0.6.0",
"@types/express": "^4.17.17",
"@types/extend": "^3.0.1",
"@types/file-saver": "^2.0.5",
"@types/fs-extra": "^11.0.1",
"@types/jasmine": "~4.3.0",
"@types/jasminewd2": "~2.0.10",
"@types/mockjs": "^1.0.7",
"@types/parse5": "^7.0.0",
"@typescript-eslint/eslint-plugin": "~6.4.1",
"@typescript-eslint/parser": "~6.4.1",
"chalk": "^5.3.0",
"codecov": "^3.8.3",
"codelyzer": "^6.0.2",
"conventional-changelog-cli": "^4.0.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-deprecation": "~1.5.0",
"eslint-plugin-import": "~2.28.1",
"eslint-plugin-jsdoc": "~46.5.0",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-prettier": "~5.0.0",
"fs-extra": "^11.1.1",
"html-minifier-terser": "^7.2.0",
"husky": "^8.0.3",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "^7.0.0",
"jsonml.js": "^0.1.0",
"jszip": "^3.10.1",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-parallel": "^0.3.1",
"karma-spec-reporter": "0.0.36",
"karma-summary-reporter": "^3.1.1",
"karma-viewport": "^1.0.9",
"klaw-sync": "^6.0.0",
"less-bundle-promise": "^1.0.11",
"less-plugin-clean-css": "^1.5.1",
"less-plugin-npm-import": "^2.1.0",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^14.0.1",
"mark-twain": "^2.0.3",
"mockjs": "^1.1.0",
"mustache": "^4.2.0",
"ng-alain-codelyzer": "^0.0.1",
"ng-packagr": "^16.2.1",
"ng-yunzai-plugin-theme": "^15.0.2",
"ng-yunzai-sts": "^0.0.3",
"parse5": "^7.1.2",
"plyr": "^3.7.8",
"prettier": "^3.0.2",
"protractor": "~7.0.0",
"raw-loader": "^4.0.2",
"readline-sync": "^1.4.10",
"screenfull": "^6.0.2",
"sitemap": "^7.1.1",
"source-map-explorer": "^2.5.3",
"stream": "0.0.2",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
"stylelint-config-clean-order": "^5.2.0",
"swagger-typescript-api": "^12.0.4",
"terser": "^5.19.2",
"ts-node": "~10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.1.3",
"xlsx": "^0.18.5"
}
}