superset/docs/package.json
Phillip Kelley-Dotson 85a916036c
docs(new docs site): removes old sphinx doc site with gatsby (#10784)
* Remove old apache sphinx doc site with refreshed gatsby

* remove rando

* add licenses

* excluing .mdx files from license checks

* fixes

* Clean up sphinx references

* Addressed comments

* colors and tweaks

* more fixes

* add dummy docs/requirements.txt to satisfy stupid fossa

* cp .prettierrc

* more licenses

* minor touchups

* reqs

* removing old videos

* add github buttons

* prettier

* tweaks

* Eugenia/Fix some of the images and modified some of database pages

* add subheadernav

* add side headers nav and more responsive design for docs

* update resources page and other styling updates

* linting

* tweaks

* removing windows and align:center

* update resources

* remove links and and card hearder

* lots of styling tweaks

* Tweaks and minor improvements

* lint

* fix CI

* trigger pre-comimt

* rererefix CI

Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
Co-authored-by: Eugenia Moreno <eugenia@Eugenias-MBP.fios-router.home>
Co-authored-by: Evan Rusackas <evan@preset.io>
2020-09-11 22:59:12 -07:00

73 lines
2.1 KiB
JSON

{
"name": "apache-superset-docs",
"private": true,
"description": "The landing page and doc size for getting started with Apache Superset",
"version": "0.1.0",
"author": "preset.io",
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@superset-ui/style": "^0.14.9",
"antd": "^4.5.2",
"docz": "^2.3.1",
"emotion": "^10.0.27",
"gatsby": "^2.24.53",
"gatsby-dynamical-navigation": "^0.4.1",
"gatsby-image": "^2.4.14",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.24",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-theme-docz": "^2.3.1",
"gatsby-transformer-sharp": "^2.5.12",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-github-btn": "^1.2.0",
"react-helmet": "^6.1.0",
"theme-ui": "^0.3.1",
"three": "^0.68.0"
},
"devDependencies": {
"eslint-config-airbnb": "^18.2.0",
"gatsby-plugin-eslint": "^2.0.8",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint src/ --ext .ts,.js,.tsx,.jsx",
"lint-fix": "eslint --fix src/ --ext .ts,.js,.tsx,.jsx",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"eslintConfig": {
"globals": {
"window": true,
"console": true
}
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}