Files
medusa-store/www/reference/package.json
Carlos R. L. Rodrigues a94d9816fe chore: Centralise ESLint rules (#2162)
* chore: centrilize eslint rules
2022-09-13 07:42:33 -03:00

62 lines
2.0 KiB
JSON

{
"name": "medusa-commerce-docs",
"private": true,
"description": "Docs engine for Medusa docs",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby clean && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@docsearch/react": "^3.0.0-alpha.40",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@rebass/forms": "^4.0.6",
"copy-to-clipboard": "^3.3.1",
"emotion-theming": "^10.0.27",
"gatsby": "^3.9.1",
"gatsby-plugin-algolia-docsearch": "^1.0.5",
"gatsby-plugin-anchor-links": "^1.1.1",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-emotion": "^5.0.0",
"gatsby-plugin-env-variables": "^2.1.0",
"gatsby-plugin-preact": "^5.9.0",
"gatsby-plugin-react-helmet": "^3.3.12",
"gatsby-plugin-segment-js": "^3.7.1",
"gatsby-plugin-sitemap": "^5.15.0",
"gatsby-plugin-theme-ui": "^0.10.1",
"gatsby-remark-autolink-headers": "^4.6.0",
"gatsby-source-filesystem": "^3.9.0",
"gatsby-source-openapi-aggregate": "^0.3.0",
"gatsby-transformer-json": "^3.0.0",
"gatsby-transformer-remark": "^4.6.0",
"gatsby-transformer-yaml": "^2.4.13",
"lodash.throttle": "^4.1.1",
"preact": "^10.5.14",
"preact-render-to-string": "^5.1.19",
"prismjs": "^1.24.1",
"react": "^16.12.0",
"react-collapsible": "^2.8.1",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-highlight.js": "^1.0.7",
"react-intersection-observer": "^8.29.0",
"react-markdown": "^5.0.3",
"react-tooltip": "^4.2.10",
"react-virtualized": "^9.22.3",
"theme-ui": "^0.10.0"
},
"devDependencies": {
"prettier": "2.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa"
}
}