mirror of
https://github.com/primer/css.git
synced 2024-11-28 04:43:05 +03:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "@primer/css-docs",
|
|
"scripts": {
|
|
"prepare": "npm run copy",
|
|
"lint": "eslint pages",
|
|
"test": "./test.sh",
|
|
"dev": "next",
|
|
"copy": "node copy.js",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"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",
|
|
"@primer/next": "0.0.10",
|
|
"@svgr/webpack": "2.4.1",
|
|
"@zeit/next-mdx": "1.1.0",
|
|
"@zeit/next-sass": "^1.0.1",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"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",
|
|
"fs-extra": "^4.0.2",
|
|
"gray-matter": "^4.0.1",
|
|
"klaw": "^3.0.0",
|
|
"mdx-live": "2.0.0-alpha.2",
|
|
"minimatch": "^3.0.4",
|
|
"next": "7.0.2",
|
|
"next-compose-plugins": "2.1.1",
|
|
"primer": "10.10.2",
|
|
"primer-colors": "^1.0.1",
|
|
"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",
|
|
"tree-model": "^1.0.7"
|
|
}
|
|
}
|