forked from ng-alain/delon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
137 lines (137 loc) · 3.97 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
{
"name": "delon",
"version": "1.0.0-beta.2",
"typings": "index.d.ts",
"description": "Delon is a set of essential modules for ng-alain.",
"repository": {
"type": "git",
"url": "git+https://github.com/cipchk/delon.git"
},
"keywords": [
"delon",
"ng-alain",
"alain",
"antd",
"ng-zorro-antd"
],
"author": "cipchk <cipchk@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cipchk/delon/issues"
},
"homepage": "http://ng-alain.com",
"scripts": {
"analyze": "ng build --prod --build-optimizer --stats-json",
"prepush": "npm run lint",
"lint": "run-s lint:ts lint:style",
"lint:ts": "tslint -p tsconfig.json -c tslint.json 'lib/**/*.ts' -e 'lib/**/*.spec.ts'",
"lint:style": "stylelint \"{src}/**/*.less\" --syntax less",
"lint-staged": "lint-staged",
"test": "ng test -sr -cc",
"site:release": "bash ./site.sh -b",
"site:gh": "bash ./site.sh -b -d",
"release": "bash ./build.sh",
"public:next": "npm run release && bash ./scripts/release/publish-next",
"public": "npm run release && bash ./scripts/release/publish",
"scaffold:release": "bash ./scaffold.sh -b",
"scaffold:gh": "bash ./scaffold.sh -b -d",
"scaffold:public": "cd ./scaffold && npm publish --access=public",
"scaffold:public:next": "cd ./scaffold && npm publish --tag next --access=public"
},
"dependencies": {
"@angular/animations": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@antv/data-set": "^0.8.3",
"@antv/g2": "^3.0.1",
"@antv/g2-plugin-slider": "^2.0.0",
"@ngx-translate/core": "^9.0.1",
"@stackblitz/sdk": "^1.1.1",
"file-saver": "^1.3.3",
"marked": "^0.3.9",
"ng-zorro-antd": "^0.7.0-beta.2",
"ngx-color": "^1.2.1",
"ngx-countdown": "^2.0.0",
"ngx-highlight-js": "^1.0.3",
"rxjs": "^5.5.5",
"zone.js": "^0.8.14"
},
"peerDependencies": {},
"devDependencies": {
"@angular-devkit/core": "^0.4.6",
"@angular-devkit/schematics": "^0.4.6",
"@angular/cli": "^1.5.4",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@schematics/schematics": "^0.4.6",
"@types/gulp": "^4.0.4",
"@types/htmlparser2": "^3.7.31",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/jszip": "^3.1.2",
"@types/mockjs": "^1.0.0",
"@types/node": "~8.5.2",
"@types/webpack": "^3.0.14",
"chalk": "^2.3.0",
"codecov": "^3.0.0",
"codelyzer": "~4.2.1",
"del": "^3.0.0",
"domhandler": "^2.4.1",
"fs-extra": "^5.0.0",
"gh-pages": "^1.1.0",
"gulp": "^3.9.1",
"gulp-bump": "^3.0.0",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.0",
"gulp-rollup": "^2.15.0",
"gulp-transform": "^3.0.5",
"gulp-util": "^3.0.8",
"gulp-wrap": "^0.13.0",
"htmlparser2": "^3.9.2",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"jsonml.js": "^0.1.0",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"mark-twain": "^2.0.2",
"mkdirp": "^0.5.1",
"mockjs": "^1.0.1-beta3",
"mustache": "^2.3.0",
"ngx-tinymce": "^1.0.1",
"ngx-ueditor": "^1.1.0",
"npm-run-all": "^4.1.1",
"protractor": "~5.2.2",
"rimraf": "^2.6.2",
"rollup": "^0.49.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^2.0.1",
"run-sequence": "^2.2.0",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^18.0.0",
"through2": "^2.0.3",
"ts-node": "~4.1.0",
"tslint": "~5.8.0",
"tslint-language-service": "^0.9.6",
"typescript": "~2.6.0",
"webpack-bundle-analyzer": "^2.9.2",
"xlsx": "^0.11.16"
},
"lint-staged": {
"src/**/*.ts": "lint:ts",
"src/**/*.less": "lint:style"
}
}