@dasa-health/alma-icons
Version:
Alma DS Icons - SVG & React
54 lines (53 loc) • 1.68 kB
JSON
{
"name": "@dasa-health/alma-icons",
"version": "0.6.2",
"description": "Alma DS Icons - SVG & React",
"files": [
"build",
"assets/**/*"
],
"keywords": [
"alma",
"design",
"system",
"icons"
],
"homepage": "https://bitbucket.org/dasa_desenv/alma-design-system/packages/icons#readme",
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/dasa_desenv/alma-design-system.git"
},
"license": "ISC",
"author": "Dasa",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index.esm.js",
"browser": "build/index.umd.js",
"scripts": {
"prebuild": "yarn generate:svg && node ./scripts/createAssetsIndex.js",
"build": "rm -rf build && rollup -c",
"generate:svg": "rm -rf src && svgr --icon --replace-attr-values \"#161616=currentcolor\" -d src/Icons assets"
},
"devDependencies": {
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@svgr/cli": "^5.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.35.1",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-visualizer": "^5.5.0"
},
"peerDependencies": {
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d797c20d887622c0a0d3ef4e9adca92db220547a"
}