2015-03-21 02:30:22 +03:00
{
2019-02-05 00:01:34 +03:00
"name" : "@primer/css" ,
2019-10-22 21:50:03 +03:00
"version" : "13.2.0" ,
2019-02-05 00:01:34 +03:00
"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." ,
2019-03-06 08:40:34 +03:00
"homepage" : "https://primer.style/css" ,
2019-02-05 00:01:34 +03:00
"author" : "GitHub, Inc." ,
"license" : "MIT" ,
2019-02-05 02:57:37 +03:00
"style" : "dist/primer.css" ,
2019-02-05 00:01:34 +03:00
"sass" : "index.scss" ,
2019-02-05 02:57:37 +03:00
"main" : "dist/primer.js" ,
2019-02-05 00:01:34 +03:00
"repository" : "https://github.com/primer/css" ,
"bugs" : {
"url" : "https://github.com/primer/css/issues"
} ,
"keywords" : [
"primer" ,
"css" ,
"github" ,
"design-system"
] ,
2019-02-14 02:43:12 +03:00
"bin" : {
"primer-migrate" : "bin/primer-migrate"
} ,
2015-09-08 18:53:46 +03:00
"scripts" : {
2019-03-01 01:49:14 +03:00
"fresh" : "rm -rf node_modules; npm install" ,
2019-09-10 21:23:05 +03:00
"dist" : "script/dist.js" ,
2019-09-25 23:17:00 +03:00
"lint" : "npm-run-all -s stylelint eslint eslint-docs" ,
"stylelint" : "stylelint --quiet src" ,
"eslint" : "eslint script deprecations.js lib .storybook" ,
"eslint-docs" : "eslint docs/{content,src,*.js}" ,
2019-02-05 02:14:05 +03:00
"postpublish" : "script/postpublish" ,
2019-02-05 01:03:04 +03:00
"prepublishOnly" : "script/prepublish" ,
2019-03-06 22:46:16 +03:00
"publish-storybook" : "script/publish-storybook" ,
2019-07-30 02:56:17 +03:00
"start" : "npm run dev" ,
2019-08-13 01:33:06 +03:00
"dev" : "cd docs && npm install && npm run develop" ,
2019-03-06 22:23:18 +03:00
"start-storybook" : "start-storybook -p 8001" ,
2019-03-06 22:46:16 +03:00
"build-storybook" : "build-storybook -o .storybuild" ,
2019-03-01 01:45:34 +03:00
"test" : "npm-run-all -s test-urls test-migrate" ,
2019-09-10 21:23:05 +03:00
"test-urls" : "script/test-doc-urls.js" ,
2019-03-04 22:40:05 +03:00
"test-migrate" : "script/test-migrate"
2016-05-25 21:56:43 +03:00
} ,
2019-08-07 23:56:46 +03:00
"dependencies" : {
2019-08-27 03:39:27 +03:00
"@primer/octicons" : "^9.1.1"
2019-08-07 23:56:46 +03:00
} ,
2019-02-05 00:01:14 +03:00
"devDependencies" : {
2019-05-15 00:30:28 +03:00
"@storybook/addon-viewport" : "5.0.11" ,
"@storybook/react" : "5.0.11" ,
2019-02-12 06:42:49 +03:00
"autoprefixer" : "9.4.7" ,
2017-09-21 08:39:44 +03:00
"code-blocks" : "^1.1.0" ,
2019-09-25 23:17:22 +03:00
"colorette" : "^1.1.0" ,
2019-05-15 02:20:11 +03:00
"css-loader" : "1.0.0" ,
2019-04-06 02:58:46 +03:00
"cssstats" : "3.3.0" ,
2019-02-05 00:01:14 +03:00
"details-dialog-element" : "^1.4.0" ,
2019-02-05 01:30:39 +03:00
"eslint" : "4.19.1" ,
2019-02-05 00:01:14 +03:00
"eslint-plugin-github" : "1.0.0" ,
2019-04-26 23:11:44 +03:00
"filesize" : "4.1.2" ,
2017-10-10 21:41:41 +03:00
"fs-extra" : "^4.0.2" ,
2017-10-17 00:29:21 +03:00
"gh-pages" : "^1.0.0" ,
2017-10-10 21:41:41 +03:00
"globby" : "^6.1.0" ,
2019-03-01 02:01:05 +03:00
"klaw" : "3.0.0" ,
2019-04-26 23:11:44 +03:00
"minimist" : "1.2.0" ,
"node-fetch" : "2.4.0" ,
2018-11-29 21:14:43 +03:00
"npm-run-all" : "4.1.5" ,
2019-02-12 06:42:49 +03:00
"postcss" : "7.0.14" ,
2019-10-19 02:20:38 +03:00
"postcss-import" : "^12.0.1" ,
2019-02-12 06:42:49 +03:00
"postcss-load-config" : "2.0.0" ,
2017-08-16 21:30:16 +03:00
"postcss-loader" : "^2.0.6" ,
2019-02-12 06:42:49 +03:00
"postcss-node-sass" : "2.1.8" ,
"postcss-scss" : "2.0.0" ,
2019-10-19 02:20:38 +03:00
"postcss-value-parser" : "^4.0.2" ,
2019-02-05 00:01:14 +03:00
"prop-types" : "^15.6.2" ,
2019-09-05 21:13:19 +03:00
"semver" : "5.7.1" ,
2017-08-16 21:30:16 +03:00
"style-loader" : "^0.18.2" ,
2019-02-19 23:21:33 +03:00
"styled-components" : "4.1.2" ,
2019-09-25 23:17:22 +03:00
"stylelint" : "^10.1.0" ,
"stylelint-config-primer" : "^8.1.0" ,
2019-04-26 23:11:44 +03:00
"table" : "5.2.3" ,
2019-02-05 00:01:14 +03:00
"typographic-base" : "^1.0.4" ,
"unified" : "^7.1.0" ,
2019-09-25 23:17:22 +03:00
"unist-util-select" : "^2.0.2" ,
"unist-util-stringify-position" : "^2.0.1" ,
"unist-util-visit" : "^1.4.1"
2017-06-24 00:39:58 +03:00
}
2015-03-21 02:30:22 +03:00
}