1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00
css/package.json

132 lines
4.3 KiB
JSON
Raw Normal View History

{
"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"
],
"scripts": {
2019-02-05 01:27:39 +03:00
"build": "script/build",
"build-storybook": "build-storybook -o build",
"check-links": "script/check-links http://localhost:3000/css -v",
2019-02-05 02:14:05 +03:00
"lint": "stylelint --quiet --syntax scss src/**/*.scss",
"now-build": "next build",
"now-start": "next start",
2019-02-05 02:14:05 +03:00
"postlint": "echo 'TODO: eslint docs pages'",
"postpublish": "script/postpublish",
"prepare": "npm run build",
2019-02-05 01:03:04 +03:00
"prepublishOnly": "script/prepublish",
2019-02-05 02:14:05 +03:00
"publish-storybook": "npm run storybook && gh-pages -d build -b gh-pages -r https://github.com/primer/storybook",
"start": "next",
"start-storybook": "start-storybook -p 8000 -c .storybook",
"sync": "script/sync",
"test": "npm-run-all -s test-jest test-urls",
"test-all-modules": "ava --verbose tests/test-*.js",
"test-jest": "jest --passWithNoTests",
"test-urls": "npm run sync && node docs-test/urls.js",
"watch": "script/sync --watch"
2016-05-25 21:56:43 +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",
"@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",
"babel-core": "7.0.0-bridge.0",
"babel-preset-env": "^1.6.0",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1",
"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",
"colorette": "^1.0.7",
"commit-status": "4.3.0",
2017-08-16 21:30:16 +03:00
"css-loader": "^0.28.4",
"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",
"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",
"fx": "11.0.1",
2017-10-17 00:29:21 +03:00
"gh-pages": "^1.0.0",
"glob": "^7.1.2",
2017-10-10 21:41:41 +03:00
"globby": "^6.1.0",
"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",
"jest": "24.0.0",
"klaw": "^3.0.0",
"lerna-changelog": "^0.7.0",
"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",
"next": "7.0.2",
"next-compose-plugins": "2.1.1",
2019-02-05 01:27:39 +03:00
"node-sass": "4.11.0",
"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",
"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",
"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",
"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",
"semver": "^5.3.0",
2017-08-16 21:30:16 +03:00
"style-loader": "^0.18.2",
"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"
}
}