2015-03-21 02:30:22 +03:00
{
2019-02-05 00:01:34 +03:00
"name" : "@primer/css" ,
"version" : "11.0.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" : "http://primer.github.io/" ,
"author" : "GitHub, Inc." ,
"license" : "MIT" ,
"style" : "build/build.css" ,
"sass" : "index.scss" ,
"main" : "build/index.js" ,
"repository" : "https://github.com/primer/css" ,
"bugs" : {
"url" : "https://github.com/primer/css/issues"
} ,
"keywords" : [
"primer" ,
"css" ,
"github" ,
"design-system"
] ,
2015-09-08 18:53:46 +03:00
"scripts" : {
2019-02-05 01:27:39 +03:00
"build" : "script/build" ,
2019-02-05 00:01:14 +03:00
"prepare" : "npm run build" ,
2019-02-05 01:27:59 +03:00
"lint" : "stylelint --quiet --syntax scss src/**/*.scss" ,
2019-02-05 00:01:14 +03:00
"start" : "next" ,
"start-storybook" : "start-storybook -p 8000 -c .storybook" ,
"build-storybook" : "build-storybook -o build" ,
2017-10-17 00:29:21 +03:00
"publish-storybook" : "npm run storybook && gh-pages -d build -b gh-pages -r https://github.com/primer/storybook" ,
2019-02-05 01:31:20 +03:00
"postlint" : "echo 'TODO: eslint docs pages'" ,
2019-02-05 02:02:45 +03:00
"test" : "jest --passWithNoTests" ,
2019-02-05 00:01:14 +03:00
"sync" : "script/sync" ,
"watch" : "script/sync --watch" ,
"posttest" : "node docs-test/urls.js" ,
"check-links" : "script/check-links http://localhost:3000/css -v" ,
"test-all-modules" : "ava --verbose tests/test-*.js" ,
"now-build" : "next build" ,
2019-02-05 00:58:18 +03:00
"now-start" : "next start" ,
2019-02-05 01:03:04 +03:00
"prepublishOnly" : "script/prepublish" ,
2019-02-05 00:58:18 +03:00
"postpublish" : "script/postpublish"
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" ,
"@primer/components" : "^8.2.0-beta" ,
2018-05-11 20:40:31 +03:00
"@storybook/addon-options" : "3.4.3" ,
"@storybook/addons" : "3.4.3" ,
"@storybook/react" : "3.4.3" ,
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" ,
2017-11-08 05:47:04 +03:00
"ava" : "^0.23.0" ,
2019-02-05 00:01:14 +03:00
"babel-core" : "7.0.0-bridge.0" ,
2017-08-14 23:43:46 +03:00
"babel-preset-env" : "^1.6.0" ,
2017-10-10 01:44:36 +03:00
"babel-preset-minify" : "^0.2.0" ,
2017-08-14 23:43:46 +03:00
"babel-preset-react" : "^6.24.1" ,
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" ,
2019-02-05 02:02:45 +03:00
"commit-status" : "4.3.0" ,
2017-08-16 21:30:16 +03:00
"css-loader" : "^0.28.4" ,
2019-02-05 00:01:14 +03:00
"cssstats-cli" : "^1.0.0-beta.2" ,
"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" ,
"eslint-plugin-prettier" : "^3.0.0" ,
2018-05-09 22:24:23 +03:00
"execa" : "^0.10.0" ,
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-07-26 20:38:55 +03:00
"glob" : "^7.1.2" ,
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" ,
"html-2-jsx" : "^0.5.1-dev" ,
2017-09-13 02:43:10 +03:00
"html-to-react" : "^1.2.11" ,
2017-10-10 21:41:41 +03:00
"isomorphic-fetch" : "^2.2.1" ,
2019-02-05 00:01:14 +03:00
"jest" : "24.0.0" ,
"klaw" : "^3.0.0" ,
2017-11-10 03:18:48 +03:00
"lerna-changelog" : "^0.7.0" ,
2019-02-05 00:01:14 +03:00
"loader-utils" : "^1.1.0" ,
"mdx-constant" : "^0.1.0" ,
"mdx-live" : "2.0.0-alpha.2" ,
"metalsmith" : "^2.3.0" ,
"metalsmith-filter" : "^1.0.2" ,
"metalsmith-matters" : "^1.2.0" ,
"metalsmith-watch" : "^1.0.3" ,
2018-05-04 01:14:43 +03:00
"minimatch" : "^3.0.4" ,
2019-02-05 00:01:14 +03:00
"next" : "7.0.2" ,
"next-compose-plugins" : "2.1.1" ,
2019-02-05 01:27:39 +03:00
"node-sass" : "4.11.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" ,
2017-09-09 03:25:21 +03:00
"octicons" : "^6.0.1" ,
2017-08-16 21:30:16 +03:00
"postcss-loader" : "^2.0.6" ,
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" ,
2018-11-08 11:03:56 +03:00
"react" : "16.6.1" ,
"react-dom" : "16.6.1" ,
2019-02-05 00:01:14 +03:00
"react-measure" : "^2.2.2" ,
"refractor" : "^2.6.2" ,
2017-10-10 21:41:41 +03:00
"registry-url" : "^3.1.0" ,
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-05 00:01:14 +03:00
"styled-components" : "^4.1.2" ,
"stylelint" : "9.10.1" ,
"stylelint-config-primer" : "4.0.0" ,
"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" ,
"unist-util-visit" : "^1.4.0" ,
"webpack" : "4.20.2"
2017-06-24 00:39:58 +03:00
}
2015-03-21 02:30:22 +03:00
}