Files
posthog.com/package.json
Eli Kinsey d6b13e09bf Storybook fixes (#3205)
* resolve storybook build errors

* fix stories

* update yarn.lock
2022-03-23 05:06:54 -04:00

175 lines
6.5 KiB
JSON

{
"name": "posthog.com",
"description": "Official PostHog website.",
"version": "1.0.0",
"author": "PostHog",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PostHog/posthog.com"
},
"keywords": [
"gatsby"
],
"scripts": {
"build": "cross-env GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"start": "TAILWIND_MODE=watch gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{html,js,ts,tsx,json,yml,css,scss}\"",
"test": "echo \"Error: no test specified\" && exit 1",
"typegen": "kea-typegen write .",
"update-sprite": "svg-sprite -s --symbol-dest src/components/productFeature/images/icons --symbol-sprite sprited-icons.svg src/components/productFeature/images/icons/*.svg",
"generate-redirects": "git diff origin/master $(git branch --show-current) > pr_diff && DEBUG=true RUN_AS_SCRIPT=true node ./scripts/safe_rename.js",
"test-redirects": "jest scripts",
"storybook": "start-storybook -s ./static -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@docsearch/react": "^3.0.0-alpha.42",
"@headlessui/react": "^1.4.0",
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.22",
"@popperjs/core": "^2.11.2",
"@slack/bolt": "^3.8.1",
"@supabase/supabase-js": "^1.29.4",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@uiw/react-md-editor": "^3.9.5",
"antd": "^3.23.2",
"autoprefixer": "^10.3.1",
"chart.js": "^2.9.4",
"chrome-aws-lambda": "^10.1.0",
"cntl": "^1.0.0",
"core-js": "^3.21.1",
"country-code-emoji": "^2.3.0",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"eslint-plugin-flowtype": "^2.50.3",
"form-data": "^4.0.0",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"gatsby": "^2.24.80",
"gatsby-cli": "^2.12.111",
"gatsby-plugin-breakpoints": "^1.3.3",
"gatsby-plugin-feed": "^3.7.1",
"gatsby-plugin-image": "^1.5.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^2.2.16",
"gatsby-plugin-mdx": "^1.2.51",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-postcss": "^3.7.0",
"gatsby-plugin-posthog": "^1.0.1",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-remove-trailing-slashes": "^2.3.11",
"gatsby-plugin-sass": "^4.2.0",
"gatsby-plugin-sharp": "^2.2.22",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-typescript": "^2.4.24",
"gatsby-remark-autolink-headers": "^2.1.10",
"gatsby-remark-copy-linked-files": "^2.3.2",
"gatsby-remark-katex": "^3.1.8",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-prismjs": "^3.5.1",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^2.1.22",
"gatsby-transformer-gitinfo": "^1.1.0",
"gatsby-transformer-json": "^2.2.8",
"gatsby-transformer-remark": "^2.8.7",
"gatsby-transformer-sharp": "^2.2.14",
"git-url-parse": "^11.6.0",
"github-slugger": "^1.4.0",
"gravatar": "^1.8.2",
"is-plain-object": "^5.0.0",
"katex": "^0.12.0",
"kea": "^2.2.2",
"kea-loaders": "^0.3.0",
"kea-localstorage": "^1.1.1",
"kea-router": "^0.5.1",
"kea-typegen": "^0.5.3",
"lodash.groupby": "^4.6.0",
"lodash.uniqby": "^4.7.0",
"mailgun.js": "^4.1.4",
"mobx": "^6.3.13",
"node-fetch": "^2.6.1",
"postcss": "^8.3.5",
"prism-react-renderer": "^1.2.0",
"prismjs": "^1.25.0",
"puppeteer-core": "^13.0.1",
"query-string": "^6.13.1",
"rc-slider": "^9.7.2",
"react": "^16.13.1",
"react-animate-height": "^2.0.23",
"react-burger-menu": "^3.0.6",
"react-calendly": "^2.2.2",
"react-compare-slider": "^2.1.0",
"react-dom": "^16.13.1",
"react-github-btn": "^1.2.1",
"react-helmet": "^5.2.1",
"react-intersection-observer": "^8.32.1",
"react-leaf-carousel": "^2.0.3",
"react-markdown": "^5.0.3",
"react-medium-image-zoom": "^4.3.5",
"react-modal": "^3.11.2",
"react-popper": "^2.2.5",
"react-redux": "^7.2.1",
"react-responsive": "^8.2.0",
"react-scroll": "^1.8.3",
"react-scrollspy": "^3.4.3",
"react-slick": "^0.28.1",
"redoc": "^2.0.0-rc.62",
"redux": "^4.0.5",
"rehype-sanitize": "^5.0.1",
"reselect": "^4.0.0",
"sass": "^1.43.2",
"sharp": "^0.27.2",
"slugify": "^1.6.0",
"styled-components": "^5.3.3",
"svg-sprite": "^1.5.0",
"typescript": "^4.0.2",
"xss": "^1.0.10"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@storybook/addon-actions": "^6.3.9",
"@storybook/addon-essentials": "^6.3.9",
"@storybook/addon-links": "^6.3.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.3.9",
"@storybook/manager-webpack5": "^6.3.9",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.3.9",
"@types/chart.js": "^2.9.31",
"@types/mdx-js__react": "^1.5.3",
"@types/react-helmet": "^6.1.0",
"@types/react-modal": "^3.10.6",
"@typescript-eslint/parser": "^4.5.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.4.0",
"eslint": "^7.9.0",
"eslint-plugin-react": "^7.20.6",
"husky": "^4.2.5",
"jest": "^27.0.6",
"lint-staged": "^10.2.12",
"mem": "^5.1.1",
"prettier": "^2.1.0",
"puppeteer": "^13.0.1",
"react-dev-utils": "^11.0.4",
"sass-loader": "^12.2.0",
"storybook-addon-gatsby": "0.0.2",
"storybook-dark-mode": "^1.0.8",
"style-loader": "^3.3.0",
"tailwindcss": "^2.2.4",
"webpack": "5"
},
"husky": {
"hooks": {
"pre-commit": "node ./scripts/mdxImportGen && git add src/mdxGlobalComponents.js && lint-staged"
}
},
"lint-staged": {
"*.{html,js,ts,tsx,json,yml,css,scss}": "prettier --write",
"*.{js,ts,tsx}": "eslint"
}
}