rickvanlieshout.com/package.json

120 lines
3.8 KiB
JSON

{
"version": "3.0.3",
"name": "gatsby-starter-lumen",
"description": "A minimal, lightweight and mobile-first starter for creating blazing-fast static blogs",
"main": "n/a",
"scripts": {
"develop": "yarn run clean && gatsby develop",
"build": "yarn run clean && gatsby build",
"deploy": "yarn run clean && gatsby build --prefix-paths && gh-pages -d public",
"clean": "rimraf .cache public",
"flow": "flow",
"lint:js": "eslint --cache --ext .js,.jsx .",
"lint:scss": "stylelint \"src/**/*.scss\"",
"lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\"",
"test": "jest --config ./jest/jest-config.js",
"test:coverage": "jest --coverage --config ./jest/jest-config.js",
"test:watch": "jest --watch --config ./jest/jest-config.js"
},
"repository": "https://github.com/alxshelepenok/gatsby-starter-lumen",
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
"license": "MIT",
"keywords": [
"gatsby",
"graphql",
"netlify",
"netlify-cms",
"pagination",
"categories",
"tags",
"prismjs",
"static",
"lost",
"blog",
"minimal",
"react",
"theme",
"starter",
"disqus"
],
"dependencies": {
"bluebird": "^3.7.0",
"classnames": "^2.2.6",
"codecov": "^3.6.1",
"gatsby": "^2.15.34",
"gatsby-link": "^2.2.19",
"gatsby-plugin-catch-links": "^2.1.13",
"gatsby-plugin-feed": "^2.3.16",
"gatsby-plugin-flow": "^1.1.10",
"gatsby-plugin-google-gtag": "^1.1.12",
"gatsby-plugin-manifest": "^2.2.21",
"gatsby-plugin-netlify": "^2.1.19",
"gatsby-plugin-netlify-cms": "^4.1.23",
"gatsby-plugin-offline": "^3.0.13",
"gatsby-plugin-optimize-svgs": "^1.0.3",
"gatsby-plugin-react-helmet": "^3.1.11",
"gatsby-plugin-sass": "^2.1.18",
"gatsby-plugin-sharp": "^2.2.29",
"gatsby-plugin-sitemap": "^2.2.17",
"gatsby-remark-autolink-headers": "^2.1.14",
"gatsby-remark-copy-linked-files": "^2.1.26",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.1.26",
"gatsby-remark-katex": "^3.1.13",
"gatsby-remark-prismjs": "^3.3.18",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-remark-responsive-iframe": "^2.2.23",
"gatsby-remark-smartypants": "^2.1.12",
"gatsby-source-filesystem": "^2.1.31",
"gatsby-transformer-remark": "^2.6.28",
"gatsby-transformer-sharp": "^2.2.21",
"invariant": "^2.2.4",
"katex": "^0.11.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"netlify-cms-app": "^2.9.7",
"node-sass": "^4.12.0",
"normalize-scss": "^7.0.1",
"prismjs": "^1.17.1",
"react": "^16.10.2",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"@babel/core": "7.6.3",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-optional-chaining": "7.6.0",
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
"@babel/preset-env": "7.6.3",
"@babel/preset-react": "7.6.3",
"autoprefixer": "9.6.4",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-preset-gatsby": "0.2.18",
"browserslist": "4.7.0",
"concurrently": "5.0.0",
"eslint": "6.5.1",
"eslint-config-airbnb-base": "13.2.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jest": "22.19.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.16.0",
"eslint-watch": "6.0.1",
"flow-bin": "^0.109.0",
"flow-typed": "^2.6.1",
"gh-pages": "2.1.1",
"identity-obj-proxy": "3.0.0",
"jest": "24.9.0",
"jest-cli": "24.9.0",
"lost": "8.3.1",
"postcss-pxtorem": "4.0.1",
"react-test-renderer": "16.10.2",
"rimraf": "3.0.0",
"stylelint": "11.0.0",
"stylelint-config-recommended-scss": "4.0.0",
"stylelint-scss": "3.11.1"
}
}