materialuiupgraded
Version:
Material-UI's workspace package
63 lines (62 loc) • 2.51 kB
JSON
{
"name": "@material-ui/icons",
"private": true,
"author": "Material-UI Team",
"version": "3.0.1",
"description": "Material Design Svg Icons converted to Material-UI React components.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"icons"
],
"repository": {
"type": "git",
"url": "https://github.com/mui-org/material-ui.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mui-org/material-ui/issues"
},
"homepage": "https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons",
"scripts": {
"test": "yarn test:unit",
"test:unit": "cd ../../ && cross-env NODE_ENV=test mocha packages/material-ui-icons/{,**/}*.test.js",
"test:watch": "yarn test:unit --watch",
"src:download": "cd ../../ && babel-node --config-file ../../babel.config.js packages/material-ui-icons/scripts/download.js",
"src:icons": "cd ../../ && UV_THREADPOOL_SIZE=64 babel-node --config-file ../../babel.config.js packages/material-ui-icons/builder.js --output-dir packages/material-ui-icons/src --svg-dir packages/material-ui-icons/material-io-tools-icons --renameFilter ./renameFilters/material-design-icons.js",
"prebuild": "rimraf material-design-icons && rimraf build",
"build:es2015": "cross-env NODE_ENV=production babel --config-file ../../babel.config.js ./src --out-dir ./build",
"build:es2015modules": "cross-env NODE_ENV=production BABEL_ENV=modules babel --config-file ../../babel.config.js ./src/index.js --out-file ./build/index.es.js",
"build:copy-files": "babel-node --config-file ../../babel.config.js ./scripts/copy-files.js",
"build:typings": "babel-node --config-file ../../babel.config.js ./scripts/create-typings.js",
"build": "yarn build:es2015 && yarn build:es2015modules && yarn build:typings && yarn build:copy-files",
"release": "yarn build && npm publish build"
},
"peerDependencies": {
"@material-ui/core": "^3.0.0",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"dependencies": {
"@babel/runtime": "7.1.2",
"recompose": "0.28.0 - 0.30.0"
},
"devDependencies": {
"fs-extra": "^7.0.0",
"mkdirp": "^0.5.0",
"mustache": "^3.0.0",
"svgo": "^1.0.5",
"temp": "^0.8.3",
"yargs": "^12.0.0"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=6.0.0"
}
}