mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-13 16:45:12 +01:00
83 lines
2.7 KiB
JSON
83 lines
2.7 KiB
JSON
{
|
|
"name": "@kremalicious/portfolio",
|
|
"description": "Portfolio thingy, built with Gatsby",
|
|
"version": "0.1.0",
|
|
"homepage": "https://matthiaskretschmann.com",
|
|
"repository": "github:kremalicious/portfolio",
|
|
"bugs": "https://github.com/kremalicious/portfolio/issues",
|
|
"license": "MIT",
|
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
|
"scripts": {
|
|
"start": "./node_modules/gatsby/dist/bin/gatsby.js develop",
|
|
"ssr": "npm run build && serve -s public/",
|
|
"lint:js": "eslint ./gatsby-*.js && eslint ./src/**/*.{js,jsx}",
|
|
"lint:css": "stylelint ./src/**/*.{css,scss}",
|
|
"lint": "npm run lint:js && npm run lint:css",
|
|
"build": "./node_modules/gatsby/dist/bin/gatsby.js build",
|
|
"dev": "./node_modules/gatsby/dist/bin/gatsby.js develop --host 0.0.0.0",
|
|
"format": "prettier --write 'src/**/*.{js,jsx}'",
|
|
"format:css": "prettier-stylelint --write --quiet 'src/**/*.{css,scss}'",
|
|
"test": "npm run lint",
|
|
"deploy": "./scripts/deploy.sh",
|
|
"new": "babel-node ./scripts/new.js"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"file-saver": "^2.0.1",
|
|
"gatsby": "^2.3.3",
|
|
"gatsby-image": "^2.0.35",
|
|
"gatsby-plugin-favicon": "^3.1.5",
|
|
"gatsby-plugin-matomo": "^0.6.0",
|
|
"gatsby-plugin-offline": "^2.0.25",
|
|
"gatsby-plugin-react-helmet": "^3.0.11",
|
|
"gatsby-plugin-sass": "^2.0.11",
|
|
"gatsby-plugin-sharp": "^2.0.32",
|
|
"gatsby-plugin-sitemap": "^2.0.10",
|
|
"gatsby-plugin-svgr": "^2.0.2",
|
|
"gatsby-source-filesystem": "^2.0.28",
|
|
"gatsby-transformer-json": "^2.1.11",
|
|
"gatsby-transformer-sharp": "^2.1.17",
|
|
"gatsby-transformer-yaml": "^2.1.11",
|
|
"giphy-js-sdk-core": "^1.0.6",
|
|
"graphql": "^14.1.1",
|
|
"intersection-observer": "^0.5.1",
|
|
"js-yaml": "^3.13.0",
|
|
"node-sass": "^4.11.0",
|
|
"react": "^16.8.5",
|
|
"react-dom": "^16.8.5",
|
|
"react-helmet": "^5.2.0",
|
|
"react-pose": "^4.0.8",
|
|
"remark": "^10.0.1",
|
|
"remark-html": "^9.0.0",
|
|
"remark-parse": "^6.0.3",
|
|
"suncalc": "^1.8.0",
|
|
"terser": "^3.17.0",
|
|
"vcf": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/node": "^7.2.2",
|
|
"@babel/preset-env": "^7.4.2",
|
|
"@svgr/webpack": "^4.1.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.15.3",
|
|
"eslint-config-prettier": "^4.1.0",
|
|
"eslint-loader": "^2.1.2",
|
|
"eslint-plugin-graphql": "^3.0.3",
|
|
"eslint-plugin-prettier": "^3.0.1",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"ora": "^3.2.0",
|
|
"prepend": "^1.0.2",
|
|
"prettier": "^1.16.4",
|
|
"prettier-stylelint": "^0.4.2",
|
|
"slugify": "^1.3.4",
|
|
"stylelint": "^9.10.1",
|
|
"stylelint-config-css-modules": "^1.3.0",
|
|
"stylelint-config-standard": "^18.2.0",
|
|
"why-did-you-update": "^1.0.6"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|