1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00
css/docs/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

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-11-30 03:30:19 +03:00
"prepare": "npm run copy",
"lint": "eslint pages",
2018-11-27 02:09:53 +03:00
"test": "./test.sh",
2018-11-30 03:07:51 +03:00
"dev": "next",
2018-11-30 03:06:15 +03:00
"copy": "node copy.js",
2018-11-30 03:07:51 +03:00
"build": "next build",
"start": "next start"
2018-11-26 22:48:28 +03:00
},
"dependencies": {
"@githubprimer/octicons-react": "^8.1.3",
"@mdx-js/loader": "0.15.0",
"@mdx-js/mdx": "0.15.0",
"@mdx-js/tag": "0.15.0",
"@primer/components": "^7.0.0-beta",
2018-11-30 03:06:15 +03:00
"@primer/next": "0.0.10",
"@svgr/webpack": "2.4.1",
"@zeit/next-mdx": "1.1.0",
"babel-core": "7.0.0-bridge.0",
2018-11-26 22:48:28 +03:00
"colorette": "^1.0.7",
"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",
"gray-matter": "^4.0.1",
2018-11-26 22:48:28 +03:00
"klaw": "^3.0.0",
"mdx-live": "2.0.0-alpha.2",
2018-11-26 22:48:28 +03:00
"minimatch": "^3.0.4",
"next": "7.0.2",
"next-compose-plugins": "2.1.1",
2018-12-04 00:53:54 +03:00
"primer": "10.10.2",
"react": "16.6.1",
"react-dom": "16.6.1",
"react-emotion": "9.2.8",
"remark-frontmatter": "^1.3.1",
"remark-yaml-config": "^4.0.3",
"styled-components": "3.3.3"
2018-11-26 22:48:28 +03:00
}
}