Jay Liu Design
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "gatsby-theme-endeavors", | |
"private": true, | |
"version": "0.0.1", | |
"keywords": [ | |
"Jay Liu" | |
], | |
"dependencies": { | |
"@kennethormandy/react-fittext": "^0.6.0", | |
"@mattjennings/react-modal": "^1.0.2", | |
"@mattjennings/react-modal-stack": "^1.0.2", | |
"@mdx-js/mdx": "^1.6.22", | |
"@theme-ui/color": "^0.10.0", | |
"@theme-ui/prism": "^0.9.1", | |
"ap-style-title-case": "^1.1.2", | |
"babel-jest": "^27.0.2", | |
"babel-preset-gatsby": "^1.6.0", | |
"color": "^3.1.2", | |
"deepmerge": "^4.2.2", | |
"framer-motion": "^2.0.0", | |
"gatsby": "^3.6.1", | |
"gatsby-plugin-advanced-sitemap": "^2.0.0", | |
"gatsby-plugin-catch-links": "^3.6.0", | |
"gatsby-plugin-google-gtag": "^3.6.0", | |
"gatsby-plugin-image": "^1.6.0", | |
"gatsby-plugin-mdx": "^2.7.0-next.0", | |
"gatsby-plugin-nprogress": "^3.6.0", | |
"gatsby-plugin-preload-fonts": "^2.6.0", | |
"gatsby-plugin-react-helmet": "^4.6.0", | |
"gatsby-plugin-sharp": "^3.6.0", | |
"gatsby-plugin-theme-ui": "^0.9.1", | |
"gatsby-plugin-transition-link": "^1.20.5", | |
"gatsby-plugin-twitter": "^3.6.0", | |
"gatsby-plugin-typography": "^3.6.0", | |
"gatsby-remark-autolink-headers": "^4.5.0", | |
"gatsby-remark-copy-linked-files": "^4.3.0", | |
"gatsby-remark-image-attributes": "^1.0.0", | |
"gatsby-remark-images": "^5.4.0-next.0", | |
"gatsby-remark-images-medium-zoom": "^1.7.0", | |
"gatsby-remark-numbered-footnotes": "^1.0.1", | |
"gatsby-remark-prismjs": "^5.3.0", | |
"gatsby-remark-responsive-iframe": "^4.3.0", | |
"gatsby-remark-widows": "^1.0.0", | |
"gatsby-source-filesystem": "^3.6.0", | |
"gatsby-transformer-remark": "^4.3.0", | |
"gatsby-transformer-sharp": "3.6.0", | |
"gsap": "^3.3.4", | |
"identity-obj-proxy": "^3.0.0", | |
"jest": "^25.5.4", | |
"lodash": "^4.17.21", | |
"mdx-utils": "^0.2.0", | |
"prismjs": "^1.20.0", | |
"react": "^17.0.2", | |
"react-collapse": "^5.1.0", | |
"react-dom": "^17.0.2", | |
"react-helmet": "^6.1.0", | |
"react-jss": "^10.6.0", | |
"react-medium-image-zoom": "^4.3.4", | |
"react-player": "^2.10.1", | |
"react-redux": "^7.2.4", | |
"react-test-renderer": "^17.0.2", | |
"redux": "^4.1.0", | |
"remark-slug": "^6.0.0", | |
"remark-textr": "^4.0.0", | |
"remark-unwrap-images": "^2.0.0", | |
"reset-css-complete": "^2.0.0", | |
"theme-ui": "^0.9.1", | |
"typeface-work-sans": "*", | |
"typographic-apostrophes": "^1.1.1", | |
"typographic-apostrophes-for-possessive-plurals": "^1.0.5", | |
"typographic-arrows": "^1.0.3", | |
"typographic-ellipses": "^1.0.11", | |
"typographic-em-dashes": "^1.0.2", | |
"typographic-en-dashes": "^1.0.1", | |
"typographic-math-symbols": "^1.1.5", | |
"typographic-quotes": "^2.0.1", | |
"typographic-single-spaces": "^1.0.2", | |
"widont": "^0.3.3" | |
}, | |
"peerDependencies": { | |
"gatsby": "^3.6.1", | |
"react": "^17.0.2", | |
"react-dom": "^17.0.2" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.14.3", | |
"@storybook/addon-actions": "^5.2.8", | |
"@storybook/addon-links": "^5.2.8", | |
"@storybook/addons": "^5.2.8", | |
"@storybook/react": "^5.2.8", | |
"babel-loader": "^8.2.2", | |
"prettier": "^2.2.1" | |
}, | |
"license": "MIT", | |
"main": "index.js", | |
"repository": { | |
"type": "git", | |
"url": "git@gitlab.com:jayliu50/portfolio.git" | |
}, | |
"scripts": { | |
"build": "gatsby build", | |
"develop": "gatsby develop", | |
"format": "prettier --write ./src/**/*.{js,jsx,css} ./src/**/**/*.{js,jsx,css} ./gatsby-*.js ./utils/**/*.js", | |
"start": "npm run develop", | |
"serve": "gatsby serve", | |
"test": "jest --watch", | |
"storybook": "start-storybook -p 6006", | |
"build-storybook": "build-storybook" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment