UNPKG

10 kBJSONView Raw
1{
2 "name": "ant-design-vue",
3 "version": "3.1.0-rc.4",
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 "vetur",
29 "typings/global.d.ts"
30 ],
31 "scripts": {
32 "predev": "npm run version && node node_modules/esbuild/install.js",
33 "precompile": "npm run version",
34 "pretest": "npm run version",
35 "predist": "npm run version",
36 "presite": "npm run version",
37 "dev": "npm run predev && npm run routes && vite serve site",
38 "test": "cross-env NODE_ENV=test jest --config .jest.js",
39 "compile": "node antd-tools/cli/run.js compile",
40 "generator-webtypes": "tsc -p antd-tools/generator-types/tsconfig.json && node antd-tools/generator-types/index.js",
41 "pub": "npm run version && node --max_old_space_size=8192 antd-tools/cli/run.js pub",
42 "pub-with-ci": "npm run version && node antd-tools/cli/run.js pub-with-ci",
43 "prepublishOnly": "node antd-tools/cli/run.js guard",
44 "pre-publish": "npm run generator-webtypes",
45 "prettier": "prettier -c --write **/*",
46 "pretty-quick": "pretty-quick",
47 "dist": "node --max_old_space_size=8192 antd-tools/cli/run.js dist",
48 "lint": "npm run tsc && npm run lint:demo && npm run lint:md && npm run lint:script && npm run lint:site",
49 "lint:components": "eslint --fix --ext .jsx,.js,.ts,.tsx ./components",
50 "lint:demo": "eslint --fix components/*/demo/*.vue",
51 "lint:md": "eslint --fix *.md",
52 "lint:script": "eslint . --ext '.js,.jsx,.ts,.tsx'",
53 "lint:site": "eslint -c ./.eslintrc.js --fix --ext .jsx,.js,.ts,.tsx,vue ./site",
54 "lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",
55 "codecov": "codecov",
56 "routes": "node site/scripts/genrateRoutes.js",
57 "tsc": "tsc --noEmit",
58 "vue-tsc": "vue-tsc --noEmit",
59 "site": "npm run routes && ./node_modules/vite/bin/vite.js build site --base=https://next.antdv.com/",
60 "pub:site": "npm run site && node site/scripts/pushToOSS.js",
61 "prepare": "husky install",
62 "version": "node ./scripts/generate-version",
63 "sort-api": "node antd-tools/cli/run.js sort-api-table"
64 },
65 "browserslist": [
66 "> 0.5%",
67 "last 2 versions",
68 "Firefox ESR",
69 "not dead",
70 "not IE 11"
71 ],
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/vueComponent/ant-design-vue.git"
75 },
76 "license": "MIT",
77 "funding": {
78 "type": "opencollective",
79 "url": "https://opencollective.com/ant-design-vue"
80 },
81 "bugs": {
82 "url": "https://github.com/vueComponent/ant-design-vue/issues"
83 },
84 "homepage": "https://www.antdv.com/",
85 "peerDependencies": {
86 "vue": ">=3.2.0"
87 },
88 "devDependencies": {
89 "@babel/cli": "^7.8.4",
90 "@babel/core": "^7.10.5",
91 "@babel/plugin-proposal-class-properties": "^7.8.3",
92 "@babel/plugin-proposal-export-default-from": "^7.8.3",
93 "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
94 "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
95 "@babel/plugin-proposal-optional-chaining": "^7.10.1",
96 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
97 "@babel/plugin-transform-member-expression-literals": "^7.8.3",
98 "@babel/plugin-transform-object-assign": "^7.8.3",
99 "@babel/plugin-transform-property-literals": "^7.8.3",
100 "@babel/plugin-transform-runtime": "^7.10.5",
101 "@babel/plugin-transform-template-literals": "^7.8.3",
102 "@babel/plugin-transform-typescript": "^7.12.1",
103 "@babel/polyfill": "^7.8.7",
104 "@babel/preset-env": "^7.9.6",
105 "@babel/preset-typescript": "^7.10.4",
106 "@commitlint/cli": "^12.0.0",
107 "@commitlint/config-conventional": "^12.0.0",
108 "@octokit/rest": "^18.0.0",
109 "@rollup/plugin-babel": "^5.3.0",
110 "@types/compression": "^1.7.0",
111 "@types/fs-extra": "^9.0.8",
112 "@types/jest": "^26.0.15",
113 "@types/koa": "^2.11.6",
114 "@types/lodash-es": "^4.17.3",
115 "@types/lru-cache": "^5.1.0",
116 "@types/markdown-it": "^10.0.2",
117 "@types/node": "^14.0.0",
118 "@types/postcss-load-config": "^2.0.1",
119 "@typescript-eslint/eslint-plugin": "^5.4.0",
120 "@typescript-eslint/parser": "^5.4.0",
121 "@vitejs/plugin-vue": "^1.2.4",
122 "@vitejs/plugin-vue-jsx": "^1.1.6",
123 "@vue/babel-plugin-jsx": "^1.0.0",
124 "@vue/cli-plugin-eslint": "^5.0.0-0",
125 "@vue/compiler-sfc": "^3.2.0",
126 "@vue/eslint-config-prettier": "^6.0.0",
127 "@vue/eslint-config-typescript": "^9.0.0",
128 "@vue/test-utils": "^2.0.0-0",
129 "@webpack-cli/serve": "^1.3.1",
130 "acorn": "^8.0.0",
131 "ali-oss": "^6.16.0",
132 "autoprefixer": "^10.2.0",
133 "axios": "^0.22.0",
134 "babel-eslint": "^10.0.1",
135 "babel-jest": "^26.1.0",
136 "babel-loader": "^8.0.0",
137 "babel-plugin-import": "^1.1.1",
138 "babel-plugin-inline-import-data-uri": "^1.0.1",
139 "babel-plugin-istanbul": "^6.0.0",
140 "case-sensitive-paths-webpack-plugin": "^2.1.2",
141 "chalk": "^4.1.1",
142 "cheerio": "^1.0.0-rc.2",
143 "codecov": "^3.0.0",
144 "codesandbox": "^2.2.3",
145 "colorful": "^2.1.0",
146 "commander": "^6.1.0",
147 "compare-versions": "^3.3.0",
148 "cross-env": "^7.0.0",
149 "css-loader": "^5.0.0",
150 "css-minimizer-webpack-plugin": "^3.0.0",
151 "date-fns": "^2.24.0",
152 "diacritics": "^1.3.0",
153 "docsearch.js": "^2.6.3",
154 "duplicate-package-checker-webpack-plugin": "^3.0.0",
155 "enquire-js": "^0.2.1",
156 "esbuild": "~0.12.29",
157 "esbuild-loader": "^2.18.0",
158 "escape-html": "^1.0.3",
159 "eslint": "^8.3.0",
160 "eslint-config-prettier": "^8.0.0",
161 "eslint-plugin-html": "^6.0.0",
162 "eslint-plugin-import": "^2.24.2",
163 "eslint-plugin-jest": "^26.0.0",
164 "eslint-plugin-markdown": "^2.0.0",
165 "eslint-plugin-no-explicit-type-exports": "^0.12.0",
166 "eslint-plugin-prettier": "^3.1.0",
167 "eslint-plugin-vue": "^8.1.1",
168 "fast-glob": "^3.2.7",
169 "fetch-jsonp": "^1.1.3",
170 "fs-extra": "^10.0.0",
171 "glob": "^7.1.2",
172 "globby": "^11.1.0",
173 "gray-matter": "^4.0.3",
174 "gulp": "^4.0.1",
175 "gulp-babel": "^8.0.0",
176 "gulp-strip-code": "^0.1.4",
177 "gulp-typescript": "^6.0.0-alpha.1",
178 "html-webpack-plugin": "^5.3.1",
179 "husky": "^6.0.0",
180 "ignore-emit-webpack-plugin": "^2.0.6",
181 "is-windows": "^1.0.2",
182 "jest": "^26.0.0",
183 "jest-environment-jsdom-fifteen": "^1.0.2",
184 "jest-serializer-vue": "^2.0.0",
185 "jest-transform-stub": "^2.0.0",
186 "js-base64": "^3.0.0",
187 "json-templater": "^1.2.0",
188 "jsonp": "^0.2.1",
189 "less": "^4.0.0",
190 "less-loader": "^10.0.0",
191 "less-plugin-npm-import": "^2.1.0",
192 "less-vars-to-js": "^1.3.0",
193 "lint-staged": "^11.0.0",
194 "majo": "^0.10.1",
195 "markdown-it": "^8.4.2",
196 "markdown-it-anchor": "^8.0.4",
197 "markdown-it-container": "^3.0.0",
198 "markdown-it-emoji": "^2.0.0",
199 "markdown-it-table-of-contents": "^0.5.2",
200 "marked": "0.3.18",
201 "merge2": "^1.2.1",
202 "mini-css-extract-plugin": "^2.4.5",
203 "minimist": "^1.2.0",
204 "mkdirp": "^0.5.1",
205 "mockdate": "^2.0.2",
206 "moment": "^2.29.1",
207 "nprogress": "^0.2.0",
208 "object-assign": "^4.1.1",
209 "postcss": "^8.2.12",
210 "postcss-loader": "^6.0.0",
211 "prettier": "^2.2.0",
212 "pretty-quick": "^3.0.0",
213 "prismjs": "^1.23.0",
214 "qs": "^6.10.3",
215 "raw-loader": "^4.0.2",
216 "remark-frontmatter": "^2.0.0",
217 "remark-parse": "^8.0.0",
218 "remark-stringify": "^8.0.0",
219 "remark-yaml-config": "^4.1.0",
220 "remove-files-webpack-plugin": "^1.5.0",
221 "reqwest": "^2.0.5",
222 "rimraf": "^3.0.0",
223 "rucksack-css": "^1.0.2",
224 "selenium-server": "^3.0.1",
225 "semver": "^7.0.0",
226 "slash": "^3.0.0",
227 "string-replace-loader": "^3.1.0",
228 "style-loader": "^3.0.0",
229 "stylelint": "^14.0.0",
230 "stylelint-config-prettier": "^9.0.0",
231 "stylelint-config-rational-order": "^0.1.2",
232 "stylelint-config-standard": "^25.0.0",
233 "stylelint-declaration-block-no-ignored-properties": "^2.1.0",
234 "stylelint-order": "^5.0.0",
235 "terser-webpack-plugin": "^5.1.1",
236 "through2": "^3.0.0",
237 "ts-jest": "^26.4.1",
238 "ts-loader": "^9.1.0",
239 "typescript": "~4.5.2",
240 "umi-request": "^1.3.5",
241 "url-loader": "^3.0.0",
242 "vite": "^2.3.8",
243 "vue": "^3.2.0",
244 "vue-antd-md-loader": "^1.2.1-beta.1",
245 "vue-clipboard2": "0.3.3",
246 "vue-drag-resize": "^2.0.3",
247 "vue-eslint-parser": "^8.0.0",
248 "vue-i18n": "^9.1.7",
249 "vue-infinite-scroll": "^2.0.2",
250 "vue-jest": "^5.0.0-alpha.3",
251 "vue-loader": "^16.1.1",
252 "vue-request": "^1.0.2",
253 "vue-router": "^4.0.0",
254 "vue-server-renderer": "^2.6.11",
255 "vue-style-loader": "^4.1.2",
256 "vue-tsc": "^0.30.2",
257 "vuex": "^4.0.0-beta.2",
258 "webpack": "^5.0.0",
259 "webpack-bundle-analyzer": "^4.4.2",
260 "webpack-cli": "^4.6.0",
261 "webpack-dev-server": "^4.0.0",
262 "webpack-merge": "^5.0.0",
263 "webpackbar": "^5.0.2",
264 "xhr-mock": "^2.5.1"
265 },
266 "dependencies": {
267 "@ant-design/colors": "^6.0.0",
268 "@ant-design/icons-vue": "^6.1.0",
269 "@babel/runtime": "^7.10.5",
270 "@ctrl/tinycolor": "^3.4.0",
271 "@simonwep/pickr": "~1.8.0",
272 "array-tree-filter": "^2.1.0",
273 "async-validator": "^4.0.0",
274 "dayjs": "^1.10.5",
275 "dom-align": "^1.12.1",
276 "dom-scroll-into-view": "^2.0.0",
277 "lodash": "^4.17.21",
278 "lodash-es": "^4.17.15",
279 "resize-observer-polyfill": "^1.5.1",
280 "scroll-into-view-if-needed": "^2.2.25",
281 "shallow-equal": "^1.0.0",
282 "vue-types": "^3.0.0",
283 "warning": "^4.0.0"
284 },
285 "sideEffects": [
286 "site/*",
287 "components/style.ts",
288 "components/**/style/*",
289 "*.vue",
290 "*.md",
291 "dist/*",
292 "es/**/style/*",
293 "lib/**/style/*",
294 "*.less"
295 ],
296 "vetur": {
297 "tags": "vetur/tags.json",
298 "attributes": "vetur/attributes.json"
299 },
300 "web-types": "vetur/web-types.json"
301}