hand-drawn-icons
Version:
A set of hand drawn icons to import into your own projects via a react component
49 lines (48 loc) • 1.33 kB
JSON
{
"name": "hand-drawn-icons",
"version": "1.1.3",
"description": "A set of hand drawn icons to import into your own projects via a react component",
"main": "dist/index.js",
"module": "dist.index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-lib": "rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/nikhilol/hand-drawn-icons.git"
},
"keywords": [
"icons",
"hand",
"drawn",
"icon",
"pack"
],
"author": "Nikhil Patel",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@material-ui/core": "^4.12.3",
"@rollup/plugin-node-resolve": "^13.0.4",
"@storybook/addon-actions": "^6.3.6",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.3.6",
"@storybook/react": "^6.3.6",
"babel-loader": "^8.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.56.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}