2016-03-11 23:28:19 +01:00
|
|
|
{
|
2020-07-08 22:44:23 +02:00
|
|
|
"version": "3.0.5",
|
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\"",
|
2019-05-08 23:11:44 +02:00
|
|
|
"test": "jest --config ./jest/jest-config.js",
|
|
|
|
"test:coverage": "jest --coverage --config ./jest/jest-config.js",
|
2019-07-19 20:09:54 +02:00
|
|
|
"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",
|
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-11-28 23:58:01 +01:00
|
|
|
"bluebird": "^3.7.2",
|
2019-02-15 22:56:55 +01:00
|
|
|
"classnames": "^2.2.6",
|
2020-05-18 15:56:19 +02:00
|
|
|
"codecov": "^3.7.0",
|
2020-07-20 17:21:27 +02:00
|
|
|
"gatsby": "^2.24.7",
|
2020-07-15 20:14:01 +02:00
|
|
|
"gatsby-link": "^2.4.13",
|
2020-07-10 12:31:07 +02:00
|
|
|
"gatsby-plugin-catch-links": "^2.3.11",
|
|
|
|
"gatsby-plugin-feed": "^2.5.11",
|
|
|
|
"gatsby-plugin-flow": "^1.3.11",
|
|
|
|
"gatsby-plugin-google-gtag": "^2.1.10",
|
2020-07-20 17:21:27 +02:00
|
|
|
"gatsby-plugin-manifest": "^2.4.19",
|
2020-07-10 12:31:07 +02:00
|
|
|
"gatsby-plugin-netlify": "^2.3.11",
|
|
|
|
"gatsby-plugin-netlify-cms": "^4.3.11",
|
2020-07-20 17:21:27 +02:00
|
|
|
"gatsby-plugin-offline": "^3.2.19",
|
2020-02-07 09:05:20 +01:00
|
|
|
"gatsby-plugin-optimize-svgs": "^1.0.4",
|
2020-07-10 12:31:07 +02:00
|
|
|
"gatsby-plugin-react-helmet": "^3.3.10",
|
|
|
|
"gatsby-plugin-sass": "^2.3.12",
|
2020-07-20 11:58:45 +02:00
|
|
|
"gatsby-plugin-sharp": "^2.6.20",
|
2020-07-10 12:31:07 +02:00
|
|
|
"gatsby-plugin-sitemap": "^2.4.11",
|
|
|
|
"gatsby-remark-autolink-headers": "^2.3.11",
|
|
|
|
"gatsby-remark-copy-linked-files": "^2.3.11",
|
2019-07-11 23:47:27 +02:00
|
|
|
"gatsby-remark-external-links": "0.0.4",
|
2020-07-15 20:14:01 +02:00
|
|
|
"gatsby-remark-images": "^3.3.19",
|
2020-07-10 12:31:07 +02:00
|
|
|
"gatsby-remark-katex": "^3.3.10",
|
|
|
|
"gatsby-remark-prismjs": "^3.5.10",
|
2020-02-22 18:45:05 +01:00
|
|
|
"gatsby-remark-relative-images": "^0.3.0",
|
2020-07-10 12:31:07 +02:00
|
|
|
"gatsby-remark-responsive-iframe": "^2.4.11",
|
|
|
|
"gatsby-remark-smartypants": "^2.3.10",
|
2020-07-20 11:58:45 +02:00
|
|
|
"gatsby-source-filesystem": "^2.3.20",
|
2020-07-10 12:31:07 +02:00
|
|
|
"gatsby-transformer-remark": "^2.8.25",
|
|
|
|
"gatsby-transformer-sharp": "^2.5.11",
|
2018-11-09 18:08:48 +01:00
|
|
|
"invariant": "^2.2.4",
|
2020-07-12 23:33:20 +02:00
|
|
|
"katex": "^0.12.0",
|
2020-07-13 21:10:59 +02:00
|
|
|
"lodash": "^4.17.19",
|
2020-06-19 00:14:22 +02:00
|
|
|
"moment": "^2.27.0",
|
2020-07-16 16:39:27 +02:00
|
|
|
"netlify-cms-app": "^2.12.18",
|
2020-05-05 01:59:01 +02:00
|
|
|
"node-sass": "^4.14.1",
|
2018-11-09 18:08:48 +01:00
|
|
|
"normalize-scss": "^7.0.1",
|
2020-04-04 03:13:02 +02:00
|
|
|
"prismjs": "^1.20.0",
|
2020-03-19 21:10:58 +01:00
|
|
|
"react": "^16.13.1",
|
2019-01-21 15:17:53 +01:00
|
|
|
"react-disqus-comments": "^1.4.0",
|
2020-03-19 21:10:58 +01:00
|
|
|
"react-dom": "^16.13.1",
|
2020-06-08 07:06:46 +02:00
|
|
|
"react-helmet": "^6.1.0"
|
2016-03-11 23:28:19 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-14 20:40:54 +02:00
|
|
|
"@babel/core": "7.10.5",
|
2020-07-05 11:32:27 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.10.4",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.10.4",
|
|
|
|
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
|
|
|
|
"@babel/preset-env": "7.10.4",
|
|
|
|
"@babel/preset-react": "7.10.4",
|
2020-07-11 08:36:35 +02:00
|
|
|
"autoprefixer": "9.8.5",
|
2019-03-26 23:48:28 +01:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2020-02-27 13:33:50 +01:00
|
|
|
"babel-eslint": "10.1.0",
|
2020-06-23 18:06:07 +02:00
|
|
|
"babel-jest": "26.1.0",
|
2020-07-10 12:31:07 +02:00
|
|
|
"babel-preset-gatsby": "0.5.2",
|
2020-07-05 14:33:23 +02:00
|
|
|
"browserslist": "4.13.0",
|
2020-05-07 13:56:15 +02:00
|
|
|
"concurrently": "5.2.0",
|
2020-07-18 21:12:58 +02:00
|
|
|
"eslint": "7.5.0",
|
2020-07-05 13:36:43 +02:00
|
|
|
"eslint-config-airbnb-base": "14.2.0",
|
|
|
|
"eslint-plugin-import": "2.22.0",
|
|
|
|
"eslint-plugin-jest": "23.18.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "6.3.1",
|
|
|
|
"eslint-plugin-react": "7.20.3",
|
2020-07-05 11:29:44 +02:00
|
|
|
"eslint-watch": "7.0.0",
|
2020-07-08 20:26:32 +02:00
|
|
|
"flow-bin": "^0.129.0",
|
2020-07-12 23:57:44 +02:00
|
|
|
"flow-typed": "^3.2.0",
|
2020-07-08 11:11:06 +02:00
|
|
|
"gh-pages": "3.1.0",
|
2019-04-08 17:53:56 +02:00
|
|
|
"identity-obj-proxy": "3.0.0",
|
2020-06-23 18:06:07 +02:00
|
|
|
"jest": "26.1.0",
|
|
|
|
"jest-cli": "26.1.0",
|
2019-02-13 13:55:23 +01:00
|
|
|
"lost": "8.3.1",
|
2020-03-04 04:04:32 +01:00
|
|
|
"postcss-pxtorem": "5.1.1",
|
2020-03-19 21:10:29 +01:00
|
|
|
"react-test-renderer": "16.13.1",
|
2020-02-11 08:15:07 +01:00
|
|
|
"rimraf": "3.0.2",
|
2020-07-05 11:33:04 +02:00
|
|
|
"stylelint": "13.6.1",
|
2020-01-30 09:06:10 +01:00
|
|
|
"stylelint-config-recommended-scss": "4.2.0",
|
2020-07-08 11:11:28 +02:00
|
|
|
"stylelint-scss": "3.18.0"
|
2016-03-11 23:28:19 +01:00
|
|
|
}
|
2017-10-30 22:25:25 +01:00
|
|
|
}
|