@ant-design/icons-react
Version:
<h1 align="center"> Ant Design Icons for React </h1>
79 lines (78 loc) • 1.96 kB
JSON
{
"name": "@ant-design/icons-react",
"version": "2.0.1",
"main": "./lib/index.js",
"module": "./es/index.js",
"sideEffects": false,
"repository": "https://github.com/ant-design/ant-design-icons/tree/master/packages/icons-react",
"contributors": [
"HeskeyBaozi<hezhiyu233@foxmail.com>"
],
"license": "MIT",
"scripts": {
"start": "rc-tools run server",
"lint": "rc-tools run lint",
"compile": "rc-tools run compile --babel-runtime",
"build": "rc-tools run build",
"dist": "rc-tools run dist",
"test": "jest",
"prepublish": "npm run lint && npm run test && npm run compile"
},
"files": [
"es",
"lib"
],
"peerDependencies": {
"@ant-design/icons": "^2.0.0",
"react": "16.x"
},
"devDependencies": {
"@ant-design/icons": "^2.0.0",
"@types/jest": "^23.3.1",
"@types/node": "^10.5.5",
"@types/react": "^16.4.12",
"@types/react-dom": "^16.0.6",
"@types/react-test-renderer": "^16.0.1",
"babel-core": "^6.26.3",
"cross-env": "^5.2.0",
"jest": "^23.4.2",
"mobx": "^5.1.0",
"mobx-react": "^5.2.5",
"rc-tools": "~8.1.6",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-test-renderer": "^16.4.2",
"styled-components": "^3.3.3",
"tslint": "^5.11.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.3"
},
"dependencies": {
"@ant-design/colors": "^3.1.0",
"babel-runtime": "^6.26.0"
},
"config": {
"port": 9527,
"entry": {
"@ant-design/icons-react": [
"./src/index.ts"
]
}
},
"jest": {
"testURL": "http://localhost",
"transform": {
"\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"gitHead": "225d4d2189720ee3b7e4a4d7a6d80e076fa15cbc"
}