-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
189 lines (189 loc) Β· 6.42 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
188
189
{
"name": "morning-ui",
"version": "0.12.80",
"description": "modern efficient user interface, using human-friendly HTML",
"main": "dist/morning-ui.js",
"style": "dist/morning-ui.css",
"scripts": {
"build": "node --max-old-space-size=6144 ./node_modules/.bin/parallel-webpack --config ./build/webpack.prod.config.js --mode production",
"dev": "node --max-old-space-size=6144 ./node_modules/.bin/webpack-dev-server --config ./build/webpack.dev.config.js --mode development",
"build-profile": "node --max-old-space-size=6144 ./node_modules/.bin/webpack --config ./build/webpack.prod.config.js --mode production --profile --json > webpack-profile.json",
"lint": "npm run js-lint && npm run css-lint",
"js-lint": "node_modules/.bin/eslint --ext js,vue src/ build/ test/ bin/ server/",
"js-lint-fix": "npm run lint -- --fix",
"css-lint": "node_modules/.bin/stylelint \"src/**/*.less\"",
"test": "node_modules/.bin/cross-env NODE_ENV=test node_modules/.bin/ava test/unit test/e2e",
"test-watch": "npm run test -- --watch",
"test-snapshot": "npm run unit-snapshot && npm run e2e-snapshot",
"test-report": "(test -d report || mkdir report) && npm run test -- --tap | node_modules/.bin/tap-out > report/test.json",
"unit": "node_modules/.bin/cross-env NODE_ENV=test node_modules/.bin/ava test/unit",
"ci-unit": "node_modules/.bin/cross-env NODE_ENV=test node_modules/.bin/ava",
"unit-watch": "npm run unit -- --watch",
"unit-snapshot": "echo 'unit snapshot update must be one by one.'",
"e2e": "node_modules/.bin/cross-env NODE_ENV=test node_modules/.bin/ava test/e2e",
"ci-e2e": "node_modules/.bin/cross-env NODE_ENV=test node_modules/.bin/ava",
"e2e-watch": "npm run e2e -- --watch",
"e2e-snapshot": "echo 'e2e snapshot update must be one by one.'",
"cover": "node_modules/.bin/cross-env NODE_ENV=test node_modules/.bin/nyc npm run test",
"ci-cover": "node_modules/.bin/cross-env NODE_ENV=test node_modules/.bin/nyc npm run test -- -c 4",
"cover-report": "npm run cover && node_modules/.bin/nyc report --reporter=html",
"codecov-report": "node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov",
"update-log-report": "node ./build/get-last-update-info.js",
"report": "npm run update-log-report && npm run test-report && npm run cover-report",
"commit": "npm run build && npm run report",
"doc": "node ./server/index.js",
"css-analysis": "node ./bin/css-analysis.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Morning-UI/morning-ui.git"
},
"keywords": [
"morning",
"ui"
],
"homepage": "https://github.com/Morning-UI/morning-ui",
"bugs": {
"url": "https://github.com/Morning-UI/morning-ui/issues"
},
"contributors": [
"Early <chenchao.he@husor.com>"
],
"license": "MIT",
"files": [
"dist",
"src/lib"
],
"peerDependencies": {
"vue": "^2.5.22"
},
"dependencies": {
"@antv/g6": "^3.1.3",
"@csstools/normalize.css": "^9.0.1",
"array-uniq": "^1.0.3",
"async-validator": "^1.11.0",
"clipboard-copy": "^2.0.0",
"color": "^3.0.0",
"date-fns": "^2.2.1",
"extend": "^3.0.1",
"fuse.js": "^3.3.0",
"get-divisors": "^1.0.0",
"is-hotkey": "^0.1.6",
"jszip": "^3.2.2",
"left-pad": "^1.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.defaultsdeep": "^4.6.1",
"lodash.difference": "^4.5.0",
"lodash.intersection": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.map": "^4.6.0",
"lodash.sortby": "^4.7.0",
"lodash.throttle": "^4.1.1",
"lodash.without": "^4.4.0",
"parchment": "^2.0.0-dev.0",
"popper.js": "^1.14.7",
"quill": "^2.0.0-dev.3",
"stickyfilljs": "^2.0.5",
"trim": "0.0.1",
"xmind-sdk": "^1.2.71"
},
"devDependencies": {
"archiver": "^2.1.0",
"autoprefixer": "^7.1.4",
"ava": "^0.25.0",
"axios": "^0.18.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-webpack-alias": "^2.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"browser-env": "^3.2.5",
"clean-css": "^4.2.1",
"clean-css-loader": "^1.1.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.0.5",
"css-loader": "^2.1.0",
"eslint": "^4.5.0",
"eslint-config-gaea": "^0.1.5",
"eslint-plugin-vue": "^5.0.0-beta.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"fs-extra": "^4.0.2",
"github-markdown-css": "^3.0.1",
"got": "^7.1.0",
"highlight.js": "^9.12.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"ignore-styles": "^5.0.1",
"koa": "^2.3.0",
"koa-body": "^2.5.0",
"koa-compress": "^2.0.0",
"koa-conditional-get": "^2.0.0",
"koa-etag": "^3.0.0",
"koa-logger": "^3.1.0",
"koa-mount": "^3.0.0",
"koa-router": "^7.2.1",
"koa-sslify": "^2.1.2",
"koa-static": "^4.0.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"markdown-it": "^8.4.0",
"markdown-it-anchor": "^4.0.0",
"minimist": "^1.2.0",
"mustache": "^2.3.0",
"nightmare": "^3.0.1",
"node-sass": "^4.11.0",
"nyc": "^11.2.1",
"parallel-webpack": "^2.3.0",
"postcss-less": "^3.1.4",
"postcss-loader": "^3.0.0",
"require-extension-hooks": "^0.3.0",
"require-extension-hooks-babel": "^0.1.1",
"require-extension-hooks-vue": "^0.4.0",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^1.0.0",
"stylelint": "^10.0.1",
"stylelint-processor-html": "^1.0.0",
"tap-out": "^2.0.0",
"thread-loader": "^2.1.2",
"underscore": "^1.8.3",
"upyun": "^3.3.2",
"url-loader": "^1.0.1",
"vue": "^2.5.22",
"vue-eslint-parser": "^5.0.0",
"vue-loader": "^15.6.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.22",
"walk": "^2.3.9",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
},
"ava": {
"require": [
"babel-register",
"babel-polyfill",
"./test/helpers/setup.js"
],
"babel": "inherit"
},
"nyc": {
"exclude": [
"build/",
"test/",
".tmp/"
],
"extension": [
".js",
".vue"
],
"cache": true,
"report-dir": "./report/coverage"
}
}