UNPKG

@aherrahul/rds-icons

Version:

A rds icons built by rahul aher, using for RDS dessign system and Vue components used in project

55 lines (54 loc) 1.51 kB
{ "name": "@aherrahul/rds-icons", "version": "0.0.4", "description": "A rds icons built by rahul aher, using for RDS dessign system and Vue components used in project", "main": "index.js", "files": [ "dist/*" ], "sideEffects": false, "scripts": { "build": "npm run transform-icons && npm run copy-library-assets", "build:showcase": "npm run build && npm run bundle-showcase && npm run copy-showcase-files", "bundle-showcase": "webpack --config ./showcase/webpack.config.js", "commit": "git-cz", "copy-showcase-files": "cpx showcase/index.html dist/showcase && cpx showcase/styles.css dist/showcase", "copy-library-assets": "cpx package.json dist && cpx README.md dist", "transform-icons": "svg-to-ts", "serve": "npm run build:showcase && http-server ./dist/showcase -o" }, "repository": { "type": "git", "url": "git+https://github.com/AherRahul/rds-icon.git" }, "bugs": { "url": "https://github.com/AherRahul/rds-icon/issues" }, "homepage": "https://github.com/AherRahul/rds-icon#readme", "devDependencies": { "cpx": "^1.5.0", "git-cz": "^4.7.1", "npm-run-all": "^4.1.5", "svg-to-ts": "^6.0.0", "typescript": "^4.0.3", "webpack": "^3.12.0" }, "publishConfig": { "access": "public" }, "keywords": [ "vueJS", "vue3", "vue2", "design", "design-system", "library", "icon", "icons", "icons component", "icons-component-library", "icons-library", "UI-components-icons", "vite" ] }