84 lines
2.6 KiB
JSON
84 lines
2.6 KiB
JSON
{
|
|
"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 ."
|
|
},
|
|
"dependencies": {
|
|
"@react-spectrum/provider": "^3.6.0",
|
|
"@spectrum-icons/workflow": "^4.0.4",
|
|
"autoprefixer": "^10.2.6",
|
|
"chalk": "^4.1.1",
|
|
"chroma-js": "^2.1.2",
|
|
"classnames": "^2.3.1",
|
|
"exifr": "^7.1.3",
|
|
"fast-exif": "^1.0.1",
|
|
"gatsby": "^5.0.1",
|
|
"gatsby-plugin-image": "^3.0.0",
|
|
"gatsby-plugin-manifest": "^5.0.0",
|
|
"gatsby-plugin-postcss": "^6.0.0",
|
|
"gatsby-plugin-preval": "^1.0.0",
|
|
"gatsby-plugin-react-helmet": "^6.0.0",
|
|
"gatsby-plugin-robots-txt": "^1.8.0",
|
|
"gatsby-plugin-sharp": "^5.0.0",
|
|
"gatsby-source-filesystem": "^5.0.0",
|
|
"gatsby-transformer-sharp": "^5.0.0",
|
|
"kebab-case": "^1.0.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"node-iptc": "^1.0.5",
|
|
"node-vibrant": "3.1.6",
|
|
"postcss": "^8.4.19",
|
|
"postcss-nested": "^6.0.0",
|
|
"ramda": "^0.27.1",
|
|
"react": "^18.2.0",
|
|
"react-aria": "^3.21.0",
|
|
"react-cool-dimensions": "^2.0.7",
|
|
"react-div-100vh": "^0.7.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet": "latest",
|
|
"react-stately": "^3.19.0",
|
|
"react-tiny-popover": "^7.2.0",
|
|
"sass": "^1.34.0",
|
|
"tailwindcss": "^3.2.4",
|
|
"use-breakpoint": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chroma-js": "^2.1.4",
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
"@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",
|
|
"babel-plugin-preval": "^5.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.25.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"eslint-webpack-plugin": "^2.5.4",
|
|
"prettier": "2.3.2",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"packageManager": "yarn@3.3.0"
|
|
}
|