Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"name": "ericpoe.com",
"description": "Code and content for ericpoe.com",
"author": "Eric Poe <eric.poe@gmail.com>",
"license": "MIT",
"dependencies": {
"@reach/router": "^1.3.4",
"autoprefixer": "^10.4.2",
"gatsby": "^4.5.2",
"gatsby-plugin-google-analytics": "^4.5.0",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-next-seo": "^1.9.0",
"gatsby-plugin-offline": "^5.5.1",
"gatsby-plugin-postcss": "^5.5.0",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-remark-images": "^6.5.1",
"gatsby-remark-prismjs": "^6.5.0",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-transformer-remark": "^5.5.1",
"postcss": "^8.4.5",
"prism-themes": "^1.9.0",
"prismjs": "^1.26.0",
"prop-types": "^15.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.2.2",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.15"
},
"devDependencies": {
"eslint-config-airbnb": "^19.0.4",
"eslint-config-gatsby-standard": "^3.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1"
},
"scripts": {
"css": "node_modules/.bin/tailwind build -i src/styles/tailwind.css -c ./tailwind.config.js -o src/components/css/index.css",
"build": "yarn css && gatsby build",
"develop": "yarn css && gatsby develop",
"develop:debug": "node --inspect=127.0.0.1:9232 node_modules/.bin/gatsby develop",
"format": "prettier --write '**/*.{js,json,jsx,md}'",
"lint": "eslint '**/*.{js,jsx}'",
"test": "echo \"Error: no test specified\" && exit 1"
}
}