2020-06-01 18:11:15 +00:00
|
|
|
{
|
|
|
|
"name": "gatsby-starter-default",
|
|
|
|
"private": true,
|
2020-06-05 14:55:46 +00:00
|
|
|
"description": "Opinionated gatsby starter with stuff I use",
|
2020-06-01 18:11:15 +00:00
|
|
|
"version": "0.1.0",
|
2020-06-02 14:36:56 +00:00
|
|
|
"author": "Ryan Kes<alias+gatsbystarter@ryankes.eu>",
|
2020-06-01 18:11:15 +00:00
|
|
|
"dependencies": {
|
|
|
|
"gatsby": "^2.21.37",
|
|
|
|
"gatsby-image": "^2.4.4",
|
|
|
|
"gatsby-plugin-manifest": "^2.4.5",
|
|
|
|
"gatsby-plugin-offline": "^3.2.3",
|
2020-06-08 12:36:42 +00:00
|
|
|
"gatsby-plugin-postcss": "^2.3.3",
|
2020-06-01 18:11:15 +00:00
|
|
|
"gatsby-plugin-react-helmet": "^3.3.1",
|
|
|
|
"gatsby-plugin-sharp": "^2.6.4",
|
|
|
|
"gatsby-source-filesystem": "^2.3.4",
|
|
|
|
"gatsby-transformer-sharp": "^2.5.2",
|
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "^16.12.0",
|
|
|
|
"react-helmet": "^6.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-05 14:16:30 +00:00
|
|
|
"@babel/core": "^7.10.2",
|
2020-06-04 13:50:51 +00:00
|
|
|
"@babel/preset-typescript": "^7.10.1",
|
2020-06-05 18:49:42 +00:00
|
|
|
"@emotion/core": "^10.0.28",
|
|
|
|
"@emotion/styled": "^10.0.27",
|
2020-06-05 14:16:30 +00:00
|
|
|
"@storybook/addon-actions": "^5.3.19",
|
|
|
|
"@storybook/addon-links": "^5.3.19",
|
|
|
|
"@storybook/addons": "^5.3.19",
|
|
|
|
"@storybook/react": "^5.3.19",
|
2020-06-02 14:36:56 +00:00
|
|
|
"@types/react": "^16.9.35",
|
|
|
|
"@types/react-dom": "^16.9.8",
|
|
|
|
"@types/react-helmet": "^6.0.0",
|
2020-06-04 13:50:51 +00:00
|
|
|
"@types/react-test-renderer": "^16.9.2",
|
2020-06-02 14:36:56 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^3.1.0",
|
|
|
|
"@typescript-eslint/parser": "^3.1.0",
|
2020-06-05 18:49:42 +00:00
|
|
|
"babel-jest": "^26.0.1",
|
2020-06-05 14:16:30 +00:00
|
|
|
"babel-loader": "^8.1.0",
|
2020-06-05 18:49:42 +00:00
|
|
|
"babel-plugin-emotion": "^10.0.33",
|
|
|
|
"babel-preset-gatsby": "^0.4.8",
|
2020-06-05 14:16:30 +00:00
|
|
|
"babel-preset-react-app": "^9.1.2",
|
2020-06-02 14:36:56 +00:00
|
|
|
"eslint": "^7.1.0",
|
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-config-react-app": "^5.2.1",
|
2020-06-04 13:50:51 +00:00
|
|
|
"eslint-loader": "^4.0.2",
|
2020-06-02 14:36:56 +00:00
|
|
|
"eslint-plugin-flowtype": "^5.1.3",
|
|
|
|
"eslint-plugin-import": "^2.20.2",
|
2020-06-04 13:50:51 +00:00
|
|
|
"eslint-plugin-jest": "^23.13.2",
|
2020-06-02 14:36:56 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
2020-06-04 13:50:51 +00:00
|
|
|
"eslint-plugin-prettier": "^3.1.3",
|
2020-06-02 14:36:56 +00:00
|
|
|
"eslint-plugin-react": "^7.20.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.0.4",
|
2020-06-05 18:49:42 +00:00
|
|
|
"gatsby-plugin-emotion": "^4.3.3",
|
2020-06-02 14:36:56 +00:00
|
|
|
"husky": ">=4",
|
2020-06-04 13:50:51 +00:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
|
|
|
"jest": "^26.0.1",
|
|
|
|
"jest-emotion": "^10.0.32",
|
2020-06-02 14:36:56 +00:00
|
|
|
"lint-staged": ">=10",
|
2020-06-02 17:54:15 +00:00
|
|
|
"prettier": "^2.0.5",
|
2020-06-04 13:50:51 +00:00
|
|
|
"react-test-renderer": "^16.13.1",
|
2020-06-08 12:36:42 +00:00
|
|
|
"tailwindcss": "^1.4.6",
|
|
|
|
"twin.macro": "^1.3.0",
|
2020-06-02 14:36:56 +00:00
|
|
|
"typescript": "^3.9.3"
|
2020-06-01 18:11:15 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"gatsby"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gatsby build",
|
|
|
|
"develop": "gatsby develop",
|
2020-06-02 14:36:56 +00:00
|
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx,css}\"",
|
|
|
|
"lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
|
|
|
|
"lint:fix": "yarn lint --fix",
|
|
|
|
"type-check": "tsc",
|
|
|
|
"start": "yarn develop",
|
2020-06-01 18:11:15 +00:00
|
|
|
"serve": "gatsby serve",
|
|
|
|
"clean": "gatsby clean",
|
2020-06-02 14:36:56 +00:00
|
|
|
"test": "jest",
|
|
|
|
"test:coverage": "jest --coverage",
|
2020-06-05 18:49:42 +00:00
|
|
|
"storybook": "NODE_ENV=production start-storybook -p 6006",
|
|
|
|
"build-storybook": "NODE_ENV=production build-storybook"
|
2020-06-01 18:11:15 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-06-05 14:55:46 +00:00
|
|
|
"url": "https://github.com/alrayyes/my-opinionated-gatsby-starter"
|
2020-06-01 18:11:15 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2020-06-05 14:55:46 +00:00
|
|
|
"url": "https://github.com/alrayyes/gatsby/my-opinionated-gatsby-starter"
|
2020-06-02 14:36:56 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2020-06-08 13:05:52 +00:00
|
|
|
"pre-commit": "tsc && jest --coverage && lint-staged"
|
2020-06-02 14:36:56 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"lint-staged": {
|
2020-06-02 17:54:15 +00:00
|
|
|
"*.{js,jsx,ts,tsx}": [
|
|
|
|
"prettier --write",
|
|
|
|
"eslint --fix"
|
|
|
|
],
|
2020-06-02 14:36:56 +00:00
|
|
|
"*.{json,md,mdx,css,yml}": "prettier --write"
|
2020-06-05 18:49:42 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"setupFilesAfterEnv": [
|
|
|
|
"<rootDir>/setup-test-env.js"
|
|
|
|
]
|
2020-06-01 18:11:15 +00:00
|
|
|
}
|
|
|
|
}
|