1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00
css/docs/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2019-07-30 02:56:17 +03:00
{
"private": true,
2019-11-02 02:41:41 +03:00
"name": "docs",
"repository": "primer/css",
2019-07-30 02:56:17 +03:00
"scripts": {
2019-08-20 08:26:38 +03:00
"clean": "gatsby clean",
2019-11-04 23:28:49 +03:00
"develop": "ln -sf ../dist . && gatsby develop -H 0.0.0.0",
2019-12-17 01:08:45 +03:00
"build-content": "gatsby build --prefix-paths",
"build": "./script/now-build.sh"
2019-07-30 02:56:17 +03:00
},
"dependencies": {
"@loadable/component": "^5.10.2",
2020-04-07 22:08:24 +03:00
"@primer/components": "^17.1.0",
"@primer/gatsby-theme-doctocat": "^0.20.0",
2019-08-14 01:29:03 +03:00
"@primer/octicons": "^9.1.1",
2019-07-30 02:56:17 +03:00
"@primer/octicons-react": "^9.1.1",
2019-08-12 22:24:52 +03:00
"@svgr/webpack": "^4.3.2",
"autoprefixer": "^9.6.1",
"chroma-js": "^2.0.6",
2019-07-30 02:56:17 +03:00
"gatsby": "^2.10.4",
2019-08-14 01:24:35 +03:00
"gatsby-plugin-google-analytics": "^2.1.7",
2019-07-30 02:56:17 +03:00
"gatsby-plugin-sass": "^2.1.0",
2019-08-12 21:15:19 +03:00
"gatsby-plugin-svgr": "^2.0.2",
"postcss-loader": "^3.0.0",
"postcss-node-sass": "^2.1.8",
"postcss-scss": "^2.0.0",
2019-08-09 01:24:04 +03:00
"primer-colors": "^1.0.1",
2019-08-09 06:31:23 +03:00
"prop-types": "^15.7.2",
2019-07-30 02:56:17 +03:00
"raw-loader": "^3.1.0",
2020-04-07 22:08:24 +03:00
"react": "^16.13.1",
2019-08-12 21:15:19 +03:00
"react-bodymovin": "^2.0.0",
2020-04-07 22:08:24 +03:00
"react-dom": "^16.13.1",
2019-07-30 02:56:17 +03:00
"react-frame-component": "^4.1.1",
2019-08-09 06:31:23 +03:00
"styled-components": "^4.3.2",
"title-case": "^2.1.1"
2019-12-17 01:08:00 +03:00
},
"engines": {
"node": "12.x"
2019-11-02 02:41:41 +03:00
}
2019-07-30 02:56:17 +03:00
}