1
1
{
2
- "name" : " vue-antd-ui" ,
3
- "version" : " 0.5.2 " ,
4
- "title" : " Ant Design Vue" ,
5
- "description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
- "keywords" : [
7
- " ant" ,
8
- " design" ,
9
- " antd" ,
10
- " vue" ,
11
- " vueComponent" ,
12
- " component" ,
13
- " components" ,
14
- " ui" ,
15
- " framework" ,
16
- " frontend"
17
- ],
18
- "main" : " dist/antd.min.js" ,
19
- "files" : [
20
- " dist" ,
21
- " lib" ,
22
- " es"
23
- ],
24
- "scripts" : {
25
- "start" : " NODE_ENV=development ./node_modules/.bin/webpack-dev-server --open --hot" ,
26
- "test" : " jest --config .jest.js" ,
27
- "site" : " node scripts/run.js site-dist" ,
28
- "copy" : " node scripts/run.js copy-html" ,
29
- "compile" : " node antd-tools/cli/run.js compile" ,
30
- "pub" : " node antd-tools/cli/run.js pub" ,
31
- "prepublish" : " node antd-tools/cli/run.js guard" ,
32
- "dist" : " node antd-tools/cli/run.js dist" ,
33
- "lint" : " eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./components" ,
34
- "lint:style" : " stylelint \" ./examples/**/*.less\" --fix --syntax less" ,
35
- "commitmsg" : " commitlint -x @commitlint/config-conventional -e $GIT_PARAMS" ,
36
- "codecov" : " codecov"
37
- },
38
- "repository" : {
39
- "type" : " git" ,
40
- "url" : " git+https://github.com/vueComponent/ant-design.git"
41
- },
42
- "license" : " MIT" ,
43
- "bugs" : {
44
- "url" : " https://github.com/vueComponent/ant-design/issues"
45
- },
46
- "homepage" : " https://github.com/vueComponent/ant-design" ,
47
- "pre-commit" : [
48
- " lint:style" ,
49
- " lint"
50
- ],
51
- "peerDependencies" : {
52
- "vue" : " >=2.5.0" ,
53
- "vue-template-compiler" : " >=2.5.0"
54
- },
55
- "devDependencies" : {
56
- "@commitlint/cli" : " ^6.2.0" ,
57
- "@commitlint/config-conventional" : " ^6.1.3" ,
58
- "@octokit/rest" : " ^15.4.1" ,
59
- "@vue/server-test-utils" : " ^1.0.0-beta.16" ,
60
- "@vue/test-utils" : " ^1.0.0-beta.16" ,
61
- "autoprefixer" : " ^8.1.0" ,
62
- "babel-cli" : " ^6.26.0" ,
63
- "babel-core" : " ^6.26.0" ,
64
- "babel-eslint" : " ^8.0.1" ,
65
- "babel-helper-vue-jsx-merge-props" : " ^2.0.3" ,
66
- "babel-jest" : " ^22.4.3" ,
67
- "babel-loader" : " ^7.1.2" ,
68
- "babel-plugin-add-module-exports" : " ^0.2.1" ,
69
- "babel-plugin-import" : " ^1.1.1" ,
70
- "babel-plugin-istanbul" : " ^4.1.1" ,
71
- "babel-plugin-syntax-dynamic-import" : " ^6.18.0" ,
72
- "babel-plugin-syntax-jsx" : " ^6.18.0" ,
73
- "babel-plugin-transform-class-properties" : " ^6.24.1" ,
74
- "babel-plugin-transform-decorators" : " ^6.24.1" ,
75
- "babel-plugin-transform-decorators-legacy" : " ^1.3.4" ,
76
- "babel-plugin-transform-es3-member-expression-literals" : " ^6.22.0" ,
77
- "babel-plugin-transform-es3-property-literals" : " ^6.22.0" ,
78
- "babel-plugin-transform-object-assign" : " ^6.22.0" ,
79
- "babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
80
- "babel-plugin-transform-runtime" : " ~6.23.0" ,
81
- "babel-plugin-transform-vue-jsx" : " ^3.7.0" ,
82
- "babel-polyfill" : " ^6.26.0" ,
83
- "babel-preset-env" : " ^1.6.1" ,
84
- "case-sensitive-paths-webpack-plugin" : " ^2.1.2" ,
85
- "chalk" : " ^2.3.2" ,
86
- "cheerio" : " ^1.0.0-rc.2" ,
87
- "codecov" : " ^3.0.0" ,
88
- "colorful" : " ^2.1.0" ,
89
- "commander" : " ^2.15.0" ,
90
- "cross-env" : " ^5.1.4" ,
91
- "css-loader" : " ^0.28.7" ,
92
- "deep-assign" : " ^2.0.0" ,
93
- "eslint" : " ^4.7.2" ,
94
- "eslint-plugin-html" : " ^3.2.2" ,
95
- "eslint-plugin-vue" : " ^3.13.0" ,
96
- "eslint-plugin-vue-libs" : " ^1.2.1" ,
97
- "extract-text-webpack-plugin" : " ^3.0.2" ,
98
- "fetch-jsonp" : " ^1.1.3" ,
99
- "glob" : " ^7.1.2" ,
100
- "gulp" : " ^3.9.1" ,
101
- "gulp-babel" : " ^7.0.0" ,
102
- "gulp-strip-code" : " ^0.1.4" ,
103
- "highlight.js" : " ^9.12.0" ,
104
- "html-webpack-plugin" : " ^2.30.1" ,
105
- "husky" : " ^0.14.3" ,
106
- "istanbul-instrumenter-loader" : " ^3.0.0" ,
107
- "jest" : " ^22.4.3" ,
108
- "jest-serializer-vue" : " ^1.0.0" ,
109
- "jsonp" : " ^0.2.1" ,
110
- "less" : " ^2.7.2" ,
111
- "less-loader" : " ^4.0.5" ,
112
- "less-plugin-npm-import" : " ^2.1.0" ,
113
- "markdown-it" : " ^8.4.0" ,
114
- "markdown-it-anchor" : " ^4.0.0" ,
115
- "marked" : " ^0.3.7" ,
116
- "merge2" : " ^1.2.1" ,
117
- "minimist" : " ^1.2.0" ,
118
- "mkdirp" : " ^0.5.1" ,
119
- "mockdate" : " ^2.0.2" ,
120
- "moment-timezone" : " ^0.5.17" ,
121
- "postcss" : " ^6.0.20" ,
122
- "postcss-loader" : " ^2.1.2" ,
123
- "pre-commit" : " ^1.2.2" ,
124
- "querystring" : " ^0.2.0" ,
125
- "raw-loader" : " ^1.0.0-beta.0" ,
126
- "reqwest" : " ^2.0.5" ,
127
- "rimraf" : " ^2.6.2" ,
128
- "rucksack-css" : " ^1.0.2" ,
129
- "selenium-server" : " ^3.0.1" ,
130
- "semver" : " ^5.3.0" ,
131
- "style-loader" : " ^0.18.2" ,
132
- "stylelint" : " ^8.1.1" ,
133
- "stylelint-config-standard" : " ^17.0.0" ,
134
- "through2" : " ^2.0.3" ,
135
- "vue" : " ^2.5.16" ,
136
- "vue-antd-md-loader" : " ^1.0.3" ,
137
- "vue-clipboard2" : " 0.0.8" ,
138
- "vue-jest" : " ^2.5.0" ,
139
- "vue-loader" : " ^13.0.5" ,
140
- "vue-router" : " ^3.0.1" ,
141
- "vue-server-renderer" : " ^2.5.16" ,
142
- "vue-template-compiler" : " ^2.5.16" ,
143
- "webpack" : " ^3.11.0" ,
144
- "webpack-chunk-hash" : " ^0.5.0" ,
145
- "webpack-dev-server" : " ^2.8.2" ,
146
- "webpack-merge" : " ^4.1.1"
147
- },
148
- "dependencies" : {
149
- "add-dom-event-listener" : " ^1.0.2" ,
150
- "array-tree-filter" : " ^2.1.0" ,
151
- "async-validator" : " ^1.8.2" ,
152
- "babel-helper-vue-jsx-merge-props" : " ^2.0.3" ,
153
- "babel-runtime" : " 6.x" ,
154
- "classnames" : " ^2.2.5" ,
155
- "component-classes" : " ^1.2.6" ,
156
- "dom-align" : " ^1.6.7" ,
157
- "dom-closest" : " ^0.2.0" ,
158
- "dom-scroll-into-view" : " ^1.2.1" ,
159
- "enquire.js" : " ^2.1.6" ,
160
- "is-negative-zero" : " ^2.0.0" ,
161
- "lodash" : " ^4.17.5" ,
162
- "moment" : " ^2.21.0" ,
163
- "omit.js" : " ^1.0.0" ,
164
- "shallow-equal" : " ^1.0.0" ,
165
- "shallowequal" : " ^1.0.2" ,
166
- "warning" : " ^3.0.0"
167
- }
168
- }
2
+ "name" : " vue-antd-ui" ,
3
+ "version" : " 0.5.3 " ,
4
+ "title" : " Ant Design Vue" ,
5
+ "description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
+ "keywords" : [
7
+ " ant" ,
8
+ " design" ,
9
+ " antd" ,
10
+ " vue" ,
11
+ " vueComponent" ,
12
+ " component" ,
13
+ " components" ,
14
+ " ui" ,
15
+ " framework" ,
16
+ " frontend"
17
+ ],
18
+ "main" : " dist/antd.min.js" ,
19
+ "files" : [
20
+ " dist" ,
21
+ " lib" ,
22
+ " es"
23
+ ],
24
+ "scripts" : {
25
+ "start" : " NODE_ENV=development ./node_modules/.bin/webpack-dev-server --open --hot" ,
26
+ "test" : " jest --config .jest.js" ,
27
+ "site" : " node scripts/run.js site-dist" ,
28
+ "copy" : " node scripts/run.js copy-html" ,
29
+ "compile" : " node antd-tools/cli/run.js compile" ,
30
+ "pub" : " node antd-tools/cli/run.js pub" ,
31
+ "prepublish" : " node antd-tools/cli/run.js guard" ,
32
+ "dist" : " node antd-tools/cli/run.js dist" ,
33
+ "lint" : " eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./components" ,
34
+ "lint:style" : " stylelint \" ./examples/**/*.less\" --fix --syntax less" ,
35
+ "commitmsg" : " commitlint -x @commitlint/config-conventional -e $GIT_PARAMS" ,
36
+ "codecov" : " codecov"
37
+ },
38
+ "repository" : {
39
+ "type" : " git" ,
40
+ "url" : " git+https://github.com/vueComponent/ant-design.git"
41
+ },
42
+ "license" : " MIT" ,
43
+ "bugs" : {
44
+ "url" : " https://github.com/vueComponent/ant-design/issues"
45
+ },
46
+ "homepage" : " https://github.com/vueComponent/ant-design" ,
47
+ "pre-commit" : [
48
+ " lint:style" ,
49
+ " lint"
50
+ ],
51
+ "peerDependencies" : {
52
+ "vue" : " >=2.5.0" ,
53
+ "vue-template-compiler" : " >=2.5.0"
54
+ },
55
+ "devDependencies" : {
56
+ "@commitlint/cli" : " ^6.2.0" ,
57
+ "@commitlint/config-conventional" : " ^6.1.3" ,
58
+ "@octokit/rest" : " ^15.4.1" ,
59
+ "@vue/server-test-utils" : " ^1.0.0-beta.16" ,
60
+ "@vue/test-utils" : " ^1.0.0-beta.16" ,
61
+ "autoprefixer" : " ^8.1.0" ,
62
+ "babel-cli" : " ^6.26.0" ,
63
+ "babel-core" : " ^6.26.0" ,
64
+ "babel-eslint" : " ^8.0.1" ,
65
+ "babel-helper-vue-jsx-merge-props" : " ^2.0.3" ,
66
+ "babel-jest" : " ^22.4.3" ,
67
+ "babel-loader" : " ^7.1.2" ,
68
+ "babel-plugin-add-module-exports" : " ^0.2.1" ,
69
+ "babel-plugin-import" : " ^1.1.1" ,
70
+ "babel-plugin-istanbul" : " ^4.1.1" ,
71
+ "babel-plugin-syntax-dynamic-import" : " ^6.18.0" ,
72
+ "babel-plugin-syntax-jsx" : " ^6.18.0" ,
73
+ "babel-plugin-transform-class-properties" : " ^6.24.1" ,
74
+ "babel-plugin-transform-decorators" : " ^6.24.1" ,
75
+ "babel-plugin-transform-decorators-legacy" : " ^1.3.4" ,
76
+ "babel-plugin-transform-es3-member-expression-literals" : " ^6.22.0" ,
77
+ "babel-plugin-transform-es3-property-literals" : " ^6.22.0" ,
78
+ "babel-plugin-transform-object-assign" : " ^6.22.0" ,
79
+ "babel-plugin-transform-object-rest-spread" : " ^6.26.0" ,
80
+ "babel-plugin-transform-runtime" : " ~6.23.0" ,
81
+ "babel-plugin-transform-vue-jsx" : " ^3.7.0" ,
82
+ "babel-polyfill" : " ^6.26.0" ,
83
+ "babel-preset-env" : " ^1.6.1" ,
84
+ "case-sensitive-paths-webpack-plugin" : " ^2.1.2" ,
85
+ "chalk" : " ^2.3.2" ,
86
+ "cheerio" : " ^1.0.0-rc.2" ,
87
+ "codecov" : " ^3.0.0" ,
88
+ "colorful" : " ^2.1.0" ,
89
+ "commander" : " ^2.15.0" ,
90
+ "cross-env" : " ^5.1.4" ,
91
+ "css-loader" : " ^0.28.7" ,
92
+ "deep-assign" : " ^2.0.0" ,
93
+ "eslint" : " ^4.7.2" ,
94
+ "eslint-plugin-html" : " ^3.2.2" ,
95
+ "eslint-plugin-vue" : " ^3.13.0" ,
96
+ "eslint-plugin-vue-libs" : " ^1.2.1" ,
97
+ "extract-text-webpack-plugin" : " ^3.0.2" ,
98
+ "fetch-jsonp" : " ^1.1.3" ,
99
+ "glob" : " ^7.1.2" ,
100
+ "gulp" : " ^3.9.1" ,
101
+ "gulp-babel" : " ^7.0.0" ,
102
+ "gulp-strip-code" : " ^0.1.4" ,
103
+ "highlight.js" : " ^9.12.0" ,
104
+ "html-webpack-plugin" : " ^2.30.1" ,
105
+ "husky" : " ^0.14.3" ,
106
+ "istanbul-instrumenter-loader" : " ^3.0.0" ,
107
+ "jest" : " ^22.4.3" ,
108
+ "jest-serializer-vue" : " ^1.0.0" ,
109
+ "jsonp" : " ^0.2.1" ,
110
+ "less" : " ^2.7.2" ,
111
+ "less-loader" : " ^4.0.5" ,
112
+ "less-plugin-npm-import" : " ^2.1.0" ,
113
+ "markdown-it" : " ^8.4.0" ,
114
+ "markdown-it-anchor" : " ^4.0.0" ,
115
+ "marked" : " ^0.3.7" ,
116
+ "merge2" : " ^1.2.1" ,
117
+ "minimist" : " ^1.2.0" ,
118
+ "mkdirp" : " ^0.5.1" ,
119
+ "mockdate" : " ^2.0.2" ,
120
+ "moment-timezone" : " ^0.5.17" ,
121
+ "postcss" : " ^6.0.20" ,
122
+ "postcss-loader" : " ^2.1.2" ,
123
+ "pre-commit" : " ^1.2.2" ,
124
+ "querystring" : " ^0.2.0" ,
125
+ "raw-loader" : " ^1.0.0-beta.0" ,
126
+ "reqwest" : " ^2.0.5" ,
127
+ "rimraf" : " ^2.6.2" ,
128
+ "rucksack-css" : " ^1.0.2" ,
129
+ "selenium-server" : " ^3.0.1" ,
130
+ "semver" : " ^5.3.0" ,
131
+ "style-loader" : " ^0.18.2" ,
132
+ "stylelint" : " ^8.1.1" ,
133
+ "stylelint-config-standard" : " ^17.0.0" ,
134
+ "through2" : " ^2.0.3" ,
135
+ "vue" : " ^2.5.16" ,
136
+ "vue-antd-md-loader" : " ^1.0.3" ,
137
+ "vue-clipboard2" : " 0.0.8" ,
138
+ "vue-jest" : " ^2.5.0" ,
139
+ "vue-loader" : " ^13.0.5" ,
140
+ "vue-router" : " ^3.0.1" ,
141
+ "vue-server-renderer" : " ^2.5.16" ,
142
+ "vue-template-compiler" : " ^2.5.16" ,
143
+ "webpack" : " ^3.11.0" ,
144
+ "webpack-chunk-hash" : " ^0.5.0" ,
145
+ "webpack-dev-server" : " ^2.8.2" ,
146
+ "webpack-merge" : " ^4.1.1"
147
+ },
148
+ "dependencies" : {
149
+ "add-dom-event-listener" : " ^1.0.2" ,
150
+ "array-tree-filter" : " ^2.1.0" ,
151
+ "async-validator" : " ^1.8.2" ,
152
+ "babel-helper-vue-jsx-merge-props" : " ^2.0.3" ,
153
+ "babel-runtime" : " 6.x" ,
154
+ "classnames" : " ^2.2.5" ,
155
+ "component-classes" : " ^1.2.6" ,
156
+ "dom-align" : " ^1.6.7" ,
157
+ "dom-closest" : " ^0.2.0" ,
158
+ "dom-scroll-into-view" : " ^1.2.1" ,
159
+ "enquire.js" : " ^2.1.6" ,
160
+ "is-negative-zero" : " ^2.0.0" ,
161
+ "lodash" : " ^4.17.5" ,
162
+ "moment" : " ^2.21.0" ,
163
+ "omit.js" : " ^1.0.0" ,
164
+ "shallow-equal" : " ^1.0.0" ,
165
+ "shallowequal" : " ^1.0.2" ,
166
+ "warning" : " ^3.0.0"
167
+ }
168
+ }
0 commit comments