mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-13 16:45:12 +01:00
100 lines
3.3 KiB
JSON
100 lines
3.3 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": "gatsby develop --host 0.0.0.0",
|
|
"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": "gatsby build",
|
|
"format": "prettier --write 'src/**/*.{js,jsx}'",
|
|
"format:css": "prettier-stylelint --write --quiet 'src/**/*.{css,scss}'",
|
|
"test": "npm run lint && jest --coverage",
|
|
"test:watch": "npm run lint && jest --coverage --watch",
|
|
"deploy": "./scripts/deploy.sh",
|
|
"new": "babel-node ./scripts/new.js",
|
|
"lh": "lighthousebot --pwa=90 --perf=90 --a11y=90 --bp=90 --seo 90 --runner=wpt"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"file-saver": "^2.0.2",
|
|
"gatsby": "^2.17.17",
|
|
"gatsby-image": "^2.2.33",
|
|
"gatsby-plugin-manifest": "^2.2.29",
|
|
"gatsby-plugin-matomo": "^0.7.2",
|
|
"gatsby-plugin-offline": "^3.0.22",
|
|
"gatsby-plugin-react-helmet": "^3.1.15",
|
|
"gatsby-plugin-sass": "^2.1.23",
|
|
"gatsby-plugin-sharp": "^2.3.2",
|
|
"gatsby-plugin-sitemap": "^2.2.21",
|
|
"gatsby-plugin-svgr": "^2.0.2",
|
|
"gatsby-plugin-webpack-size": "^1.0.0",
|
|
"gatsby-source-filesystem": "^2.1.38",
|
|
"gatsby-transformer-json": "^2.2.18",
|
|
"gatsby-transformer-sharp": "^2.3.5",
|
|
"gatsby-transformer-yaml": "^2.2.17",
|
|
"giphy-js-sdk-core": "^1.0.6",
|
|
"graphql": "^14.5.8",
|
|
"intersection-observer": "^0.7.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-feather": "^2.0.3",
|
|
"react-helmet": "^5.2.1",
|
|
"react-pose": "^4.0.10",
|
|
"remark": "^11.0.2",
|
|
"remark-html": "^10.0.0",
|
|
"remark-parse": "^7.0.2",
|
|
"shortid": "^2.2.15",
|
|
"suncalc": "^1.8.0",
|
|
"vcf": "^2.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.2",
|
|
"@babel/node": "^7.7.0",
|
|
"@babel/preset-env": "^7.7.1",
|
|
"@react-mock/localstorage": "^0.1.2",
|
|
"@svgr/webpack": "^4.3.3",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-preset-gatsby": "^0.2.22",
|
|
"chalk": "^3.0.0",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-prettier": "^6.6.0",
|
|
"eslint-loader": "^3.0.2",
|
|
"eslint-plugin-graphql": "^3.1.0",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-react": "^7.16.0",
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^24.9.0",
|
|
"jest-canvas-mock": "^2.2.0",
|
|
"js-yaml": "^3.13.1",
|
|
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
|
|
"node-sass": "^4.13.0",
|
|
"ora": "^4.0.3",
|
|
"prepend": "^1.0.2",
|
|
"prettier": "^1.19.1",
|
|
"prettier-stylelint": "^0.4.2",
|
|
"slugify": "^1.3.6",
|
|
"stylelint": "^12.0.0",
|
|
"stylelint-config-css-modules": "^2.1.0",
|
|
"stylelint-config-standard": "^19.0.0",
|
|
"why-did-you-update": "^1.0.6"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|