2019-07-30 02:56:17 +03:00
|
|
|
{
|
2019-08-20 08:26:20 +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": {
|
2020-09-18 21:29:57 +03:00
|
|
|
"@babel/preset-react": "^7.10.4",
|
2019-08-12 21:33:12 +03:00
|
|
|
"@loadable/component": "^5.10.2",
|
2020-04-07 22:08:24 +03:00
|
|
|
"@primer/components": "^17.1.0",
|
2021-03-08 11:54:36 +03:00
|
|
|
"@primer/gatsby-theme-doctocat": "^1.6.0",
|
2021-02-03 15:37:30 +03:00
|
|
|
"@primer/octicons": "^11.0.0",
|
|
|
|
"@primer/octicons-react": "^11.0.0",
|
2021-04-12 21:07:28 +03:00
|
|
|
"@primer/primitives": "4.2.0",
|
2021-04-12 23:40:55 +03:00
|
|
|
"@svgr/webpack": "5.5.0",
|
|
|
|
"autoprefixer": "10.2.5",
|
|
|
|
"babel-preset-gatsby": "^1.2.0",
|
2019-10-19 02:28:01 +03:00
|
|
|
"chroma-js": "^2.0.6",
|
2020-09-18 21:29:57 +03:00
|
|
|
"core-js": "^3.6.5",
|
2021-04-12 23:44:20 +03:00
|
|
|
"gatsby": "2.32.12",
|
2020-04-08 22:20:48 +03:00
|
|
|
"gatsby-plugin-alias-imports": "^1.0.5",
|
2021-04-12 23:40:55 +03:00
|
|
|
"gatsby-plugin-sass": "3.x",
|
|
|
|
"gatsby-plugin-svgr": "2.1.0",
|
|
|
|
"path": "0.12.7",
|
|
|
|
"postcss": "8.2.10",
|
|
|
|
"postcss-import": "14.0.1",
|
|
|
|
"postcss-load-config": "3.0.1",
|
|
|
|
"postcss-loader": "4.2.0",
|
|
|
|
"postcss-node-sass": "3.1.0",
|
|
|
|
"postcss-scss": "3.0.5",
|
|
|
|
"postcss-simple-vars": "6.0.3",
|
2019-08-09 06:31:23 +03:00
|
|
|
"prop-types": "^15.7.2",
|
2021-04-12 23:40:55 +03:00
|
|
|
"raw-loader": "^4.0.2",
|
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",
|
2021-04-12 23:40:55 +03:00
|
|
|
"sass-loader": "10.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": {
|
2021-03-28 08:14:11 +03:00
|
|
|
"node": ">= 10.x"
|
2019-11-02 02:41:41 +03:00
|
|
|
}
|
2019-07-30 02:56:17 +03:00
|
|
|
}
|