2015-03-21 02:30:22 +03:00
{
2019-02-05 00:01:34 +03:00
"name" : "@primer/css" ,
2019-04-29 21:03:15 +03:00
"version" : "12.3.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-02-05 02:37:52 +03:00
"dist" : "script/dist" ,
2019-02-05 00:01:14 +03:00
"check-links" : "script/check-links http://localhost:3000/css -v" ,
2019-02-20 10:17:28 +03:00
"lint" : "npm-run-all -s lint-css lint-js" ,
"lint-css" : "stylelint --quiet --syntax scss src/**/*.scss" ,
2019-03-06 09:07:20 +03:00
"lint-js" : "eslint lib docs .storybook" ,
2019-03-09 02:58:50 +03:00
"now-build" : "npm run dist && next build" ,
2019-02-05 00:58:18 +03:00
"now-start" : "next start" ,
2019-02-19 23:21:33 +03:00
"now-test" : "npm-run-all -s now-build now-start" ,
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-02-05 02:57:37 +03:00
"start" : "next dev" ,
2019-02-19 23:29:54 +03:00
"dev" : "next dev" ,
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-02-05 02:14:05 +03:00
"test-all-modules" : "ava --verbose tests/test-*.js" ,
2019-03-04 22:40:05 +03:00
"test-urls" : "node docs-test/urls.js" ,
"test-migrate" : "script/test-migrate"
2016-05-25 21:56:43 +03:00
} ,
2019-02-05 00:01:14 +03:00
"devDependencies" : {
"@githubprimer/octicons-react" : "^8.1.3" ,
"@mdx-js/mdx" : "^0.16.6" ,
"@mdx-js/tag" : "0.15.0" ,
2019-04-30 21:06:35 +03:00
"@primer/blueprints" : "4.0.1" ,
2019-04-09 01:11:08 +03:00
"@primer/components" : "12.0.1" ,
"@primer/next-pages" : "0.0.3" ,
2019-03-06 08:40:57 +03:00
"@storybook/addon-viewport" : "5.0.0" ,
2019-04-30 20:29:52 +03:00
"@storybook/react" : "5.0.10" ,
2019-02-05 00:01:14 +03:00
"@svgr/webpack" : "2.4.1" ,
"@zeit/next-css" : "^1.0.1" ,
"@zeit/next-sass" : "^1.0.1" ,
2019-02-06 00:08:37 +03:00
"action-status" : "0.1.1" ,
2019-02-12 06:42:49 +03:00
"autoprefixer" : "9.4.7" ,
2017-11-08 05:47:04 +03:00
"ava" : "^0.23.0" ,
2019-02-05 00:01:14 +03:00
"broken-link-checker" : "^0.7.8" ,
"char-spinner" : "^1.0.1" ,
"chroma-js" : "^1.4.1" ,
"clipboard-copy-element" : "^0.5.0" ,
2017-09-21 08:39:44 +03:00
"code-blocks" : "^1.1.0" ,
2019-02-05 00:01:14 +03:00
"colorette" : "^1.0.7" ,
2017-08-16 21:30:16 +03:00
"css-loader" : "^0.28.4" ,
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" ,
2018-05-09 22:24:23 +03:00
"execa" : "^0.10.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" ,
2019-02-05 02:02:45 +03:00
"fx" : "11.0.1" ,
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-02-05 00:01:14 +03:00
"gray-matter" : "^4.0.1" ,
"hast-util-to-html" : "^5.0.0" ,
"hast-util-to-string" : "^1.0.1" ,
2019-04-09 01:11:08 +03:00
"html-2-jsx" : "0.5.1-dev" ,
2017-09-13 02:43:10 +03:00
"html-to-react" : "^1.2.11" ,
2019-03-01 02:01:05 +03:00
"klaw" : "3.0.0" ,
2019-02-05 00:01:14 +03:00
"loader-utils" : "^1.1.0" ,
"mdx-constant" : "^0.1.0" ,
"metalsmith" : "^2.3.0" ,
"metalsmith-filter" : "^1.0.2" ,
"metalsmith-matters" : "^1.2.0" ,
"metalsmith-watch" : "^1.0.3" ,
2019-04-26 23:11:44 +03:00
"minimist" : "1.2.0" ,
2019-02-05 00:01:14 +03:00
"next" : "7.0.2" ,
2019-04-26 23:11:44 +03:00
"node-fetch" : "2.4.0" ,
2019-02-05 00:01:14 +03:00
"now" : "^12.1.8" ,
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" ,
"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-02-05 00:01:14 +03:00
"primer-colors" : "^1.0.1" ,
"prism-github" : "^1.1.0" ,
"prop-types" : "^15.6.2" ,
2017-09-13 02:43:10 +03:00
"raw-loader" : "^0.5.1" ,
2019-04-09 01:11:08 +03:00
"react" : "16.8.1" ,
2019-03-01 01:55:40 +03:00
"react-bodymovin" : "2.0.0" ,
2019-04-09 01:11:08 +03:00
"react-dom" : "16.8.1" ,
2019-03-01 01:59:22 +03:00
"react-live" : "1.12.0" ,
2019-02-05 00:01:14 +03:00
"react-measure" : "^2.2.2" ,
"refractor" : "^2.6.2" ,
2017-09-13 02:43:10 +03:00
"remark" : "^8.0.0" ,
2019-02-05 00:01:14 +03:00
"remark-emoji" : "^2.0.2" ,
"remark-images" : "^0.16.1" ,
"remark-parse" : "^6.0.3" ,
"remark-textr" : "^3.0.3" ,
"remark-toc" : "^5.1.1" ,
2017-08-16 21:30:16 +03:00
"sass-loader" : "^6.0.6" ,
2017-07-26 20:38:55 +03:00
"semver" : "^5.3.0" ,
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-02-05 00:01:14 +03:00
"stylelint" : "9.10.1" ,
2019-04-11 21:41:32 +03:00
"stylelint-config-primer" : "7.0.0" ,
2019-04-26 23:11:44 +03:00
"table" : "5.2.3" ,
2019-02-05 00:01:14 +03:00
"title-case" : "^2.1.1" ,
"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" ,
2019-03-06 21:57:10 +03:00
"unist-util-visit" : "^1.4.0" ,
2019-04-09 01:11:08 +03:00
"webpack" : "4.20.2"
2017-06-24 00:39:58 +03:00
}
2015-03-21 02:30:22 +03:00
}