UNPKG

2.43 kBJSONView Raw
1{
2 "name": "@ant-design/icons",
3 "version": "4.6.2",
4 "main": "./lib/index.js",
5 "module": "./es/index.js",
6 "unpkg": "./dist/index.umd.js",
7 "sideEffects": false,
8 "repository": "https://github.com/ant-design/ant-design-icons/tree/master/packages/icons-react",
9 "contributors": [
10 "HeskeyBaozi<hezhiyu233@foxmail.com>",
11 "vagusX<vagusxl@gmail.com>"
12 ],
13 "license": "MIT",
14 "engines": {
15 "node": ">=8"
16 },
17 "publishConfig": {
18 "access": "public",
19 "registry": "https://registry.npmjs.org"
20 },
21 "scripts": {
22 "clean": "./scripts/cleanup.sh",
23 "start": "cross-env NODE_ENV=development father doc dev --storybook",
24 "lint": "eslint src/ --ext .tsx,.ts",
25 "compile": "father build",
26 "test": "father test",
27 "ci": "NODE_ENV=ci npm run prepublishOnly",
28 "test:local": "npm run generate && npm run compile && npm run test",
29 "prepublishOnly": "npm run generate && npm run compile && npm run lint && npm run test",
30 "generate": "rimraf src/icons && TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=icon",
31 "postcompile": "npm run clean && TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=entry"
32 },
33 "peerDependencies": {
34 "react": ">=16.0.0"
35 },
36 "devDependencies": {
37 "@types/classnames": "^2.2.9",
38 "@types/enzyme": "^3.10.3",
39 "@types/jest": "^24.9.1",
40 "@types/lodash": "^4.14.136",
41 "@types/node": "^13.9.3",
42 "@types/react": "^16.9.23",
43 "@types/react-dom": "^16.9.5",
44 "@umijs/fabric": "^2.2.2",
45 "antd": "^4.8.2",
46 "cross-env": "^5.2.0",
47 "enzyme": "^3.10.0",
48 "enzyme-to-json": "^3.3.5",
49 "eslint": "^7.1.0",
50 "father": "^2.29.11",
51 "lodash": "^4.17.15",
52 "mobx": "^5.1.0",
53 "mobx-react": "^6.1.3",
54 "prettier": "^2.2.1",
55 "react": "^16.4.2",
56 "react-dom": "^16.4.2",
57 "rimraf": "^3.0.0",
58 "styled-components": "^3.3.3",
59 "ts-node": "^8.0.0",
60 "typescript": "^4.0.2"
61 },
62 "dependencies": {
63 "@ant-design/colors": "^6.0.0",
64 "@ant-design/icons-svg": "^4.0.0",
65 "@babel/runtime": "^7.11.2",
66 "classnames": "^2.2.6",
67 "rc-util": "^5.9.4"
68 },
69 "resolutions": {
70 "@types/react": "^16.9.23",
71 "@types/react-dom": "^16.9.5",
72 "@typescript-eslint/eslint-plugin": "^4.10.0",
73 "@typescript-eslint/parser": "^4.10.0"
74 },
75 "gitHead": "225d4d2189720ee3b7e4a4d7a6d80e076fa15cbc"
76}