2020-01-07 20:23:53 +00:00
|
|
|
{
|
|
|
|
|
"name": "uses",
|
|
|
|
|
"description": "What do you uses",
|
|
|
|
|
"version": "7.7.7",
|
|
|
|
|
"author": "Wes Bos",
|
2020-01-09 17:08:21 +00:00
|
|
|
"type": "module",
|
2020-01-07 20:23:53 +00:00
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": [
|
|
|
|
|
"wesbos"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-01-10 18:44:02 +00:00
|
|
|
"@actions/core": "^1.2.0",
|
|
|
|
|
"@hapi/joi": "^17.0.2",
|
2020-01-07 20:23:53 +00:00
|
|
|
"country-emoji": "^1.5.0",
|
|
|
|
|
"esm": "^3.2.25",
|
|
|
|
|
"gatsby": "^2.18.12",
|
|
|
|
|
"gatsby-image": "^2.2.34",
|
|
|
|
|
"gatsby-plugin-manifest": "^2.2.31",
|
|
|
|
|
"gatsby-plugin-offline": "^3.0.27",
|
|
|
|
|
"gatsby-plugin-react-helmet": "^3.1.16",
|
|
|
|
|
"gatsby-plugin-sharp": "^2.3.5",
|
2020-01-08 16:29:59 +00:00
|
|
|
"gatsby-plugin-styled-components": "^3.1.16",
|
2020-01-09 15:38:10 +00:00
|
|
|
"gatsby-plugin-web-font-loader": "^1.0.4",
|
2020-01-07 20:23:53 +00:00
|
|
|
"gatsby-source-filesystem": "^2.1.40",
|
|
|
|
|
"gatsby-transformer-sharp": "^2.3.7",
|
|
|
|
|
"normalize.css": "^8.0.1",
|
|
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
|
"react": "^16.12.0",
|
|
|
|
|
"react-dom": "^16.12.0",
|
|
|
|
|
"react-helmet": "^5.2.1",
|
2020-01-12 00:20:39 +00:00
|
|
|
"styled-components": "5.0.0-rc.3",
|
|
|
|
|
"typeface-fira-mono": "0.0.72"
|
2020-01-07 20:23:53 +00:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "npx --node-arg '-r esm' gatsby build",
|
|
|
|
|
"develop": "npx --node-arg '-r esm' gatsby develop",
|
|
|
|
|
"start": "npm run develop",
|
|
|
|
|
"serve": "npx --node-arg '-r esm' gatsby serve",
|
|
|
|
|
"clean": "gatsby clean"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"babel-eslint": "^9.0.0",
|
|
|
|
|
"eslint": "^5.16.0",
|
|
|
|
|
"eslint-config-airbnb": "^17.1.1",
|
|
|
|
|
"eslint-config-prettier": "^4.3.0",
|
|
|
|
|
"eslint-config-wesbos": "0.0.19",
|
|
|
|
|
"eslint-plugin-html": "^5.0.5",
|
|
|
|
|
"eslint-plugin-import": "^2.19.1",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
|
|
|
"eslint-plugin-react": "^7.17.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^1.7.0",
|
|
|
|
|
"prettier": "^1.19.1"
|
|
|
|
|
}
|
|
|
|
|
}
|