2016-03-11 23:28:19 +01:00
|
|
|
{
|
2018-11-09 18:08:48 +01:00
|
|
|
"version": "3.0.0",
|
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 19:34:21 +02:00
|
|
|
"flow-typed": "flow-typed install --overwrite",
|
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\"",
|
2019-05-08 23:11:44 +02:00
|
|
|
"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",
|
2019-05-08 21:23:05 +02:00
|
|
|
"release": "standard-version"
|
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",
|
2019-01-21 23:11:07 +01:00
|
|
|
"pagination",
|
|
|
|
"categories",
|
|
|
|
"tags",
|
|
|
|
"prismjs",
|
2018-11-09 18:08:48 +01:00
|
|
|
"static",
|
2019-01-21 23:11:07 +01:00
|
|
|
"lost",
|
2017-02-05 16:45:57 +01:00
|
|
|
"blog",
|
2019-01-21 23:11:07 +01:00
|
|
|
"minimal",
|
2018-01-21 00:57:29 +01:00
|
|
|
"react",
|
|
|
|
"theme",
|
2019-01-21 23:11:07 +01:00
|
|
|
"starter",
|
|
|
|
"disqus"
|
2016-03-11 23:28:19 +01:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2019-04-03 12:34:02 +02:00
|
|
|
"bluebird": "^3.5.4",
|
2019-02-15 22:56:55 +01:00
|
|
|
"classnames": "^2.2.6",
|
2019-04-03 23:24:38 +02:00
|
|
|
"codecov": "^3.3.0",
|
2019-05-03 18:22:08 +02:00
|
|
|
"gatsby": "^2.4.2",
|
|
|
|
"gatsby-link": "^2.1.1",
|
2019-03-23 19:25:34 +01:00
|
|
|
"gatsby-plugin-catch-links": "^2.0.13",
|
2019-05-03 18:22:08 +02:00
|
|
|
"gatsby-plugin-feed": "^2.2.0",
|
|
|
|
"gatsby-plugin-flow": "^1.0.5",
|
|
|
|
"gatsby-plugin-google-gtag": "^1.0.17",
|
|
|
|
"gatsby-plugin-manifest": "^2.1.1",
|
|
|
|
"gatsby-plugin-netlify": "^2.0.16",
|
|
|
|
"gatsby-plugin-netlify-cms": "^3.0.18",
|
|
|
|
"gatsby-plugin-offline": "^2.1.0",
|
2019-04-05 22:29:15 +02:00
|
|
|
"gatsby-plugin-react-helmet": "^3.0.12",
|
2019-03-23 19:25:34 +01:00
|
|
|
"gatsby-plugin-sass": "^2.0.11",
|
2019-05-03 18:22:08 +02:00
|
|
|
"gatsby-plugin-sharp": "^2.0.36",
|
|
|
|
"gatsby-plugin-sitemap": "^2.1.0",
|
2019-03-23 19:25:34 +01:00
|
|
|
"gatsby-remark-autolink-headers": "^2.0.16",
|
2019-05-03 18:22:08 +02:00
|
|
|
"gatsby-remark-copy-linked-files": "^2.0.12",
|
|
|
|
"gatsby-remark-images": "^3.0.11",
|
2019-03-23 19:25:34 +01:00
|
|
|
"gatsby-remark-katex": "^3.0.4",
|
2019-05-03 18:22:08 +02:00
|
|
|
"gatsby-remark-prismjs": "^3.2.9",
|
2019-03-23 19:25:34 +01:00
|
|
|
"gatsby-remark-relative-images": "^0.2.2",
|
|
|
|
"gatsby-remark-responsive-iframe": "^2.1.1",
|
|
|
|
"gatsby-remark-smartypants": "^2.0.9",
|
2019-05-03 18:22:08 +02:00
|
|
|
"gatsby-source-filesystem": "^2.0.33",
|
|
|
|
"gatsby-transformer-remark": "^2.3.12",
|
|
|
|
"gatsby-transformer-sharp": "^2.1.19",
|
2018-11-09 18:08:48 +01:00
|
|
|
"invariant": "^2.2.4",
|
2019-03-23 19:23:20 +01:00
|
|
|
"katex": "^0.10.1",
|
2018-11-09 18:08:48 +01:00
|
|
|
"lodash": "^4.17.11",
|
2019-03-23 19:13:50 +01:00
|
|
|
"moment": "^2.24.0",
|
2019-04-10 16:22:57 +02:00
|
|
|
"netlify-cms": "^2.9.1",
|
2019-05-08 19:56:50 +02:00
|
|
|
"node-sass": "^4.12.0",
|
2018-11-09 18:08:48 +01:00
|
|
|
"normalize-scss": "^7.0.1",
|
2019-03-25 12:39:54 +01:00
|
|
|
"prismjs": "^1.16.0",
|
2019-03-28 10:43:23 +01:00
|
|
|
"react": "^16.8.6",
|
2019-01-21 15:17:53 +01:00
|
|
|
"react-disqus-comments": "^1.4.0",
|
2019-03-28 10:43:23 +01:00
|
|
|
"react-dom": "^16.8.6",
|
2019-05-01 02:54:15 +02:00
|
|
|
"react-helmet": "^5.2.1"
|
2016-03-11 23:28:19 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-02 17:41:49 +02:00
|
|
|
"@babel/core": "7.4.4",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.4.4",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.2.0",
|
|
|
|
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
|
|
|
|
"@babel/preset-env": "7.4.4",
|
2019-03-26 23:06:51 +01:00
|
|
|
"@babel/preset-react": "7.0.0",
|
2019-05-08 23:11:44 +02:00
|
|
|
"babel-preset-gatsby": "0.1.11",
|
2019-04-08 17:53:56 +02:00
|
|
|
"autoprefixer": "9.5.1",
|
2019-03-26 23:48:28 +01:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2019-04-08 17:53:56 +02:00
|
|
|
"babel-eslint": "10.0.1",
|
2019-05-08 20:00:07 +02:00
|
|
|
"babel-jest": "24.8.0",
|
2019-04-30 21:41:48 +02:00
|
|
|
"browserslist": "4.5.6",
|
2019-02-13 13:55:23 +01:00
|
|
|
"concurrently": "4.1.0",
|
2019-03-30 05:00:47 +01:00
|
|
|
"eslint": "5.16.0",
|
2019-02-13 13:55:23 +01:00
|
|
|
"eslint-config-airbnb-base": "13.1.0",
|
2019-04-16 23:23:02 +02:00
|
|
|
"eslint-plugin-import": "2.17.2",
|
2019-04-25 08:32:51 +02:00
|
|
|
"eslint-plugin-jest": "22.5.1",
|
2019-04-08 17:53:56 +02:00
|
|
|
"eslint-plugin-jsx-a11y": "6.2.1",
|
2019-05-03 09:23:58 +02:00
|
|
|
"eslint-plugin-react": "7.13.0",
|
2019-05-01 09:31:27 +02:00
|
|
|
"eslint-watch": "5.1.2",
|
2019-05-09 19:34:21 +02:00
|
|
|
"flow-typed": "^2.5.1",
|
2019-05-06 18:58:16 +02:00
|
|
|
"flow-bin": "^0.98.1",
|
2019-02-13 13:55:23 +01:00
|
|
|
"gh-pages": "2.0.1",
|
2019-04-08 17:53:56 +02:00
|
|
|
"identity-obj-proxy": "3.0.0",
|
2019-05-08 20:00:07 +02:00
|
|
|
"jest": "24.8.0",
|
|
|
|
"jest-cli": "24.8.0",
|
2019-02-13 13:55:23 +01:00
|
|
|
"lost": "8.3.1",
|
|
|
|
"postcss-pxtorem": "4.0.1",
|
2019-04-08 17:53:56 +02:00
|
|
|
"react-test-renderer": "16.8.6",
|
|
|
|
"rimraf": "2.6.3",
|
2019-05-08 21:23:05 +02:00
|
|
|
"standard-version": "6.0.1",
|
2019-04-16 11:34:34 +02:00
|
|
|
"stylelint": "10.0.1",
|
2019-04-19 20:29:13 +02:00
|
|
|
"stylelint-config-recommended-scss": "3.3.0",
|
2019-04-30 22:01:23 +02:00
|
|
|
"stylelint-scss": "3.6.1"
|
2016-03-11 23:28:19 +01:00
|
|
|
}
|
2017-10-30 22:25:25 +01:00
|
|
|
}
|