@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
55 lines (54 loc) • 1.48 kB
JSON
{
"name": "@cleartrip/bento-icons",
"version": "0.2.2",
"description": "Icon Library for Bento Component Library",
"main": "index.js",
"module": "index.js",
"jsnext:main": "index.js",
"sideEffects": false,
"scripts": {
"build.generate": "node scripts/generateIconComponents.js",
"build.preBuild": "node scripts/preBuild.js",
"build.babel": "babel ./src/components/Icons ./src/components/Logos ./src/components/index.js --ignore '__tests__' --out-dir ./build --copy-files",
"build": "yarn build.preBuild && yarn build.generate && yarn build.babel"
},
"keywords": [
"bento",
"bento-icons"
],
"authors": [
"Nabeel Thurakkal"
],
"license": "Apache-2.0",
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-react": "7.0.0",
"@svgr/core": "4.3.2",
"@svgr/plugin-jsx": "4.3.2",
"@svgr/plugin-prettier": "4.3.2",
"@svgr/plugin-svgo": "4.3.1",
"cli-msg": "^1.0.0",
"cz-conventional-changelog": "3.0.2",
"pascalcase": "1.0.0",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"rimraf": "2.6.3"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"concat-files": "^0.1.1",
"cross-env": "5.0.5"
}
}