mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "uses",
|
|
"description": "What do you uses",
|
|
"version": "7.7.7",
|
|
"author": "Wes Bos",
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"wesbos/typescript"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/github": "^5.1.1",
|
|
"@babel/core": "^7.21.0",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@netlify/edge-functions": "^2.0.0",
|
|
"@netlify/functions": "^1.4.0",
|
|
"@netlify/remix-edge-adapter": "^1.0.0",
|
|
"@remix-run/dev": "^1.13.0",
|
|
"@remix-run/netlify": "^1.13.0",
|
|
"@remix-run/node": "^1.13.0",
|
|
"@remix-run/react": "^1.13.0",
|
|
"@remix-run/serve": "^1.13.0",
|
|
"@remix-run/server-runtime": "^1.13.0",
|
|
"@types/node": "^18.14.0",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"country-emoji": "^1.5.6",
|
|
"isbot": "^3.6.6",
|
|
"joi": "^17.8.1",
|
|
"netlify-cli": "^13.0.0",
|
|
"normalize.css": "^8.0.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-is": "^18.2.0",
|
|
"styled-components": "5.3.6",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"scripts": {
|
|
"build": "netlify build",
|
|
"dev": "NODE_ENV=development netlify dev",
|
|
"readme": "node ./scripts/populate-readme.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/styled-components": "^5.1.26",
|
|
"eslint": "^8.34.0",
|
|
"eslint-config-wesbos": "^3.2.3",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.1.2",
|
|
"postcss": "^8.4.21",
|
|
"postcss-nesting": "^11.2.1",
|
|
"prettier": "^2.8.4"
|
|
},
|
|
"lint-staged": {
|
|
"src/data.js": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|