{ "name": "chuck-dries", "version": "1.0.0", "private": true, "description": "Chuck Dries", "author": "Chuck Dries", "keywords": [ "gatsby" ], "scripts": { "develop": "gatsby develop", "playground": "GATSBY_GRAPHQL_IDE=playground gatsby develop", "start": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean", "lint-fix": "eslint --fix --ext .jsx,.js src", "lint": "eslint --ext .jsx,.js src", "upload": "rsync -rz --delete public/ ci@droplet.chuckdries.com:www/personal-website", "upload-staging": "rsync -rz --delete public/ ci@droplet.chuckdries.com:www/personal-website-staging", "deploy": "yarn build && yarn upload", "pretty": "prettier --write ." }, "resolutions": { "@types/react": "^17.0.38" }, "dependencies": { "@adobe/react-spectrum": "^3.19.0", "@mdx-js/mdx": "^1.6.22", "@mdx-js/react": "^1.6.22", "@spectrum-icons/workflow": "^4.0.0", "autoprefixer": "^10.2.6", "babel-eslint": "^10.1.0", "babel-plugin-preval": "^5.0.0", "chalk": "^4.1.1", "chroma-js": "^2.1.2", "classnames": "^2.3.1", "eslint": "^8.25.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-webpack-plugin": "^2.5.4", "exifr": "^7.1.3", "fast-exif": "^1.0.1", "gatsby": "^4.17.1", "gatsby-plugin-eslint": "^3.0.0", "gatsby-plugin-image": "^2.17.0", "gatsby-plugin-manifest": "^4.17.0", "gatsby-plugin-mdx": "^2.7.1", "gatsby-plugin-postcss": "^5.17.0", "gatsby-plugin-preval": "^1.0.0", "gatsby-plugin-react-helmet": "^5.17.0", "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sharp": "^4.17.0", "gatsby-source-filesystem": "^4.17.0", "gatsby-transformer-sharp": "^4.17.0", "kebab-case": "^1.0.1", "node-iptc": "^1.0.5", "node-vibrant": "3.1.6", "postcss": "^8.3.4", "postcss-nested": "^5.0.5", "ramda": "^0.27.1", "react": "^17.0.1", "react-cool-dimensions": "^2.0.7", "react-div-100vh": "^0.7.0", "react-dom": "^17.0.1", "react-helmet": "^6.1.0", "sass": "^1.34.0", "tailwindcss": "^2.1.2", "use-breakpoint": "^2.0.1" }, "devDependencies": { "@types/node": "^18.8.3", "@types/ramda": "^0.28.15", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/react-helmet": "^6.1.5", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "cross-env": "^7.0.3", "prettier": "2.3.2", "typescript": "^4.8.4" } }