Add cross-env and webhint

This commit is contained in:
2025-10-30 16:41:18 +01:00
parent 4166cf0460
commit cfc6088d22
6 changed files with 251 additions and 22574 deletions

View File

@@ -15,10 +15,11 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"start": "cross-env HOST=0.0.0.0 BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"webhint": "hint"
},
"eslintConfig": {
"extends": [
@@ -39,8 +40,12 @@
]
},
"devDependencies": {
"@hint/configuration-web-recommended": "^8.2.24",
"autoprefixer": "^10.4.21",
"cross-env": "^10.1.0",
"hint": "^7.1.13",
"postcss": "^8.5.6",
"puppeteer": "^24.27.0",
"tailwindcss": "^3.4.18"
}
}