mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
33458d485f
* Upgrade gatsby * NEW: Add canonical link for v3
91 lines
2.8 KiB
JSON
91 lines
2.8 KiB
JSON
{
|
|
"name": "doc-silverstripe-org",
|
|
"private": true,
|
|
"description": "The Silverstripe CMS documentation website (docs.silverstripe.org)",
|
|
"version": "1.0.0",
|
|
"author": "Aaron Carlino <unclecheese@leftandmain.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "The Silverstripe Community"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@types/react-helmet": "^5.0.14",
|
|
"@types/styled-components": "^4.1.21",
|
|
"autoprefixer": "^9.7.1",
|
|
"babel-plugin-styled-components": "^1.10.6",
|
|
"classnames": "^2.2.6",
|
|
"gatsby": "^2.20.4",
|
|
"gatsby-image": "^2.2.30",
|
|
"gatsby-plugin-manifest": "^2.2.26",
|
|
"gatsby-plugin-netlify": "^2.1.30",
|
|
"gatsby-plugin-offline": "^3.0.18",
|
|
"gatsby-plugin-purgecss": "^4.0.1",
|
|
"gatsby-plugin-react-helmet": "^3.1.13",
|
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
|
"gatsby-plugin-sass": "^2.1.20",
|
|
"gatsby-plugin-sharp": "^2.2.36",
|
|
"gatsby-plugin-sitemap": "^2.2.20",
|
|
"gatsby-plugin-styled-components": "^3.1.11",
|
|
"gatsby-plugin-tslint": "^0.0.2",
|
|
"gatsby-plugin-typescript": "^2.1.15",
|
|
"gatsby-remark-copy-linked-files": "^2.1.28",
|
|
"gatsby-remark-images": "^3.1.29",
|
|
"gatsby-remark-prismjs": "^3.3.21",
|
|
"gatsby-source-filesystem": "^2.1.35",
|
|
"gatsby-source-git": "^1.0.2",
|
|
"gatsby-transformer-remark": "^2.6.32",
|
|
"html-react-parser": "^0.9.2",
|
|
"node-sass": "^4.13.0",
|
|
"prismjs": "^1.17.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.11.0",
|
|
"react-dom": "^16.11.0",
|
|
"react-fontawesome": "^1.7.1",
|
|
"react-helmet": "^5.2.1",
|
|
"react-spring": "^8.0.27",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"sharp": "^0.23.4",
|
|
"smooth-scroll": "^16.1.0",
|
|
"styled-components": "^4.4.1",
|
|
"unist-util-select": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.9.11",
|
|
"@types/react-dom": "^16.9.4",
|
|
"prettier": "^1.18.2",
|
|
"tailwindcss": "^1.1.3",
|
|
"tslint": "^5.20.1",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"tslint-loader": "^3.5.4",
|
|
"tslint-plugin-prettier": "^2.0.1",
|
|
"tslint-react": "^4.1.0",
|
|
"typescript": "^3.7.2"
|
|
},
|
|
"keywords": [
|
|
"silverstripe",
|
|
"documentation"
|
|
],
|
|
"license": "BSD-3",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write src/**/*.{js,jsx}",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"type-check": "tsc --noEmit",
|
|
"lint": "tslint --project .",
|
|
"dev-docs": "DOCS_CONTEXT=docs gatsby develop",
|
|
"dev-user": "DOCS_CONTEXT=user gatsby develop",
|
|
"build-docs": "DOCS_CONTEXT=docs gatsby build",
|
|
"build-user": "DOCS_CONTEXT=user gatsby build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/silverstripe/doc.silverstripe.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/silverstripe/doc.silverstripe.org/issues"
|
|
}
|
|
}
|