This repository was archived by the owner on Aug 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.56 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.56 KB
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
{
"name": "ngx-indigo",
"version": "0.7.0",
"description": "Indigo is an api test system.",
"main": "main.ts",
"repository": {
"url": "https://github.com/asura-pro/indigo.git",
"type": "git"
},
"author": "zhengshaodong <ngxcorpio@gmail.com>",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "npm run color-less && ng serve -o",
"build": "npm run color-less && ng build --prod --build-optimizer",
"dev": "npm run color-less && ng serve --proxy-config proxy.conf.js --disable-host-check true",
"test": "ng test",
"lint": "npm run lint:ts && npm run lint:style",
"e2e": "ng e2e",
"analyze": "ng build --prod --build-optimizer --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": "tslint -p tsconfig.app.json -c tslint.json 'src/**/*.ts'",
"lint:style": "stylelint \"{src}/**/*.less\" --syntax less",
"lint-staged": "lint-staged",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"hmr": "ng serve -c=hmr"
},
"private": false,
"dependencies": {
"@angular/animations": "~9.0.2",
"@angular/common": "~9.0.2",
"@angular/compiler": "~9.0.2",
"@angular/core": "~9.0.2",
"@angular/forms": "~9.0.2",
"@angular/platform-browser": "~9.0.2",
"@angular/platform-browser-dynamic": "~9.0.2",
"@angular/router": "~9.0.2",
"@delon/abc": "^9.2.1",
"@delon/acl": "^9.2.1",
"@delon/auth": "^9.2.1",
"@delon/cache": "^9.2.1",
"@delon/chart": "^9.2.1",
"@delon/form": "^9.2.1",
"@delon/mock": "^9.2.1",
"@delon/theme": "^9.2.1",
"@delon/util": "^9.2.1",
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^4.0.0",
"@novnc/novnc": "^1.2.0",
"@swimlane/ngx-charts": "^14.0.0",
"ajv": "^6.12.0",
"jsonpath": "^1.0.1",
"ng-alain": "^9.2.1",
"ng-zorro-antd": "^9.1.0",
"ngx-infinite-scroll": "^8.0.0",
"ngx-markdown": "^9.0.0",
"ngx-monaco-editor": "^9.0.0",
"ngx-sortablejs": "^3.1.4",
"rxjs": "~6.5.4",
"screenfull": "^5.0.2",
"sortablejs": "^1.10.2",
"tslib": "^1.10.0",
"xterm": "4.9.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-web-links": "^0.4.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.3",
"@angular/cli": "~9.0.3",
"@angular/compiler-cli": "~9.0.2",
"@angular/language-service": "~9.0.2",
"@angularclass/hmr": "^2.1.3",
"@delon/testing": "^9.2.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"antd-theme-generator": "^1.1.9",
"codelyzer": "^5.1.2",
"husky": "^4.2.3",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"lint-staged": "^10.1.2",
"ng-alain": "^9.2.1",
"ng-alain-codelyzer": "^0.0.1",
"prettier": "^2.0.4",
"prettier-stylelint": "^0.4.2",
"protractor": "~5.4.3",
"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": "~5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-language-service": "^0.9.9",
"typescript": "~3.7.5"
}
}