UNPKG

3 kBJSONView Raw
1{
2 "name": "@ant-design/icons-vue",
3 "version": "7.0.1",
4 "main": "./lib/index.js",
5 "module": "./es/index.js",
6 "sideEffects": false,
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/ant-design/ant-design-icons/tree/master/packages/icons-vue"
10 },
11 "contributors": [
12 "tangjinzhou <415800467@qq.com>"
13 ],
14 "license": "MIT",
15 "scripts": {
16 "clean": "./scripts/cleanup.sh",
17 "start": "vc-tools run server",
18 "lint": "eslint src/ --ext .tsx,.ts",
19 "compile": "vc-tools run compile",
20 "test": "cross-env NODE_ENV=test jest --config .jest.js",
21 "prepublishOnly": "npm run lint && npm run generate && npm run compile && npm run test",
22 "generate": "rimraf src/icons && TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=icon",
23 "postcompile": "npm run clean && TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=entry",
24 "ci": "npm run lint && npm run compile && npm run test"
25 },
26 "peerDependencies": {
27 "vue": ">=3.0.3"
28 },
29 "devDependencies": {
30 "@ant-design-vue/tools": "^3.1.2",
31 "@babel/plugin-proposal-class-properties": "^7.14.5",
32 "@babel/plugin-proposal-export-default-from": "^7.14.5",
33 "@babel/plugin-proposal-export-namespace-from": "^7.14.5",
34 "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
35 "@babel/plugin-transform-member-expression-literals": "^7.14.5",
36 "@babel/plugin-transform-object-assign": "^7.14.5",
37 "@babel/plugin-transform-property-literals": "^7.14.5",
38 "@babel/plugin-transform-spread": "^7.14.6",
39 "@babel/plugin-transform-template-literals": "^7.14.5",
40 "@babel/runtime": "^7.11.2",
41 "@types/jest": "^24.9.1",
42 "@types/lodash": "^4.14.165",
43 "@types/node": "^13.13.15",
44 "@typescript-eslint/eslint-plugin": "^4.14.0",
45 "@typescript-eslint/parser": "^4.14.0",
46 "@vue/babel-plugin-jsx": "^1.0.6",
47 "@vue/cli-plugin-babel": "^5.0.0-0",
48 "@vue/cli-plugin-eslint": "^5.0.0-0",
49 "@vue/cli-plugin-typescript": "^5.0.0-0",
50 "@vue/cli-service": "~4.5.0",
51 "@vue/compiler-sfc": "^3.0.3",
52 "@vue/eslint-config-prettier": "^6.0.0",
53 "@vue/eslint-config-typescript": "^7.0.0",
54 "@vue/test-utils": "^2.0.0-beta.2",
55 "core-js": "^3.32.2",
56 "cross-env": "^7.0.3",
57 "eslint": "^7.16.0",
58 "eslint-config-prettier": "^8.3.0",
59 "eslint-plugin-jest": "^24.4.0",
60 "eslint-plugin-prettier": "^3.1.3",
61 "eslint-plugin-vue": "^7.0.0",
62 "gulp-less": "^5.0.0",
63 "jest": "^26.0.0",
64 "jest-serializer-vue": "^2.0.2",
65 "lodash": "^4.17.15",
66 "prettier": "^1.19.1",
67 "ts-node": "^10.1.0",
68 "typescript": "^4.2.0",
69 "vue": "^3.0.3",
70 "vue-jest": "^5.0.0-alpha.10"
71 },
72 "dependencies": {
73 "@ant-design/colors": "^6.0.0",
74 "@ant-design/icons-svg": "^4.2.1"
75 },
76 "config": {
77 "port": 9528,
78 "entry": {
79 "index": [
80 "./src/index.ts"
81 ]
82 }
83 },
84 "description": "Ant Design Icons for Vue"
85}