2016-03-12 01:28:19 +03:00
|
|
|
{
|
2019-07-25 18:50:16 +03:00
|
|
|
"version": "3.0.3",
|
2016-06-03 02:32:38 +03:00
|
|
|
"name": "gatsby-starter-lumen",
|
2018-11-09 20:08:48 +03:00
|
|
|
"description": "A minimal, lightweight and mobile-first starter for creating blazing-fast static blogs",
|
2016-03-12 01:28:19 +03:00
|
|
|
"main": "n/a",
|
|
|
|
"scripts": {
|
2018-11-09 20:08:48 +03: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 11:53:56 -04:00
|
|
|
"flow": "flow",
|
2019-05-09 22:08:42 +03:00
|
|
|
"lint:js": "eslint --cache --ext .js,.jsx .",
|
2018-11-09 20:08:48 +03:00
|
|
|
"lint:scss": "stylelint \"src/**/*.scss\"",
|
2019-04-08 11:53:56 -04:00
|
|
|
"lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\"",
|
2019-05-09 00:11:44 +03:00
|
|
|
"test": "jest --config ./jest/jest-config.js",
|
|
|
|
"test:coverage": "jest --coverage --config ./jest/jest-config.js",
|
2019-07-19 21:09:54 +03:00
|
|
|
"test:watch": "jest --watch --config ./jest/jest-config.js"
|
2016-03-12 01:28:19 +03:00
|
|
|
},
|
2018-11-09 20:08:48 +03:00
|
|
|
"repository": "https://github.com/alxshelepenok/gatsby-starter-lumen",
|
|
|
|
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
|
|
|
|
"license": "MIT",
|
2016-03-12 01:28:19 +03:00
|
|
|
"keywords": [
|
|
|
|
"gatsby",
|
2018-11-09 20:08:48 +03:00
|
|
|
"graphql",
|
|
|
|
"netlify",
|
|
|
|
"netlify-cms",
|
2019-01-22 01:11:07 +03:00
|
|
|
"pagination",
|
|
|
|
"categories",
|
|
|
|
"tags",
|
|
|
|
"prismjs",
|
2018-11-09 20:08:48 +03:00
|
|
|
"static",
|
2019-01-22 01:11:07 +03:00
|
|
|
"lost",
|
2017-02-05 18:45:57 +03:00
|
|
|
"blog",
|
2019-01-22 01:11:07 +03:00
|
|
|
"minimal",
|
2018-01-21 02:57:29 +03:00
|
|
|
"react",
|
|
|
|
"theme",
|
2019-01-22 01:11:07 +03:00
|
|
|
"starter",
|
|
|
|
"disqus"
|
2016-03-12 01:28:19 +03:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2019-11-28 22:58:01 +00:00
|
|
|
"bluebird": "^3.7.2",
|
2019-02-15 16:56:55 -05:00
|
|
|
"classnames": "^2.2.6",
|
2020-02-07 14:28:12 +00:00
|
|
|
"codecov": "^3.6.5",
|
2020-04-03 09:15:14 +00:00
|
|
|
"gatsby": "^2.20.12",
|
|
|
|
"gatsby-link": "^2.3.2",
|
2020-03-27 10:06:50 +00:00
|
|
|
"gatsby-plugin-catch-links": "^2.2.1",
|
|
|
|
"gatsby-plugin-feed": "^2.4.1",
|
|
|
|
"gatsby-plugin-flow": "^1.2.1",
|
2020-04-01 15:56:38 +00:00
|
|
|
"gatsby-plugin-google-gtag": "^2.0.0",
|
2020-03-27 10:06:50 +00:00
|
|
|
"gatsby-plugin-manifest": "^2.3.3",
|
|
|
|
"gatsby-plugin-netlify": "^2.2.1",
|
2020-04-03 09:15:14 +00:00
|
|
|
"gatsby-plugin-netlify-cms": "^4.2.2",
|
2020-03-27 10:06:50 +00:00
|
|
|
"gatsby-plugin-offline": "^3.1.2",
|
2020-02-07 08:05:20 +00:00
|
|
|
"gatsby-plugin-optimize-svgs": "^1.0.4",
|
2020-03-27 10:06:50 +00:00
|
|
|
"gatsby-plugin-react-helmet": "^3.2.1",
|
|
|
|
"gatsby-plugin-sass": "^2.2.1",
|
2020-04-04 19:24:18 +00:00
|
|
|
"gatsby-plugin-sharp": "^2.5.4",
|
2020-03-27 10:06:50 +00:00
|
|
|
"gatsby-plugin-sitemap": "^2.3.1",
|
|
|
|
"gatsby-remark-autolink-headers": "^2.2.1",
|
|
|
|
"gatsby-remark-copy-linked-files": "^2.2.1",
|
2019-07-11 17:47:27 -04:00
|
|
|
"gatsby-remark-external-links": "0.0.4",
|
2020-04-04 19:24:18 +00:00
|
|
|
"gatsby-remark-images": "^3.2.2",
|
2020-03-27 10:06:50 +00:00
|
|
|
"gatsby-remark-katex": "^3.2.1",
|
|
|
|
"gatsby-remark-prismjs": "^3.4.1",
|
2020-02-22 17:45:05 +00:00
|
|
|
"gatsby-remark-relative-images": "^0.3.0",
|
2020-03-27 10:06:50 +00:00
|
|
|
"gatsby-remark-responsive-iframe": "^2.3.1",
|
|
|
|
"gatsby-remark-smartypants": "^2.2.1",
|
|
|
|
"gatsby-source-filesystem": "^2.2.2",
|
|
|
|
"gatsby-transformer-remark": "^2.7.1",
|
2020-04-04 19:24:18 +00:00
|
|
|
"gatsby-transformer-sharp": "^2.4.4",
|
2018-11-09 20:08:48 +03:00
|
|
|
"invariant": "^2.2.4",
|
2019-09-18 12:54:37 +00:00
|
|
|
"katex": "^0.11.1",
|
2019-07-19 18:51:17 +00:00
|
|
|
"lodash": "^4.17.15",
|
2019-03-23 18:13:50 +00:00
|
|
|
"moment": "^2.24.0",
|
2020-05-04 21:34:54 +00:00
|
|
|
"netlify-cms-app": "^2.12.12",
|
2020-01-16 17:05:18 +00:00
|
|
|
"node-sass": "^4.13.1",
|
2018-11-09 20:08:48 +03:00
|
|
|
"normalize-scss": "^7.0.1",
|
2020-04-04 01:13:02 +00:00
|
|
|
"prismjs": "^1.20.0",
|
2020-03-19 20:10:58 +00:00
|
|
|
"react": "^16.13.1",
|
2019-01-21 17:17:53 +03:00
|
|
|
"react-disqus-comments": "^1.4.0",
|
2020-03-19 20:10:58 +00:00
|
|
|
"react-dom": "^16.13.1",
|
2019-05-01 00:54:15 +00:00
|
|
|
"react-helmet": "^5.2.1"
|
2016-03-12 01:28:19 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-03-24 08:41:22 +00:00
|
|
|
"@babel/core": "7.9.0",
|
2020-01-13 21:44:49 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.8.3",
|
2020-03-24 08:41:22 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.9.0",
|
|
|
|
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
|
2020-04-07 19:32:28 +00:00
|
|
|
"@babel/preset-env": "7.9.5",
|
2020-03-24 08:41:22 +00:00
|
|
|
"@babel/preset-react": "7.9.4",
|
2020-04-06 21:18:56 +00:00
|
|
|
"autoprefixer": "9.7.6",
|
2019-03-27 01:48:28 +03:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2020-02-27 12:33:50 +00:00
|
|
|
"babel-eslint": "10.1.0",
|
2020-05-04 19:00:34 +00:00
|
|
|
"babel-jest": "26.0.0",
|
2020-03-27 10:06:50 +00:00
|
|
|
"babel-preset-gatsby": "0.3.1",
|
2020-05-04 22:31:26 +00:00
|
|
|
"browserslist": "4.12.0",
|
2020-01-27 07:58:22 +00:00
|
|
|
"concurrently": "5.1.0",
|
2019-12-20 21:41:09 +00:00
|
|
|
"eslint": "6.8.0",
|
2020-03-13 05:48:13 +00:00
|
|
|
"eslint-config-airbnb-base": "14.1.0",
|
2020-03-29 04:29:55 +00:00
|
|
|
"eslint-plugin-import": "2.20.2",
|
2020-05-04 07:59:55 +00:00
|
|
|
"eslint-plugin-jest": "23.9.0",
|
2019-07-01 04:27:25 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
2020-03-06 22:07:16 +00:00
|
|
|
"eslint-plugin-react": "7.19.0",
|
2019-09-25 00:25:12 +00:00
|
|
|
"eslint-watch": "6.0.1",
|
2020-04-02 18:09:28 +00:00
|
|
|
"flow-bin": "^0.122.0",
|
2020-03-20 08:17:17 +00:00
|
|
|
"flow-typed": "^3.1.0",
|
2020-05-29 22:34:20 +00:00
|
|
|
"gh-pages": "3.0.0",
|
2019-04-08 11:53:56 -04:00
|
|
|
"identity-obj-proxy": "3.0.0",
|
2020-05-04 19:00:34 +00:00
|
|
|
"jest": "26.0.0",
|
|
|
|
"jest-cli": "26.0.0",
|
2019-02-13 12:55:23 +00:00
|
|
|
"lost": "8.3.1",
|
2020-03-04 03:04:32 +00:00
|
|
|
"postcss-pxtorem": "5.1.1",
|
2020-03-19 20:10:29 +00:00
|
|
|
"react-test-renderer": "16.13.1",
|
2020-02-11 07:15:07 +00:00
|
|
|
"rimraf": "3.0.2",
|
2020-05-07 11:56:31 +00:00
|
|
|
"stylelint": "13.3.3",
|
2020-01-30 08:06:10 +00:00
|
|
|
"stylelint-config-recommended-scss": "4.2.0",
|
2020-05-06 09:52:06 +00:00
|
|
|
"stylelint-scss": "3.17.2"
|
2016-03-12 01:28:19 +03:00
|
|
|
}
|
2017-10-31 00:25:25 +03:00
|
|
|
}
|