2018-11-26 22:48:28 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
2018-12-04 00:53:54 +03:00
|
|
|
"name": "@primer/css-docs",
|
2018-11-26 22:48:28 +03:00
|
|
|
"scripts": {
|
2018-12-05 03:21:09 +03:00
|
|
|
"lint": "eslint pages src",
|
2018-11-27 02:09:53 +03:00
|
|
|
"test": "./test.sh",
|
2018-12-07 11:31:47 +03:00
|
|
|
"sync": "script/sync",
|
|
|
|
"watch": "script/sync --watch",
|
2018-11-30 03:07:51 +03:00
|
|
|
"dev": "next",
|
2018-12-05 11:52:27 +03:00
|
|
|
"prebuild": "rm -rf .next",
|
2018-11-30 03:07:51 +03:00
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
2018-11-26 22:48:28 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-11-30 22:54:11 +03:00
|
|
|
"@githubprimer/octicons-react": "^8.1.3",
|
|
|
|
"@mdx-js/tag": "0.15.0",
|
2018-11-29 08:20:17 +03:00
|
|
|
"@primer/components": "^7.0.0-beta",
|
2018-11-30 22:54:11 +03:00
|
|
|
"@svgr/webpack": "2.4.1",
|
2018-12-05 03:33:03 +03:00
|
|
|
"@zeit/next-css": "^1.0.1",
|
2018-12-05 11:59:56 +03:00
|
|
|
"@zeit/next-sass": "^1.0.1",
|
2018-11-30 22:54:11 +03:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2018-12-06 21:28:21 +03:00
|
|
|
"chroma-js": "^1.4.1",
|
2018-11-26 22:48:28 +03:00
|
|
|
"colorette": "^1.0.7",
|
2018-11-30 22:54:11 +03:00
|
|
|
"emotion": "9.2.8",
|
|
|
|
"emotion-server": "9.2.8",
|
|
|
|
"eslint": "4.19.1",
|
|
|
|
"eslint-plugin-github": "1.0.0",
|
|
|
|
"eslint-plugin-prettier": "^3.0.0",
|
2018-12-04 00:53:54 +03:00
|
|
|
"fs-extra": "^4.0.2",
|
2018-12-07 09:30:37 +03:00
|
|
|
"gray-matter": "^4.0.1",
|
2018-12-10 19:04:30 +03:00
|
|
|
"html-2-jsx": "^0.5.1-dev",
|
2018-12-14 08:40:18 +03:00
|
|
|
"loader-utils": "^1.1.0",
|
|
|
|
"mdx-constant": "^0.1.0",
|
2018-11-30 22:54:11 +03:00
|
|
|
"mdx-live": "2.0.0-alpha.2",
|
2018-12-05 08:14:20 +03:00
|
|
|
"mdx-loader": "^2.0.2",
|
2018-12-07 09:30:37 +03:00
|
|
|
"metalsmith": "^2.3.0",
|
|
|
|
"metalsmith-filter": "^1.0.2",
|
|
|
|
"metalsmith-matters": "^1.2.0",
|
|
|
|
"metalsmith-watch": "^1.0.3",
|
2018-11-26 22:48:28 +03:00
|
|
|
"minimatch": "^3.0.4",
|
2018-11-30 22:54:11 +03:00
|
|
|
"next": "7.0.2",
|
|
|
|
"next-compose-plugins": "2.1.1",
|
2018-12-05 03:28:19 +03:00
|
|
|
"node-sass": "^4.10.0",
|
2018-12-05 09:36:05 +03:00
|
|
|
"now": "^12.1.8",
|
2018-12-04 00:53:54 +03:00
|
|
|
"primer": "10.10.2",
|
2018-12-05 00:54:32 +03:00
|
|
|
"primer-colors": "^1.0.1",
|
2018-12-05 08:14:20 +03:00
|
|
|
"prism-github": "^1.1.0",
|
2018-12-06 21:28:21 +03:00
|
|
|
"prop-types": "^15.6.2",
|
2018-12-04 00:53:54 +03:00
|
|
|
"react": "16.6.1",
|
|
|
|
"react-dom": "16.6.1",
|
2018-11-30 22:54:11 +03:00
|
|
|
"react-emotion": "9.2.8",
|
2018-12-14 08:40:18 +03:00
|
|
|
"remark-emoji": "^2.0.2",
|
|
|
|
"remark-images": "^0.16.1",
|
|
|
|
"remark-textr": "^3.0.3",
|
|
|
|
"remark-toc": "^5.1.1",
|
2018-12-05 02:45:50 +03:00
|
|
|
"styled-components": "3.3.3",
|
2018-12-06 21:51:43 +03:00
|
|
|
"title-case": "^2.1.1",
|
2018-12-14 08:40:18 +03:00
|
|
|
"tree-model": "^1.0.7",
|
|
|
|
"typographic-base": "^1.0.4"
|
2018-11-26 22:48:28 +03:00
|
|
|
}
|
|
|
|
}
|