This repository was archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
153 lines (153 loc) · 4.81 KB
/
Copy pathpackage.json
File metadata and controls
153 lines (153 loc) · 4.81 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
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
{
"name": "yoyo-ng-module",
"version": "2.0.1",
"description": "服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容 ",
"main": "./dist/bundles/yoyo-ng-module.umd.js",
"module": "./dist/index.js",
"scripts": {
"ngc": "ngc",
"cleanup": "rimraf dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.md",
"bundling": "rollup -c rollup.config.js",
"minify": "uglifyjs dist/bundles/yoyo-ng-module.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/yoyo-ng-module.umd.min.js",
"copyLess": "CopyLess.exe",
"publish": "cd dist && yarn publish",
"build": "npm run cleanup && npm run ngc && npm run bundling && npm run minify && npm run copyLess",
"build-publish": "npm run build && npm run publish",
"packagr": "ng-packagr -p ng-package.json"
},
"repository": "git+https://github.com/52ABP/yoyo-ng-module.git",
"keywords": [
"abp",
"antd",
"ng-zorro-antd",
"52abp",
"angular",
"yoyo",
"yoyosoft"
],
"private": false,
"author": "ltm0203<werltm@hotmail.com>",
"license": "MIT",
"author.email": "werltm@hotmail.com",
"bugs": {
"url": "https://github.com/52ABP/yoyo-ng-module/issues"
},
"homepage": "https://github.com/52ABP/yoyo-ng-module#readme",
"peerDependencies": {
"@angular/common": "^6.0.3",
"@angular/core": "^6.0.3",
"abp-web-resources": "^3.7.0",
"yoyo-ng-module": "PEER-0.0.0-PLACEHOLDER"
},
"dependencies": {
"@angular/animations": "^6.0.3",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/router": "^6.0.3",
"@ant-design/icons-angular": "^1.0.1",
"@antv/data-set": "^0.8.8",
"@antv/g2": "3.0.11",
"@antv/g2-plugin-slider": "2.0.2",
"@ngx-translate/core": "^10.0.1",
"@stackblitz/sdk": "^1.2.0",
"@types/date-fns": "^2.6.0",
"abp-web-resources": "^3.7.0",
"ajv": "^6.4.0",
"copyfiles": "^1.0.0",
"core-js": "^2.5.4",
"date-fns": "^1.29.0",
"enquire.js": "^2.1.6",
"extend": "^3.0.2",
"file-saver": "1.3.8",
"marked": "^0.3.19",
"ng-github-button": "^1.0.0",
"ng-zorro-antd": "^1.8.0",
"ngx-ace-wrapper": "^6.0.0",
"ngx-color": "^1.3.1",
"ngx-countdown": "3.0.0",
"ngx-highlight-js": "^2.0.0",
"ngx-simplemde": "^1.1.1",
"ngx-tinymce": "^2.0.0",
"ngx-ueditor": "^2.1.0",
"qrious": "^4.0.2",
"rxjs": "^6.1.0",
"uglify-js": "^2.7.5",
"zone.js": "^0.8.17"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.1",
"@angular-devkit/core": "^0.6.1",
"@angular-devkit/schematics": "^0.6.1",
"@angular/cli": "~6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/language-service": "^6.0.0",
"@schematics/schematics": "^0.6.1",
"@types/deep-extend": "^0.4.31",
"@types/extend": "^3.0.0",
"@types/fs-extra": "^5.0.1",
"@types/htmlparser2": "^3.7.31",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/jszip": "^3.1.3",
"@types/mockjs": "^1.0.0",
"@types/node": "~8.9.4",
"antd-theme-generator": "^1.0.7",
"codecov": "^3.0.2",
"codelyzer": "~4.2.1",
"domhandler": "^2.4.2",
"editorconfig-tools": "^0.1.1",
"fs-extra": "^6.0.0",
"gh-pages": "^1.1.0",
"htmlparser2": "^3.9.2",
"husky": "^0.14.3",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"jsonml.js": "^0.1.0",
"karma": "^3.1.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~1.4.2",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"klaw-sync": "^4.0.0",
"less": "^3.8.1",
"less-plugin-clean-css": "^1.5.1",
"lint-staged": "^7.1.0",
"mark-twain": "^2.0.3",
"mockjs": "^1.0.1-beta3",
"mustache": "^2.3.0",
"prettier": "^1.12.1",
"prettier-stylelint": "^0.4.2",
"protractor": "^5.4.1",
"rimraf": "^2.5.4",
"rollup": "^0.58.2",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^3.0.0",
"stream": "0.0.2",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"tslint-config-prettier": "^1.12.0",
"tslint-language-service": "^0.9.9",
"typescript": "~2.7.2",
"webpack-bundle-analyzer": "^2.11.2",
"xlsx": "^0.12.12"
},
"lint-staged": {
"*.{cmd,html,json,md,sh,txt,xml,yml}": [
"editorconfig-tools fix",
"git add"
],
"packages/**/*.ts": [
"npm run lint:ts",
"git add"
]
}
}