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\"",
|
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-10-15 11:27:57 +02:00
|
|
|
"bluebird": "^3.7.1",
|
2019-02-15 22:56:55 +01:00
|
|
|
"classnames": "^2.2.6",
|
2019-09-21 12:30:49 +02:00
|
|
|
"codecov": "^3.6.1",
|
2019-11-22 10:08:21 +01:00
|
|
|
"gatsby": "^2.18.2",
|
2019-11-15 15:48:00 +01:00
|
|
|
"gatsby-link": "^2.2.24",
|
|
|
|
"gatsby-plugin-catch-links": "^2.1.17",
|
|
|
|
"gatsby-plugin-feed": "^2.3.21",
|
|
|
|
"gatsby-plugin-flow": "^1.1.14",
|
|
|
|
"gatsby-plugin-google-gtag": "^1.1.16",
|
2019-11-19 09:56:58 +01:00
|
|
|
"gatsby-plugin-manifest": "^2.2.29",
|
2019-11-15 15:48:00 +01:00
|
|
|
"gatsby-plugin-netlify": "^2.1.25",
|
|
|
|
"gatsby-plugin-netlify-cms": "^4.1.28",
|
2019-11-19 09:56:58 +01:00
|
|
|
"gatsby-plugin-offline": "^3.0.22",
|
2019-08-02 21:02:55 +02:00
|
|
|
"gatsby-plugin-optimize-svgs": "^1.0.3",
|
2019-11-15 15:48:00 +01:00
|
|
|
"gatsby-plugin-react-helmet": "^3.1.15",
|
|
|
|
"gatsby-plugin-sass": "^2.1.23",
|
2019-11-19 09:56:58 +01:00
|
|
|
"gatsby-plugin-sharp": "^2.3.2",
|
2019-11-15 15:48:00 +01:00
|
|
|
"gatsby-plugin-sitemap": "^2.2.21",
|
|
|
|
"gatsby-remark-autolink-headers": "^2.1.18",
|
|
|
|
"gatsby-remark-copy-linked-files": "^2.1.30",
|
2019-07-11 23:47:27 +02:00
|
|
|
"gatsby-remark-external-links": "0.0.4",
|
2019-11-22 10:08:21 +01:00
|
|
|
"gatsby-remark-images": "^3.1.33",
|
2019-11-15 15:48:00 +01:00
|
|
|
"gatsby-remark-katex": "^3.1.17",
|
2019-11-20 11:17:06 +01:00
|
|
|
"gatsby-remark-prismjs": "^3.3.24",
|
2019-08-09 13:02:03 +02:00
|
|
|
"gatsby-remark-relative-images": "^0.2.3",
|
2019-11-15 15:48:00 +01:00
|
|
|
"gatsby-remark-responsive-iframe": "^2.2.27",
|
|
|
|
"gatsby-remark-smartypants": "^2.1.16",
|
2019-11-19 09:56:58 +01:00
|
|
|
"gatsby-source-filesystem": "^2.1.38",
|
|
|
|
"gatsby-transformer-remark": "^2.6.37",
|
2019-11-15 15:48:00 +01:00
|
|
|
"gatsby-transformer-sharp": "^2.3.5",
|
2018-11-09 18:08:48 +01:00
|
|
|
"invariant": "^2.2.4",
|
2019-09-18 14:54:37 +02:00
|
|
|
"katex": "^0.11.1",
|
2019-07-19 20:51:17 +02:00
|
|
|
"lodash": "^4.17.15",
|
2019-03-23 19:13:50 +01:00
|
|
|
"moment": "^2.24.0",
|
2019-07-25 00:18:44 +02:00
|
|
|
"netlify-cms-app": "^2.9.7",
|
2019-10-24 09:15:59 +02:00
|
|
|
"node-sass": "^4.13.0",
|
2018-11-09 18:08:48 +01:00
|
|
|
"normalize-scss": "^7.0.1",
|
2019-07-22 04:13:04 +02:00
|
|
|
"prismjs": "^1.17.1",
|
2019-11-15 01:19:52 +01:00
|
|
|
"react": "^16.12.0",
|
2019-01-21 15:17:53 +01:00
|
|
|
"react-disqus-comments": "^1.4.0",
|
2019-11-15 01:19:52 +01:00
|
|
|
"react-dom": "^16.12.0",
|
2019-05-01 02:54:15 +02:00
|
|
|
"react-helmet": "^5.2.1"
|
2016-03-11 23:28:19 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-11-23 00:38:36 +01:00
|
|
|
"@babel/core": "7.7.4",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.7.4",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.7.4",
|
|
|
|
"@babel/plugin-transform-flow-strip-types": "^7.7.4",
|
|
|
|
"@babel/preset-env": "7.7.4",
|
|
|
|
"@babel/preset-react": "7.7.4",
|
2019-11-19 20:37:51 +01:00
|
|
|
"autoprefixer": "9.7.2",
|
2019-03-26 23:48:28 +01:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2019-08-25 23:25:08 +02:00
|
|
|
"babel-eslint": "10.0.3",
|
2019-08-16 09:12:59 +02:00
|
|
|
"babel-jest": "24.9.0",
|
2019-11-15 15:48:00 +01:00
|
|
|
"babel-preset-gatsby": "0.2.22",
|
2019-11-18 23:40:30 +01:00
|
|
|
"browserslist": "4.7.3",
|
2019-10-07 04:37:08 +02:00
|
|
|
"concurrently": "5.0.0",
|
2019-10-27 05:08:56 +01:00
|
|
|
"eslint": "6.6.0",
|
2019-10-31 17:42:08 +01:00
|
|
|
"eslint-config-airbnb-base": "14.0.0",
|
2019-07-20 10:47:13 +02:00
|
|
|
"eslint-plugin-import": "2.18.2",
|
2019-11-14 19:05:33 +01:00
|
|
|
"eslint-plugin-jest": "23.0.4",
|
2019-07-01 06:27:25 +02:00
|
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
2019-10-04 16:20:36 +02:00
|
|
|
"eslint-plugin-react": "7.16.0",
|
2019-09-25 02:25:12 +02:00
|
|
|
"eslint-watch": "6.0.1",
|
2019-11-12 20:24:05 +01:00
|
|
|
"flow-bin": "^0.112.0",
|
2019-10-23 17:15:53 +02:00
|
|
|
"flow-typed": "^2.6.2",
|
2019-08-08 16:04:05 +02:00
|
|
|
"gh-pages": "2.1.1",
|
2019-04-08 17:53:56 +02:00
|
|
|
"identity-obj-proxy": "3.0.0",
|
2019-08-16 09:12:59 +02:00
|
|
|
"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",
|
2019-11-15 01:19:38 +01:00
|
|
|
"react-test-renderer": "16.12.0",
|
2019-08-14 20:29:41 +02:00
|
|
|
"rimraf": "3.0.0",
|
2019-11-16 13:30:55 +01:00
|
|
|
"stylelint": "12.0.0",
|
2019-11-21 18:51:35 +01:00
|
|
|
"stylelint-config-recommended-scss": "4.1.0",
|
2019-11-21 09:15:07 +01:00
|
|
|
"stylelint-scss": "3.13.0"
|
2016-03-11 23:28:19 +01:00
|
|
|
}
|
2017-10-30 22:25:25 +01:00
|
|
|
}
|