{ "name": "@primer/css", "version": "12.6.0", "description": "Primer is the CSS framework that powers GitHub's front-end design. primer includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.", "homepage": "https://primer.style/css", "author": "GitHub, Inc.", "license": "MIT", "style": "dist/primer.css", "sass": "index.scss", "main": "dist/primer.js", "repository": "https://github.com/primer/css", "bugs": { "url": "https://github.com/primer/css/issues" }, "keywords": [ "primer", "css", "github", "design-system" ], "bin": { "primer-migrate": "bin/primer-migrate" }, "scripts": { "fresh": "rm -rf node_modules; npm install", "dist": "script/dist", "check-links": "script/check-links http://localhost:3000/css -v", "lint": "npm-run-all -s lint-css lint-js", "lint-css": "stylelint --quiet --syntax scss src/**/*.scss", "lint-js": "eslint lib docs .storybook", "now-build": "npm run dist && next build", "now-start": "next start", "now-test": "npm-run-all -s now-build now-start", "postpublish": "script/postpublish", "prepublishOnly": "script/prepublish", "publish-storybook": "script/publish-storybook", "start": "npm run dev", "dev": "cd docs && npm install && npm run develop", "start-storybook": "start-storybook -p 8001", "build-storybook": "build-storybook -o .storybuild", "test": "npm-run-all -s test-urls test-migrate", "test-urls": "node docs-test/urls.js", "test-migrate": "script/test-migrate" }, "dependencies": { "@primer/octicons": "^9.1.1" }, "devDependencies": { "@storybook/addon-viewport": "5.0.11", "@storybook/react": "5.0.11", "action-status": "0.1.1", "autoprefixer": "9.4.7", "code-blocks": "^1.1.0", "colorette": "^1.0.7", "css-loader": "1.0.0", "cssstats": "3.3.0", "details-dialog-element": "^1.4.0", "eslint": "4.19.1", "eslint-plugin-github": "1.0.0", "execa": "^0.10.0", "filesize": "4.1.2", "fs-extra": "^4.0.2", "fx": "11.0.1", "gh-pages": "^1.0.0", "globby": "^6.1.0", "hast-util-to-html": "^5.0.0", "hast-util-to-string": "^1.0.1", "klaw": "3.0.0", "loader-utils": "^1.1.0", "minimist": "1.2.0", "node-fetch": "2.4.0", "now": "^12.1.8", "npm-run-all": "4.1.5", "postcss": "7.0.14", "postcss-load-config": "2.0.0", "postcss-loader": "^2.0.6", "postcss-node-sass": "2.1.8", "postcss-scss": "2.0.0", "prop-types": "^15.6.2", "raw-loader": "0.5.1", "refractor": "^2.6.2", "semver": "^5.3.0", "style-loader": "^0.18.2", "styled-components": "4.1.2", "stylelint": "9.10.1", "stylelint-config-primer": "7.0.1", "table": "5.2.3", "tar": "4.4.8", "tree-model": "^1.0.7", "typographic-base": "^1.0.4", "unified": "^7.1.0", "unist-util-select": "^2.0.0", "unist-util-stringify-position": "^2.0.0", "unist-util-visit": "^1.4.0", "webpack": "4.20.2" }, "dependencies": { "@primer/octicons": "9.1.1" } }