-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.01 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
{
"name": "ant-design-vue",
"version": "3.0.0-beta.8",
"title": "Ant Design Vue",
"description": "An enterprise-class UI design language and Vue-based implementation",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/antd.min.js",
"typings": "lib/index.d.ts",
"scripts": {
"dev": "vite serve play",
"build": "gulp --require sucrase/register/ts -f build/gulpfile.ts",
"clean": "rimraf dist",
"build:style": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vueComponent/ant-design-vue.git"
},
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/ant-design-vue"
},
"bugs": {
"url": "https://github.com/vueComponent/ant-design-vue/issues"
},
"homepage": "https://www.antdv.com/",
"peerDependencies": {
"@vue/compiler-sfc": ">=3.1.0",
"vue": ">=3.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@pnpm/types": "^7.10.0",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/gulp": "^4.0.9",
"@types/gulp-autoprefixer": "^0.0.33",
"@types/gulp-clean-css": "^4.3.0",
"@types/gulp-sass": "^5.0.0",
"@types/node": "^14.0.0",
"@types/rollup-plugin-css-only": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-vue": "^1.10.2",
"@vitejs/plugin-vue-jsx": "^1.3.7",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/compiler-sfc": "^3.1.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^9.0.0",
"chalk": "^4.1.2",
"cross-env": "^7.0.0",
"esbuild": "^0.14.23",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-no-explicit-type-exports": "^0.12.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^8.1.1",
"fast-glob": "^3.2.11",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^5.1.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"postcss": "^8",
"prettier": "^2.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.68.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-esbuild": "^4.8.2",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.49.7",
"sucrase": "^3.20.3",
"typescript": "~4.5.2",
"vite": "^2.8.3",
"vue": "^3.1.0",
"vue-types": "^4.1.1"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1"
},
"sideEffects": [
"play/*",
"components/style.ts",
"components/**/style/*",
"*.vue",
"*.md",
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"web-types": "vetur/web-types.json"
}