mirror of
https://github.com/primer/css.git
synced 2024-12-01 04:21:12 +03:00
95876ea397
Bumps @primer/gatsby-theme-doctocat from 1.2.0 to 1.3.0. Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"name": "docs",
|
|
"repository": "primer/css",
|
|
"scripts": {
|
|
"clean": "gatsby clean",
|
|
"develop": "ln -sf ../dist . && gatsby develop -H 0.0.0.0",
|
|
"build-content": "gatsby build --prefix-paths",
|
|
"build": "./script/now-build.sh"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@loadable/component": "^5.10.2",
|
|
"@primer/components": "^17.1.0",
|
|
"@primer/gatsby-theme-doctocat": "^1.3.0",
|
|
"@primer/octicons": "^9.1.1",
|
|
"@primer/octicons-react": "^9.1.1",
|
|
"@svgr/webpack": "^4.3.2",
|
|
"autoprefixer": "^9.6.1",
|
|
"babel-preset-gatsby": "^0.5.10",
|
|
"chroma-js": "^2.0.6",
|
|
"core-js": "^3.6.5",
|
|
"gatsby": "^2.24.62",
|
|
"gatsby-plugin-alias-imports": "^1.0.5",
|
|
"gatsby-plugin-google-analytics": "^2.3.14",
|
|
"gatsby-plugin-sass": "^2.3.13",
|
|
"gatsby-plugin-svgr": "^2.0.2",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-node-sass": "^2.1.8",
|
|
"postcss-scss": "^2.0.0",
|
|
"primer-colors": "^1.0.1",
|
|
"prop-types": "^15.7.2",
|
|
"raw-loader": "^3.1.0",
|
|
"react": "^16.13.1",
|
|
"react-bodymovin": "^2.0.0",
|
|
"react-dom": "^16.13.1",
|
|
"react-frame-component": "^4.1.1",
|
|
"styled-components": "^4.3.2",
|
|
"title-case": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "12.x"
|
|
}
|
|
}
|