rickvanlieshout.com/package.json

120 lines
3.8 KiB
JSON
Raw Normal View History

2016-03-11 23:28:19 +01:00
{
2019-07-25 17:50:16 +02:00
"version": "3.0.3",
2016-06-03 01:32:38 +02:00
"name": "gatsby-starter-lumen",
2018-11-09 18:08:48 +01:00
"description": "A minimal, lightweight and mobile-first starter for creating blazing-fast static blogs",
2016-03-11 23:28:19 +01:00
"main": "n/a",
"scripts": {
2018-11-09 18:08:48 +01:00
"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",
2019-04-08 17:53:56 +02:00
"flow": "flow",
2019-05-09 21:08:42 +02:00
"lint:js": "eslint --cache --ext .js,.jsx .",
2018-11-09 18:08:48 +01:00
"lint:scss": "stylelint \"src/**/*.scss\"",
2019-04-08 17:53:56 +02:00
"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"
2016-03-11 23:28:19 +01:00
},
2018-11-09 18:08:48 +01:00
"repository": "https://github.com/alxshelepenok/gatsby-starter-lumen",
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
"license": "MIT",
2016-03-11 23:28:19 +01:00
"keywords": [
"gatsby",
2018-11-09 18:08:48 +01:00
"graphql",
"netlify",
"netlify-cms",
"pagination",
"categories",
"tags",
"prismjs",
2018-11-09 18:08:48 +01:00
"static",
"lost",
2017-02-05 16:45:57 +01:00
"blog",
"minimal",
2018-01-21 00:57:29 +01:00
"react",
"theme",
"starter",
"disqus"
2016-03-11 23:28:19 +01:00
],
"dependencies": {
"bluebird": "^3.5.5",
2019-02-15 22:56:55 +01:00
"classnames": "^2.2.6",
"codecov": "^3.5.0",
2019-08-16 21:48:14 +02:00
"gatsby": "^2.13.67",
2019-08-14 01:00:33 +02:00
"gatsby-link": "^2.2.5",
"gatsby-plugin-catch-links": "^2.1.3",
2019-07-30 14:42:11 +02:00
"gatsby-plugin-feed": "^2.3.6",
2019-07-12 22:06:33 +02:00
"gatsby-plugin-flow": "^1.1.2",
2019-07-24 07:36:37 +02:00
"gatsby-plugin-google-gtag": "^1.1.4",
2019-08-09 13:02:03 +02:00
"gatsby-plugin-manifest": "^2.2.5",
2019-08-15 04:57:42 +02:00
"gatsby-plugin-netlify": "^2.1.5",
2019-08-16 21:48:14 +02:00
"gatsby-plugin-netlify-cms": "^4.1.7",
2019-08-14 01:00:33 +02:00
"gatsby-plugin-offline": "^2.2.6",
"gatsby-plugin-optimize-svgs": "^1.0.3",
2019-08-02 22:31:36 +02:00
"gatsby-plugin-react-helmet": "^3.1.3",
2019-08-14 01:00:33 +02:00
"gatsby-plugin-sass": "^2.1.8",
2019-08-16 21:48:14 +02:00
"gatsby-plugin-sharp": "^2.2.12",
2019-08-09 13:02:03 +02:00
"gatsby-plugin-sitemap": "^2.2.6",
2019-07-19 20:54:00 +02:00
"gatsby-remark-autolink-headers": "^2.1.3",
2019-08-15 04:57:42 +02:00
"gatsby-remark-copy-linked-files": "^2.1.6",
"gatsby-remark-external-links": "0.0.4",
2019-08-16 21:48:14 +02:00
"gatsby-remark-images": "^3.1.12",
2019-07-12 22:06:33 +02:00
"gatsby-remark-katex": "^3.1.2",
2019-08-09 13:02:03 +02:00
"gatsby-remark-prismjs": "^3.3.5",
"gatsby-remark-relative-images": "^0.2.3",
2019-07-19 20:54:00 +02:00
"gatsby-remark-responsive-iframe": "^2.2.4",
2019-07-12 22:06:33 +02:00
"gatsby-remark-smartypants": "^2.1.2",
2019-08-09 13:02:03 +02:00
"gatsby-source-filesystem": "^2.1.9",
2019-08-14 01:00:33 +02:00
"gatsby-transformer-remark": "^2.6.14",
2019-08-09 13:02:03 +02:00
"gatsby-transformer-sharp": "^2.2.6",
2018-11-09 18:08:48 +01:00
"invariant": "^2.2.4",
"katex": "^0.11.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"netlify-cms-app": "^2.9.7",
"node-sass": "^4.12.0",
2018-11-09 18:08:48 +01:00
"normalize-scss": "^7.0.1",
"prismjs": "^1.17.1",
2019-08-08 23:30:54 +02:00
"react": "^16.9.0",
2019-01-21 15:17:53 +01:00
"react-disqus-comments": "^1.4.0",
2019-08-08 23:30:54 +02:00
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1"
2016-03-11 23:28:19 +01:00
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
2019-05-02 17:41:49 +02:00
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "7.5.5",
2019-03-26 23:06:51 +01:00
"@babel/preset-react": "7.0.0",
"autoprefixer": "9.6.1",
2019-03-26 23:48:28 +01:00
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.2",
"babel-jest": "24.9.0",
"babel-preset-gatsby": "0.2.8",
"browserslist": "4.6.6",
"concurrently": "4.1.1",
2019-07-21 15:14:29 +02:00
"eslint": "6.1.0",
"eslint-config-airbnb-base": "13.2.0",
2019-07-20 10:47:13 +02:00
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jest": "22.15.1",
"eslint-plugin-jsx-a11y": "6.2.3",
2019-07-23 03:06:51 +02:00
"eslint-plugin-react": "7.14.3",
"eslint-watch": "6.0.0",
"flow-bin": "^0.105.2",
"flow-typed": "^2.6.1",
"gh-pages": "2.1.1",
2019-04-08 17:53:56 +02:00
"identity-obj-proxy": "3.0.0",
"jest": "24.9.0",
"jest-cli": "24.9.0",
2019-02-13 13:55:23 +01:00
"lost": "8.3.1",
"postcss-pxtorem": "4.0.1",
"react-test-renderer": "16.9.0",
"rimraf": "3.0.0",
"stylelint": "10.1.0",
"stylelint-config-recommended-scss": "3.3.0",
"stylelint-scss": "3.9.3"
2016-03-11 23:28:19 +01:00
}
2017-10-30 22:25:25 +01:00
}