2016-03-12 01:28:19 +03:00
|
|
|
{
|
2020-11-14 02:18:27 +03:00
|
|
|
"version": "3.0.7",
|
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": {
|
2021-01-02 13:21:13 -05:00
|
|
|
"develop": "yarn clean && gatsby develop",
|
|
|
|
"build": "yarn clean && gatsby build",
|
|
|
|
"deploy": "yarn clean && gatsby build --prefix-paths && gh-pages -d public",
|
2018-11-09 20:08:48 +03:00
|
|
|
"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\"",
|
2021-01-02 13:21:13 -05:00
|
|
|
"lint": "concurrently \"yarn lint:js\" \"yarn 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": {
|
2021-01-16 12:05:53 +00:00
|
|
|
"@sentry/gatsby": "^5.30.0",
|
2021-01-16 23:23:18 +00:00
|
|
|
"@sentry/tracing": "^5.30.0",
|
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-11-09 10:15:50 +00:00
|
|
|
"codecov": "^3.8.1",
|
2021-01-16 12:05:53 +00:00
|
|
|
"gatsby": "^2.30.3",
|
2021-01-06 21:38:01 +00:00
|
|
|
"gatsby-link": "^2.9.0",
|
|
|
|
"gatsby-plugin-catch-links": "^2.8.0",
|
|
|
|
"gatsby-plugin-feed": "^2.11.0",
|
|
|
|
"gatsby-plugin-flow": "^1.8.0",
|
|
|
|
"gatsby-plugin-google-gtag": "^2.6.0",
|
|
|
|
"gatsby-plugin-manifest": "^2.10.0",
|
|
|
|
"gatsby-plugin-netlify": "^2.9.0",
|
|
|
|
"gatsby-plugin-netlify-cms": "^4.8.0",
|
|
|
|
"gatsby-plugin-offline": "^3.8.0",
|
2021-01-09 22:13:06 +00:00
|
|
|
"gatsby-plugin-optimize-svgs": "^1.0.5",
|
2021-01-06 21:38:01 +00:00
|
|
|
"gatsby-plugin-react-helmet": "^3.8.0",
|
2021-01-05 20:30:40 +00:00
|
|
|
"gatsby-plugin-sass": "^3.0.0",
|
2021-01-16 12:05:53 +00:00
|
|
|
"gatsby-plugin-sharp": "^2.12.2",
|
2021-01-06 21:38:01 +00:00
|
|
|
"gatsby-plugin-sitemap": "^2.10.0",
|
|
|
|
"gatsby-remark-autolink-headers": "^2.9.0",
|
|
|
|
"gatsby-remark-copy-linked-files": "^2.8.0",
|
2019-07-11 17:47:27 -04:00
|
|
|
"gatsby-remark-external-links": "0.0.4",
|
2021-01-06 21:38:01 +00:00
|
|
|
"gatsby-remark-images": "^3.9.0",
|
|
|
|
"gatsby-remark-katex": "^3.8.0",
|
|
|
|
"gatsby-remark-prismjs": "^3.11.0",
|
2020-08-27 19:01:48 +00:00
|
|
|
"gatsby-remark-relative-images": "^2.0.2",
|
2021-01-06 21:38:01 +00:00
|
|
|
"gatsby-remark-responsive-iframe": "^2.9.0",
|
|
|
|
"gatsby-remark-smartypants": "^2.8.0",
|
2021-01-16 12:05:53 +00:00
|
|
|
"gatsby-source-filesystem": "^2.9.1",
|
2021-01-06 21:38:01 +00:00
|
|
|
"gatsby-transformer-remark": "^2.14.0",
|
2021-01-16 12:05:53 +00:00
|
|
|
"gatsby-transformer-sharp": "^2.10.1",
|
2018-11-09 20:08:48 +03:00
|
|
|
"invariant": "^2.2.4",
|
2020-07-12 21:33:20 +00:00
|
|
|
"katex": "^0.12.0",
|
2020-08-13 17:16:56 +00:00
|
|
|
"lodash": "^4.17.20",
|
2021-01-14 10:22:23 +00:00
|
|
|
"netlify-cms-app": "^2.14.12",
|
2020-12-27 10:14:15 +00:00
|
|
|
"node-sass": "^5.0.0",
|
2018-11-09 20:08:48 +03:00
|
|
|
"normalize-scss": "^7.0.1",
|
2020-12-31 19:35:04 +00:00
|
|
|
"prismjs": "^1.23.0",
|
2020-10-22 12:54:19 +00:00
|
|
|
"react": "^17.0.1",
|
2019-01-21 17:17:53 +03:00
|
|
|
"react-disqus-comments": "^1.4.0",
|
2020-10-22 12:54:19 +00:00
|
|
|
"react-dom": "^17.0.1",
|
2020-06-08 05:06:46 +00:00
|
|
|
"react-helmet": "^6.1.0"
|
2016-03-12 01:28:19 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-14 00:19:07 +00:00
|
|
|
"@babel/core": "7.12.10",
|
2020-10-15 22:45:13 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.12.1",
|
2020-12-14 00:19:07 +00:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.12.7",
|
|
|
|
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
|
2020-12-16 00:20:55 +00:00
|
|
|
"@babel/preset-env": "7.12.11",
|
2020-12-14 00:19:07 +00:00
|
|
|
"@babel/preset-react": "7.12.10",
|
2020-10-24 13:11:59 +03:00
|
|
|
"autoprefixer": "9.8.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-11-05 16:38:32 +00:00
|
|
|
"babel-jest": "26.6.3",
|
2021-01-06 21:38:01 +00:00
|
|
|
"babel-preset-gatsby": "0.10.0",
|
2021-01-07 21:12:44 +00:00
|
|
|
"browserslist": "4.16.1",
|
2020-08-07 13:55:32 +00:00
|
|
|
"concurrently": "5.3.0",
|
2021-01-16 00:42:25 +00:00
|
|
|
"eslint": "7.18.0",
|
2020-11-07 02:18:21 +00:00
|
|
|
"eslint-config-airbnb-base": "14.2.1",
|
2020-10-09 22:35:49 +00:00
|
|
|
"eslint-plugin-import": "2.22.1",
|
2020-12-18 22:35:47 +00:00
|
|
|
"eslint-plugin-jest": "24.1.3",
|
2020-11-07 02:18:21 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
2020-12-30 06:41:50 +00:00
|
|
|
"eslint-plugin-react": "7.22.0",
|
2020-07-05 09:29:44 +00:00
|
|
|
"eslint-watch": "7.0.0",
|
2020-09-09 22:44:05 +00:00
|
|
|
"flow-bin": "^0.133.0",
|
2020-07-23 15:28:07 +00:00
|
|
|
"flow-typed": "^3.2.1",
|
2020-07-08 09:11:06 +00:00
|
|
|
"gh-pages": "3.1.0",
|
2019-04-08 11:53:56 -04:00
|
|
|
"identity-obj-proxy": "3.0.0",
|
2020-11-05 16:38:32 +00:00
|
|
|
"jest": "26.6.3",
|
|
|
|
"jest-cli": "26.6.3",
|
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-10-27 15:47:09 +00:00
|
|
|
"react-test-renderer": "17.0.1",
|
2020-02-11 07:15:07 +00:00
|
|
|
"rimraf": "3.0.2",
|
2021-01-20 05:48:11 +00:00
|
|
|
"sass": "^1.32.5",
|
2020-11-17 15:49:53 +00:00
|
|
|
"stylelint": "13.8.0",
|
2020-01-30 08:06:10 +00:00
|
|
|
"stylelint-config-recommended-scss": "4.2.0",
|
2020-07-08 09:11:28 +00:00
|
|
|
"stylelint-scss": "3.18.0"
|
2016-03-12 01:28:19 +03:00
|
|
|
}
|
2017-10-31 00:25:25 +03:00
|
|
|
}
|