UNPKG

@gold.au/headings

Version:
123 lines (122 loc) 3.14 kB
{ "name": "@gold.au/headings", "version": "3.0.0", "description": "Class styles for display headings.", "keywords": [ "auds", "pancake", "pancake-module", "sass", "scss", "css", "gold.au", "gov.au", "Commonwealth of Australia", "design guide", "design system", "heading", "headings", "display", "hierarchies" ], "scripts": { "postinstall": "pancake", "test:a11y": "node ../../scripts/a11y.js", "test:helper": "node ../../scripts/helper.js test", "test": "npm-run-all --parallel test:*", "prepublish": "npm run test:helper && npm run build:pre", "build:pre": "node ../../scripts/helper.js precompile publish", "build:js": "npm run build:pre && node ../../scripts/helper.js compile", "build:react": "cd tests/react/ && webpack", "build": "npm run build:js && npm run build:react", "serve": "browser-sync tests --files \"tests/**/*.html, tests/**/*.css, tests/**/*.js\"", "watch:js": "onchange \"src/js/*.js\" -- npm run build:js", "watch:jsx": "onchange \"src/js/react.js\" \"tests/react/index.js\" -- npm run build", "watch:sass": "onchange \"src/sass/*.scss\" \"tests/site/test.scss\" -- npm run build", "watch": "npm run build && npm-run-all --parallel serve watch:*" }, "pancake": { "pancake-module": { "version": "1.0.0", "plugins": [ "@gold.au/pancake-sass", "@gold.au/pancake-react", "@gold.au/pancake-json" ], "sass": { "path": "lib/sass/_module.scss", "sass-versioning": true }, "react": { "path": "lib/js/react.js" } } }, "main": "lib/js/react.es5.js", "dependencies": { "@gold.au/pancake": "~2.0.0", "@gold.au/pancake-json": "~2.0.0", "@gold.au/pancake-sass": "~3.0.0", "@gold.au/pancake-react": "~2.0.0", "@gold.au/core": "^5.0.0" }, "peerDependencies": { "@gold.au/core": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.3.4", "babel-loader": "^8.0.5", "@babel/preset-react": "^7.0.0", "@babel/preset-env": "^7.3.4", "browser-sync": "^2.26.7", "npm-run-all": "^4.1.5", "onchange": "^5.2.0", "react": "^16.8.4", "react-dom": "^16.8.4", "webpack": "^4.29.6", "webpack-cli": "^3.2.3" }, "files": [ "lib/*" ], "engines": { "node": ">=10.0.0", "npm": ">3.0.0" }, "repository": { "type": "git", "url": "https://github.com/designsystemau/gold-design-system.git" }, "homepage": "https://gold.designsystemau.org/components/headings", "bugs": { "url": "https://github.com/designsystemau/gold-design-system/issues" }, "author": { "name": "Design System AU", "email": "maintainers@designsystemau.org", "url": "https://designsystemau.org/" }, "contributors": [ { "name": "Dominik Wilkowski", "email": "hi@dominik-wilkowski.com", "url": "https://github.com/dominikwilkowski" }, { "name": "Simon Pascal Klein", "email": "klepas@klepas.org", "url": "https://github.com/klepas" }, { "name": "Trevor Brennan", "email": "t@trevorbrennan.com", "url": "https://github.com/TrebBrennan" }, { "name": "Alex Page", "email": "alex@alexpage.com.au", "url": "https://github.com/alex-page" } ], "license": "MIT" }