UNPKG

terra-consumer-icon

Version:
66 lines (65 loc) 2.57 kB
{ "name": "terra-consumer-icon", "main": "lib/icon.js", "version": "2.0.0", "description": "terra-consumer-icon", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-consumer.git" }, "keywords": [ "Cerner", "Terra", "Consumer", "HealtheLife", "terra-consumer-icon", "Icon", "UI" ], "author": "Cerner Corporation", "license": "Apache-2.0", "bugs": { "url": "https://github.com/cerner/terra-consumer/issues" }, "homepage": "https://github.com/cerner/terra-consumer#readme", "devDependencies": { "csvtojson": "^1.1.9", "jsdom": "^11.6.2", "one-cerner-style-icons": "https://github.com/cerner/one-cerner-style-icons/archive/v1.0.0.tar.gz", "svgo": "^1.0.4", "terra-props-table": "^2.0.0", "terra-toolkit": "^2.8.0" }, "peerDependencies": { "react": "^16.2.0", "react-dom": "^16.2.0", "terra-base": "^3.0.0" }, "dependencies": { "classnames": "^2.2.5", "prop-types": "^15.6.0", "terra-base": "^3.0.0", "terra-icon": "^2.0.0" }, "scripts": { "compilescripts": "npm run compilescripts:clean && npm run compilescripts:build", "compilescripts:clean": "$(cd ..; npm bin)/rimraf scripts/lib", "compilescripts:build": "$(cd ..; npm bin)/babel scripts/src --out-dir scripts/lib --copy-files", "migrate-csv": "node scripts/lib/migrate-csv/index.js", "migrate-svg": "node scripts/lib/migrate-svg/index.js", "generate-icon": "node scripts/lib/generate-icon/index.js", "generate-example": "node scripts/lib/generate-example/index.js", "migrate-terra-consumer-icons": "npm run compilescripts && npm run migrate-csv && npm run migrate-svg && npm run generate-icon && npm run generate-example", "compile": "npm run compile:clean && npm run compile:build", "compile:clean": "$(cd ..; npm bin)/rimraf lib", "compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files", "lint": "npm run lint:js && npm run lint:scss", "lint:js": "$(cd ..; npm bin)/eslint --ext .js,.jsx . --ignore-path ../../.eslintignore", "lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss", "props-table": "echo \"Info: no pops table\" && exit 0", "test": "npm run test:spec && npm run test:nightwatch-default", "test:spec": "$(cd ..; npm bin)/jest --config ../../jestconfig.json", "test:all": "npm run test:nightwatch-default && npm run test:nightwatch-chrome && npm run test:nightwatch-firefox && npm run test:nightwatch-safari", "test:nightwatch": "nightwatch" } }