2020-01-07 20:23:53 +00:00
|
|
|
{
|
|
|
|
|
"name": "uses",
|
|
|
|
|
"description": "What do you uses",
|
|
|
|
|
"version": "7.7.7",
|
|
|
|
|
"author": "Wes Bos",
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": [
|
|
|
|
|
"wesbos"
|
|
|
|
|
]
|
|
|
|
|
},
|
2020-01-20 20:37:32 +00:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">= 12"
|
|
|
|
|
},
|
2020-01-07 20:23:53 +00:00
|
|
|
"dependencies": {
|
2020-11-23 08:50:28 +00:00
|
|
|
"@actions/core": "^1.2.1",
|
|
|
|
|
"@actions/exec": "^1.0.3",
|
|
|
|
|
"@actions/github": "^2.0.1",
|
2022-01-11 21:54:07 +00:00
|
|
|
"@babel/core": "^7.16.7",
|
|
|
|
|
"@babel/eslint-parser": "^7.16.5",
|
|
|
|
|
"@babel/preset-react": "^7.16.7",
|
|
|
|
|
"@types/node": "^16.11.19",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
|
|
|
|
"@typescript-eslint/parser": "^5.9.1",
|
2020-01-07 20:23:53 +00:00
|
|
|
"country-emoji": "^1.5.0",
|
2022-01-11 21:54:07 +00:00
|
|
|
"eslint-config-airbnb-typescript": "^16.1.0",
|
2020-01-07 20:23:53 +00:00
|
|
|
"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",
|
2022-01-11 21:54:58 +00:00
|
|
|
"joi": "^17.5.0",
|
2020-01-07 20:23:53 +00:00
|
|
|
"normalize.css": "^8.0.1",
|
|
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
|
"react": "^16.12.0",
|
|
|
|
|
"react-dom": "^16.12.0",
|
|
|
|
|
"react-helmet": "^5.2.1",
|
2022-01-11 21:54:07 +00:00
|
|
|
"styled-components": "5.0.0-rc.3",
|
|
|
|
|
"typescript": "^4.5.4"
|
2020-01-07 20:23:53 +00:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2022-01-11 21:45:03 +00:00
|
|
|
"build": "npx --node-options '-r esm' gatsby build",
|
|
|
|
|
"develop": "npx --node-options '-r esm' gatsby develop",
|
2020-01-07 20:23:53 +00:00
|
|
|
"start": "npm run develop",
|
2022-01-11 21:45:03 +00:00
|
|
|
"serve": "npx --node-options '-r esm' gatsby serve",
|
2020-01-07 20:23:53 +00:00
|
|
|
"clean": "gatsby clean"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-01-11 21:54:07 +00:00
|
|
|
"eslint": "^8.6.0",
|
|
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
|
"eslint-config-wesbos": "^3.0.2",
|
|
|
|
|
"eslint-plugin-html": "^6.2.0",
|
|
|
|
|
"eslint-plugin-import": "^2.25.4",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
|
|
"eslint-plugin-react": "^7.28.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2020-01-17 20:42:21 +00:00
|
|
|
"husky": "^4.0.10",
|
|
|
|
|
"lint-staged": "^9.5.0",
|
2022-01-11 21:54:07 +00:00
|
|
|
"prettier": "^2.5.1"
|
2020-01-17 20:42:21 +00:00
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
"src/data.js": [
|
|
|
|
|
"eslint --fix",
|
|
|
|
|
"git add"
|
|
|
|
|
]
|
2020-01-07 20:23:53 +00:00
|
|
|
}
|
|
|
|
|
}
|