Personal-Website/package.json

67 lines
2.0 KiB
JSON

{
"name": "chuck-dries",
"version": "1.0.0",
"private": true,
"description": "Chuck Dries",
"author": "Chuck Dries",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "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"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"autoprefixer": "^10.2.6",
"babel-eslint": "^10.1.0",
"babel-plugin-preval": "^5.0.0",
"babel-plugin-styled-components": "^1.12.0",
"chroma-js": "^2.1.2",
"classnames": "^2.3.1",
"eslint": "^7.28.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",
"fast-exif": "^1.0.1",
"gatsby": "^3.4.1",
"gatsby-plugin-eslint": "^3.0.0",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-mdx": "^2.7.1",
"gatsby-plugin-postcss": "^4.6.0",
"gatsby-plugin-preval": "^1.0.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sass": "^4.6.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-sharp": "^3.6.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-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-responsive-masonry": "^2.1.2",
"sass": "^1.34.0",
"styled-components": "^5.3.0",
"tailwindcss": "^2.1.2",
"use-breakpoint": "^2.0.1"
},
"devDependencies": {}
}