1 | {
|
2 | "name": "ant-design-vue",
|
3 | "version": "2.0.0",
|
4 | "title": "Ant Design Vue",
|
5 | "description": "An enterprise-class UI design language and Vue-based implementation",
|
6 | "keywords": [
|
7 | "vue",
|
8 | "vue3",
|
9 | "ant",
|
10 | "design",
|
11 | "antd",
|
12 | "vueComponent",
|
13 | "component",
|
14 | "components",
|
15 | "ui",
|
16 | "framework",
|
17 | "frontend"
|
18 | ],
|
19 | "main": "lib/index.js",
|
20 | "module": "es/index.js",
|
21 | "unpkg": "dist/antd.min.js",
|
22 | "typings": "lib/index.d.ts",
|
23 | "files": [
|
24 | "dist",
|
25 | "lib",
|
26 | "es",
|
27 | "scripts"
|
28 | ],
|
29 | "scripts": {
|
30 | "dev": "webpack-dev-server",
|
31 | "start": "cross-env NODE_ENV=development webpack-dev-server --config webpack.config.js",
|
32 | "dev:demo": "node --max_old_space_size=4096 antdv-demo/build/dev.js",
|
33 | "dev:site": "cross-env PORT=3001 NODE_ENV=development --max_old_space_size=4096 webpack-dev-server --config antdv-demo/build/webpack.dev.conf.js",
|
34 | "test": "cross-env NODE_ENV=test WORKFLOW=true jest --config .jest.js",
|
35 | "test:dev": "cross-env NODE_ENV=test jest --config .jest.js",
|
36 | "compile": "node antd-tools/cli/run.js compile",
|
37 | "pub": "node antd-tools/cli/run.js pub",
|
38 | "pub-with-ci": "node antd-tools/cli/run.js pub-with-ci",
|
39 | "prepublish": "node antd-tools/cli/run.js guard",
|
40 | "pre-publish": "node ./scripts/prepub",
|
41 | "prettier": "prettier -c --write '**/*'",
|
42 | "pretty-quick": "pretty-quick",
|
43 | "dist": "node --max_old_space_size=6144 antd-tools/cli/run.js dist",
|
44 | "lint": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.ts,.tsx ./components",
|
45 | "lint:site": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./antdv-demo",
|
46 | "lint:docs": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.md ./antdv-demo/docs/**/demo/**",
|
47 | "lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",
|
48 | "codecov": "codecov",
|
49 | "postinstall": "node scripts/postinstall || echo \"ignore\""
|
50 | },
|
51 | "repository": {
|
52 | "type": "git",
|
53 | "url": "git+https://github.com/vueComponent/ant-design-vue.git"
|
54 | },
|
55 | "license": "MIT",
|
56 | "funding": {
|
57 | "type": "opencollective",
|
58 | "url": "https://opencollective.com/ant-design-vue"
|
59 | },
|
60 | "bugs": {
|
61 | "url": "https://github.com/vueComponent/ant-design-vue/issues"
|
62 | },
|
63 | "homepage": "https://www.antdv.com/",
|
64 | "peerDependencies": {
|
65 | "@vue/compiler-sfc": ">=3.0.4",
|
66 | "vue": ">=3.0.4"
|
67 | },
|
68 | "devDependencies": {
|
69 | "@babel/cli": "^7.8.4",
|
70 | "@babel/core": "^7.10.5",
|
71 | "@babel/plugin-proposal-class-properties": "^7.8.3",
|
72 | "@babel/plugin-proposal-export-default-from": "^7.8.3",
|
73 | "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
|
74 | "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
|
75 | "@babel/plugin-proposal-optional-chaining": "^7.10.1",
|
76 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
77 | "@babel/plugin-transform-member-expression-literals": "^7.8.3",
|
78 | "@babel/plugin-transform-object-assign": "^7.8.3",
|
79 | "@babel/plugin-transform-property-literals": "^7.8.3",
|
80 | "@babel/plugin-transform-runtime": "^7.10.5",
|
81 | "@babel/plugin-transform-template-literals": "^7.8.3",
|
82 | "@babel/plugin-transform-typescript": "^7.12.1",
|
83 | "@babel/polyfill": "^7.8.7",
|
84 | "@babel/preset-env": "^7.9.6",
|
85 | "@babel/preset-typescript": "^7.10.4",
|
86 | "@commitlint/cli": "^8.0.0",
|
87 | "@commitlint/config-conventional": "^8.0.0",
|
88 | "@octokit/rest": "^16.0.0",
|
89 | "@types/lodash-es": "^4.17.3",
|
90 | "@types/raf": "^3.4.0",
|
91 | "@typescript-eslint/eslint-plugin": "^4.1.0",
|
92 | "@typescript-eslint/parser": "^4.1.0",
|
93 | "@vue/babel-plugin-jsx": "^1.0.0",
|
94 | "@vue/cli-plugin-eslint": "^4.0.0",
|
95 | "@vue/compiler-sfc": "^3.0.4",
|
96 | "@vue/eslint-config-prettier": "^6.0.0",
|
97 | "@vue/eslint-config-typescript": "^7.0.0",
|
98 | "@vue/test-utils": "^2.0.0-beta.2",
|
99 | "acorn": "^7.0.0",
|
100 | "autoprefixer": "^9.6.0",
|
101 | "axios": "^0.21.0",
|
102 | "babel-core": "^7.0.0-bridge.0",
|
103 | "babel-eslint": "^10.0.1",
|
104 | "babel-jest": "^26.1.0",
|
105 | "babel-loader": "^8.0.0",
|
106 | "babel-plugin-import": "^1.1.1",
|
107 | "babel-plugin-inline-import-data-uri": "^1.0.1",
|
108 | "babel-plugin-istanbul": "^6.0.0",
|
109 | "case-sensitive-paths-webpack-plugin": "^2.1.2",
|
110 | "chalk": "^3.0.0",
|
111 | "cheerio": "^1.0.0-rc.2",
|
112 | "codecov": "^3.0.0",
|
113 | "colorful": "^2.1.0",
|
114 | "commander": "^4.0.0",
|
115 | "compare-versions": "^3.3.0",
|
116 | "cross-env": "^7.0.0",
|
117 | "css-loader": "^3.0.0",
|
118 | "deep-assign": "^2.0.0",
|
119 | "docsearch.js": "^2.6.3",
|
120 | "enquire-js": "^0.2.1",
|
121 | "eslint": "^6.8.0",
|
122 | "eslint-config-prettier": "^6.10.1",
|
123 | "eslint-plugin-html": "^6.0.0",
|
124 | "eslint-plugin-markdown": "^2.0.0-alpha.0",
|
125 | "eslint-plugin-prettier": "^3.1.4",
|
126 | "eslint-plugin-vue": "^7.1.0",
|
127 | "fetch-jsonp": "^1.1.3",
|
128 | "fs-extra": "^8.0.0",
|
129 | "glob": "^7.1.2",
|
130 | "gulp": "^4.0.1",
|
131 | "gulp-babel": "^8.0.0",
|
132 | "gulp-strip-code": "^0.1.4",
|
133 | "gulp-typescript": "^6.0.0-alpha.1",
|
134 | "html-webpack-plugin": "^3.2.0",
|
135 | "husky": "^4.0.0",
|
136 | "ignore-emit-webpack-plugin": "^2.0.6",
|
137 | "istanbul-instrumenter-loader": "^3.0.0",
|
138 | "jest": "^26.0.0",
|
139 | "jest-environment-jsdom-fifteen": "^1.0.2",
|
140 | "jest-serializer-vue": "^2.0.0",
|
141 | "jest-transform-stub": "^2.0.0",
|
142 | "js-base64": "^3.0.0",
|
143 | "json-templater": "^1.2.0",
|
144 | "jsonp": "^0.2.1",
|
145 | "less": "^4.0.0",
|
146 | "less-loader": "^7.0.0",
|
147 | "less-plugin-npm-import": "^2.1.0",
|
148 | "less-vars-to-js": "^1.3.0",
|
149 | "lint-staged": "^10.0.0",
|
150 | "markdown-it-anchor": "^5.3.0",
|
151 | "marked": "0.3.18",
|
152 | "merge2": "^1.2.1",
|
153 | "mini-css-extract-plugin": "^0.10.0",
|
154 | "minimist": "^1.2.0",
|
155 | "mkdirp": "^0.5.1",
|
156 | "mockdate": "^2.0.2",
|
157 | "nprogress": "^0.2.0",
|
158 | "optimize-css-assets-webpack-plugin": "^5.0.1",
|
159 | "postcss": "^7.0.6",
|
160 | "postcss-loader": "^3.0.0",
|
161 | "prettier": "^1.18.2",
|
162 | "pretty-quick": "^2.0.0",
|
163 | "prismjs": "^1.20.0",
|
164 | "querystring": "^0.2.0",
|
165 | "raw-loader": "^4.0.1",
|
166 | "reqwest": "^2.0.5",
|
167 | "rimraf": "^3.0.0",
|
168 | "rucksack-css": "^1.0.2",
|
169 | "selenium-server": "^3.0.1",
|
170 | "semver": "^7.0.0",
|
171 | "style-loader": "^1.0.0",
|
172 | "stylelint": "^13.0.0",
|
173 | "stylelint-config-prettier": "^8.0.0",
|
174 | "stylelint-config-rational-order": "^0.1.2",
|
175 | "stylelint-config-standard": "^20.0.0",
|
176 | "stylelint-declaration-block-no-ignored-properties": "^2.1.0",
|
177 | "stylelint-order": "^4.0.0",
|
178 | "terser-webpack-plugin": "^3.0.3",
|
179 | "through2": "^3.0.0",
|
180 | "ts-jest": "^26.4.1",
|
181 | "ts-loader": "^8.0.2",
|
182 | "typescript": "^4.0.2",
|
183 | "umi-mock-middleware": "^1.0.0",
|
184 | "umi-request": "^1.3.5",
|
185 | "url-loader": "^3.0.0",
|
186 | "vue": "^3.0.4",
|
187 | "vue-antd-md-loader": "^1.2.1-beta.1",
|
188 | "vue-clipboard2": "0.3.1",
|
189 | "vue-draggable-resizable": "^2.1.0",
|
190 | "vue-eslint-parser": "^7.0.0",
|
191 | "vue-i18n": "^9.0.0-alpha.11",
|
192 | "vue-infinite-scroll": "^2.0.2",
|
193 | "vue-jest": "^5.0.0-alpha.3",
|
194 | "vue-loader": "^16.1.1",
|
195 | "vue-router": "^4.0.0",
|
196 | "vue-server-renderer": "^2.6.11",
|
197 | "vue-style-loader": "^4.1.2",
|
198 | "vuex": "^4.0.0-beta.2",
|
199 | "webpack": "^4.28.4",
|
200 | "webpack-bundle-analyzer": "^3.8.0",
|
201 | "webpack-cli": "^3.2.1",
|
202 | "webpack-dev-server": "^3.1.14",
|
203 | "webpack-merge": "^4.1.1",
|
204 | "webpackbar": "^4.0.0",
|
205 | "xhr-mock": "^2.5.1"
|
206 | },
|
207 | "dependencies": {
|
208 | "@ant-design-vue/use": "^0.0.1-0",
|
209 | "@ant-design/icons-vue": "^6.0.0",
|
210 | "@babel/runtime": "^7.10.5",
|
211 | "@simonwep/pickr": "~1.8.0",
|
212 | "array-tree-filter": "^2.1.0",
|
213 | "async-validator": "^3.3.0",
|
214 | "dom-align": "^1.10.4",
|
215 | "dom-scroll-into-view": "^2.0.0",
|
216 | "is-mobile": "^2.2.1",
|
217 | "lodash-es": "^4.17.15",
|
218 | "moment": "^2.27.0",
|
219 | "omit.js": "^2.0.0",
|
220 | "resize-observer-polyfill": "^1.5.1",
|
221 | "scroll-into-view-if-needed": "^2.2.25",
|
222 | "shallow-equal": "^1.0.0",
|
223 | "vue-types": "^3.0.0",
|
224 | "warning": "^4.0.0"
|
225 | },
|
226 | "sideEffects": [
|
227 | "site/*",
|
228 | "components/style.ts",
|
229 | "components/**/style/*",
|
230 | "*.vue",
|
231 | "*.md",
|
232 | "dist/*",
|
233 | "es/**/style/*",
|
234 | "lib/**/style/*",
|
235 | "*.less"
|
236 | ]
|
237 | }
|