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