package.json
3.32 KB
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
107
108
{
"_from": "@ant-design/icons@^4.3.0",
"_id": "@ant-design/icons@4.3.0",
"_inBundle": false,
"_integrity": "sha512-UoIbw4oz/L/msbkgqs2nls2KP7XNKScOxVR54wRrWwnXOzJaGNwwSdYjHQz+5ETf8C53YPpzMOnRX99LFCdeIQ==",
"_location": "/@ant-design/icons",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@ant-design/icons@^4.3.0",
"name": "@ant-design/icons",
"escapedName": "@ant-design%2ficons",
"scope": "@ant-design",
"rawSpec": "^4.3.0",
"saveSpec": null,
"fetchSpec": "^4.3.0"
},
"_requiredBy": [
"/antd",
"/rc-image"
],
"_resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-4.3.0.tgz",
"_shasum": "420e0cd527486c0fe57f81310d681950fc4cfacf",
"_spec": "@ant-design/icons@^4.3.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
"bundleDependencies": false,
"contributors": [
{
"name": "HeskeyBaozi",
"email": "hezhiyu233@foxmail.com"
},
{
"name": "vagusX",
"email": "vagusxl@gmail.com"
}
],
"dependencies": {
"@ant-design/colors": "^5.0.0",
"@ant-design/icons-svg": "^4.0.0",
"@babel/runtime": "^7.11.2",
"classnames": "^2.2.6",
"insert-css": "^2.0.0",
"rc-util": "^5.0.1"
},
"deprecated": false,
"description": "<h1 align=\"center\"> Ant Design Icons for React </h1>",
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.3",
"@types/insert-css": "^2.0.0",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.136",
"@types/node": "^13.9.3",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@umijs/fabric": "^2.2.2",
"antd": "^4.8.2",
"cross-env": "^5.2.0",
"enzyme": "^3.10.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^7.1.0",
"father": "^2.29.11",
"lodash": "^4.17.15",
"mobx": "^5.1.0",
"mobx-react": "^6.1.3",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"rimraf": "^3.0.0",
"styled-components": "^3.3.3",
"ts-node": "^8.0.0",
"typescript": "^4.0.2"
},
"engines": {
"node": ">=8"
},
"gitHead": "225d4d2189720ee3b7e4a4d7a6d80e076fa15cbc",
"license": "MIT",
"main": "./lib/index.js",
"module": "./es/index.js",
"name": "@ant-design/icons",
"peerDependencies": {
"react": ">=16.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/ant-design/ant-design-icons/tree/master/packages/icons-react"
},
"scripts": {
"ci": "NODE_ENV=ci npm run prepublishOnly",
"clean": "./scripts/cleanup.sh",
"compile": "father build",
"generate": "rimraf src/icons && TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=icon",
"lint": "eslint src/ --ext .tsx,.ts",
"postcompile": "npm run clean && TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=entry",
"prepublishOnly": "npm run generate && npm run compile && npm run lint && npm run test",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test",
"test:local": "npm run generate && npm run compile && npm run test"
},
"sideEffects": false,
"unpkg": "./dist/index.umd.js",
"version": "4.3.0"
}