mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
131 lines
4.2 KiB
JSON
131 lines
4.2 KiB
JSON
{
|
|
"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": {
|
|
"build": "script/build",
|
|
"prepare": "npm run build",
|
|
"lint": "stylelint --quiet --syntax scss src/**/*.scss",
|
|
"start": "next",
|
|
"start-storybook": "start-storybook -p 8000 -c .storybook",
|
|
"build-storybook": "build-storybook -o build",
|
|
"publish-storybook": "npm run storybook && gh-pages -d build -b gh-pages -r https://github.com/primer/storybook",
|
|
"postlint": "echo 'TODO: eslint docs pages'",
|
|
"test": "jest --passWithNoTests",
|
|
"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",
|
|
"now-start": "next start",
|
|
"prepublishOnly": "script/prepublish",
|
|
"postpublish": "script/postpublish"
|
|
},
|
|
"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",
|
|
"@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",
|
|
"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",
|
|
"code-blocks": "^1.1.0",
|
|
"colorette": "^1.0.7",
|
|
"commit-status": "4.3.0",
|
|
"css-loader": "^0.28.4",
|
|
"cssstats-cli": "^1.0.0-beta.2",
|
|
"details-dialog-element": "^1.4.0",
|
|
"eslint": "4.19.1",
|
|
"eslint-plugin-github": "1.0.0",
|
|
"eslint-plugin-prettier": "^3.0.0",
|
|
"execa": "^0.10.0",
|
|
"fs-extra": "^4.0.2",
|
|
"fx": "11.0.1",
|
|
"gh-pages": "^1.0.0",
|
|
"glob": "^7.1.2",
|
|
"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",
|
|
"html-to-react": "^1.2.11",
|
|
"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",
|
|
"minimatch": "^3.0.4",
|
|
"next": "7.0.2",
|
|
"next-compose-plugins": "2.1.1",
|
|
"node-sass": "4.11.0",
|
|
"now": "^12.1.8",
|
|
"npm-run-all": "4.1.5",
|
|
"octicons": "^6.0.1",
|
|
"postcss-loader": "^2.0.6",
|
|
"primer-colors": "^1.0.1",
|
|
"prism-github": "^1.1.0",
|
|
"prop-types": "^15.6.2",
|
|
"raw-loader": "^0.5.1",
|
|
"react": "16.6.1",
|
|
"react-dom": "16.6.1",
|
|
"react-measure": "^2.2.2",
|
|
"refractor": "^2.6.2",
|
|
"registry-url": "^3.1.0",
|
|
"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",
|
|
"sass-loader": "^6.0.6",
|
|
"semver": "^5.3.0",
|
|
"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"
|
|
}
|
|
}
|