This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.56 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
{
"name": "@rollup-build-components/icon-select-vue3.x",
"description": "基于 Vue3.x Ant Design Vue 图标选择器",
"homepage": "https://github.com/rollup-build-components/icon-select-vue3.x",
"author": "lin pengteng <china.linpengteng@gmail.com>",
"version": "1.1.1",
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.vue.d.ts",
"files": [
"dist"
],
"keywords": [
"vue3",
"rollup",
"component",
"rollup-vue",
"ant-design-vue",
"@ant-design/icons-vue"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "shx rm -rf dist && rollup --config rollup.config.ts --configPlugin typescript"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rollup-build-components/icon-select-vue3.x.git"
},
"bugs": {
"url": "https://github.com/rollup-build-components/icon-select-vue3.x/issues"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^4.0.0",
"less": "^4.2.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "15.2.2",
"@rollup/plugin-replace": "^5.0.3",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/pluginutils": "^5.0.5",
"@types/eslint": "^8.44.3",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/typescript-estree": "^6.7.4",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/compiler-sfc": "^3.3.4",
"cz-message-helper": "^1.3.0",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"rollup": "^4.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-vue": "^6.0.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"volar-service-prettyhtml": "^0.0.13",
"vue-template-compiler": "^2.7.14",
"vue-tsc": "^1.8.15"
},
"config": {
"commitizen": {
"path": "node_modules/cz-message-helper"
}
},
"engines": {
"node": ">=16.0.0"
}
}