mirror of
https://github.com/primer/css.git
synced 2024-11-23 20:38:58 +03:00
74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "@primer/css-docs",
|
|
"scripts": {
|
|
"lint": "eslint pages src",
|
|
"pretest": "npm run sync",
|
|
"test": "node test/urls.js",
|
|
"check-links": "script/check-links http://localhost:3000/css -v",
|
|
"sync": "script/sync",
|
|
"watch": "script/sync --watch",
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@githubprimer/octicons-react": "^8.1.3",
|
|
"@mdx-js/mdx": "^0.16.6",
|
|
"@mdx-js/tag": "0.15.0",
|
|
"@primer/components": "^8.2.0-beta",
|
|
"@svgr/webpack": "2.4.1",
|
|
"@zeit/next-css": "^1.0.1",
|
|
"@zeit/next-sass": "^1.0.1",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"broken-link-checker": "^0.7.8",
|
|
"char-spinner": "^1.0.1",
|
|
"chroma-js": "^1.4.1",
|
|
"clipboard-copy-element": "^0.5.0",
|
|
"colorette": "^1.0.7",
|
|
"details-dialog-element": "^1.4.0",
|
|
"eslint": "4.19.1",
|
|
"eslint-plugin-github": "1.0.0",
|
|
"eslint-plugin-prettier": "^3.0.0",
|
|
"fs-extra": "^4.0.2",
|
|
"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",
|
|
"klaw": "^3.0.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",
|
|
"@primer/css": "11.0.0",
|
|
"primer-colors": "^1.0.1",
|
|
"prism-github": "^1.1.0",
|
|
"prop-types": "^15.6.2",
|
|
"react": "16.6.1",
|
|
"react-dom": "16.6.1",
|
|
"react-measure": "^2.2.2",
|
|
"refractor": "^2.6.2",
|
|
"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",
|
|
"styled-components": "^4.1.2",
|
|
"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"
|
|
}
|
|
}
|