1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00
css/docs/package.json
2018-12-17 15:26:50 -08:00

58 lines
1.5 KiB
JSON

{
"private": true,
"name": "@primer/css-docs",
"scripts": {
"lint": "eslint pages src",
"test": "./test.sh",
"sync": "script/sync",
"watch": "script/sync --watch",
"dev": "next",
"prebuild": "rm -rf .next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@githubprimer/octicons-react": "^8.1.3",
"@mdx-js/tag": "0.15.0",
"@primer/components": "^7.0.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",
"chokidar": "^2.0.4",
"chroma-js": "^1.4.1",
"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-sync": "^6.0.0",
"mdx-live": "2.0.0-alpha.2",
"mdx-loader": "^2.0.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.10.0",
"now": "^12.1.8",
"primer": "10.10.2",
"primer-colors": "^1.0.1",
"prism-github": "^1.1.0",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"react": "16.6.1",
"react-dom": "16.6.1",
"react-emotion": "9.2.8",
"style-parser": "^1.1.1",
"styled-components": "3.3.3",
"title-case": "^2.1.1",
"tree-model": "^1.0.7"
}
}