forked from ng-alain/delon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
187 lines (187 loc) · 6.6 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "delon",
"version": "12.2.2",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
"delon",
"ng-alain",
"alain",
"antd",
"ng-zorro-antd",
"angular"
],
"author": "cipchk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-alain/ng-alain/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-alain/delon.git"
},
"homepage": "https://ng-alain.com",
"engines": {
"node": "^12.14.1 || ^14.0.0"
},
"scripts": {
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"prepare": "husky install",
"start": "npm run site:gen && ng s -o --hmr",
"lint": "bash scripts/ci/lint.sh -ts -less",
"lint:ts": "eslint --cache . --ext .ts,.html",
"lint:fix": "eslint --fix --cache . --ext .ts,.html",
"test": "ng test --no-progress --browsers=ChromeHeadlessCI --code-coverage --no-watch",
"test:cli": "bash scripts/ci/build-schematics.sh -t -clone",
"test:integration": "bash scripts/ci/build-schematics.sh -b -t -clone -integration",
"build": "bash scripts/ci/build.sh",
"build_artifacts": "bash scripts/ci/build-artifacts.sh",
"analyze": "npm run ng-high-memory build -- --source-map",
"analyze:view": "source-map-explorer src/dist/browser/*.js",
"site:gen": "node scripts/site/main init && ng-alain-plugin-theme -t=themeCss && ng-alain-plugin-theme -t=colorLess",
"site:build": "npm run site:gen && npm run ng-high-memory build && npm run site:helper && npm run site:minify",
"site:helper": "bash scripts/ci/helper.sh",
"site:minify": "node scripts/build/minify.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --pkg package.json",
"pre-publish": "node scripts/publish/publish.js && node scripts/publish/publish-scaffold.js",
"publish:next": "bash scripts/publish/publish.sh -next",
"publish": "bash scripts/publish/publish.sh",
"sync-scaffold-version": "node scripts/publish/sync-scaffold-version.js",
"ssr": "npm run ng-high-memory run site:serve-ssr",
"ssr:serve": "node src/dist/server/main.js",
"ssr:build": "npm run site:build && npm run ng-high-memory run site:server:production",
"ssr:prerender": "npm run site:build && npm run ng-high-memory run site:prerender"
},
"dependencies": {
"@angular/animations": "~12.2.0",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/forms": "~12.2.0",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4",
"@angular/service-worker": "~12.2.0",
"@angular/platform-server": "~12.2.0",
"@angular/elements": "~12.2.0",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.1.24",
"echarts": "^5.1.2",
"@stackblitz/sdk": "^1.5.2",
"codesandbox": "^2.2.3",
"ajv": "^8.6.2",
"ajv-formats": "^2.1.1",
"extend": "^3.0.2",
"file-saver": "^2.0.5",
"ng-github-button": "^12.0.0",
"ng-zorro-antd": "^12.0.1",
"ngx-color": "^7.2.0",
"ngx-countdown": "^12.0.1",
"ngx-highlight-js": "^12.0.0",
"ngx-tinymce": "^12.0.0",
"ngx-ueditor": "^12.0.0",
"qrious": "^4.0.2",
"@webcomponents/custom-elements": "^1.5.0",
"aos": "^3.0.0-beta.6",
"@ng-util/monaco-editor": "^12.1.1",
"@nguniversal/express-engine": "~12.1.0",
"express": "^4.17.1",
"isutf8": "^3.1.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.0",
"@angular/cli": "~12.2.0",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.3.5",
"codelyzer": "^6.0.0",
"jasmine-spec-reporter": "~5.0.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"@angular/language-service": "~12.2.0",
"@types/jasminewd2": "~2.0.3",
"karma-junit-reporter": "^2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-viewport": "^1.0.6",
"@types/aos": "^3.0.4",
"@types/file-saver": "^2.0.3",
"@types/deep-extend": "^0.4.31",
"@types/extend": "^3.0.1",
"@types/fs-extra": "^9.0.12",
"@types/mockjs": "^1.0.4",
"@types/parse5": "^6.0.1",
"karma-summary-reporter": "^1.7.2",
"karma-parallel": "^0.3.1",
"chalk": "^4.1.0",
"codecov": "^3.7.0",
"conventional-changelog-cli": "^2.0.34",
"fs-extra": "^9.0.0",
"husky": "^6.0.0",
"jsonml.js": "^0.1.0",
"klaw-sync": "^6.0.0",
"less-vars-to-js": "^1.3.0",
"less-plugin-clean-css": "^1.5.1",
"less-plugin-npm-import": "^2.1.0",
"mark-twain": "^2.0.3",
"mockjs": "^1.1.0",
"mustache": "^4.0.1",
"ng-packagr": "^12.2.0",
"parse5": "^6.0.1",
"prettier": "^2.2.1",
"readline-sync": "^1.4.10",
"stream": "0.0.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.4.0",
"stylelint-order": "^4.1.0",
"source-map-explorer": "^2.5.2",
"xlsx": "^0.17.1",
"jszip": "^3.7.1",
"screenfull": "^5.1.0",
"less-bundle-promise": "^1.0.7",
"ng-alain-codelyzer": "^0.0.1",
"ng-alain-sts": "^0.0.1",
"ng-alain-plugin-theme": "^12.0.0",
"tsconfig-paths": "^3.10.1",
"@nguniversal/builders": "^12.1.0",
"@types/express": "^4.17.9",
"html-minifier-terser": "^5.1.1",
"terser": "^5.7.1",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-angular": "^13.1.0",
"@angular-eslint/builder": "~12.3.1",
"@angular-eslint/eslint-plugin": "~12.3.1",
"@angular-eslint/eslint-plugin-template": "~12.3.1",
"@angular-eslint/schematics": "~12.3.1",
"@angular-eslint/template-parser": "~12.3.1",
"@typescript-eslint/eslint-plugin": "~4.29.2",
"@typescript-eslint/parser": "~4.29.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-import": "~2.24.1",
"eslint-plugin-jsdoc": "~36.0.7",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-prettier": "~3.4.1",
"lint-staged": "^11.1.2",
"raw-loader": "^4.0.2"
},
"lint-staged": {
"(schematics|scripts|packages)/**/!(tslint-rules|testing)/!(polyfills).{html,ts}": [
"eslint --fix"
],
"packages/**/*.less": [
"stylelint --syntax less --fix"
]
}
}