{ "name": "@primer/css", "version": "16.3.0", "description": "The CSS implementation of GitHub's Primer Design System", "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" ], "scripts": { "dist": "script/dist.js", "stylelint": "stylelint --quiet src", "eslint": "eslint deprecations.js __tests__ script", "prepublishOnly": "script/prepublish", "start": "yarn dev", "dev": "cd docs && yarn && yarn develop", "pretest": "yarn dist && script/pretest", "test": "jest", "release": "changeset publish" }, "dependencies": { "@primer/octicons": "13.0.0", "@primer/primitives": "4.2.2" }, "devDependencies": { "@changesets/changelog-github": "0.4.0", "@changesets/cli": "2.16.0", "@github/prettier-config": "0.0.4", "autoprefixer": "10.2.5", "cssstats": "4.0.2", "eslint": "7.24.0", "eslint-plugin-github": "4.1.3", "eslint-plugin-jest": "24.3.5", "eslint-plugin-prettier": "3.4.0", "filesize": "6.2.5", "front-matter": "4.0.2", "fs-extra": "9.1.0", "globby": "11.0.3", "jest": "26.6.3", "js-yaml": "4.1.0", "postcss": "8.2.10", "postcss-import": "14.0.1", "postcss-load-config": "3.0.1", "postcss-node-sass": "3.1.0", "postcss-scss": "3.0.5", "postcss-simple-vars": "6.0.3", "prettier": "2.2.1", "semver": "7.3.5", "stylelint": "13.12.0", "stylelint-config-primer": "11.0.1", "stylelint-scss": "3.19.0", "table": "6.3.0" }, "jest": { "testEnvironment": "node", "testPathIgnorePatterns": [ "/node_modules/", "/__tests__/utils/" ] }, "browserslist": [ "> 5%", "last 2 firefox versions", "last 2 chrome versions", "last 2 safari versions", "last 2 edge versions", "ie 11" ], "eslintConfig": { "extends": [ "plugin:github/internal", "plugin:github/recommended" ], "env": { "es6": true, "node": true }, "parserOptions": { "ecmaVersion": 2017, "requireConfigFile": false } } }