mirror of
https://github.com/bndw/wifi-card.git
synced 2024-12-24 10:06:42 +02:00
1744e20952
* Use official node image Use the official node which relies on a more recent version of alpine, the mhart image uses 3.11 which is end of life as of 7 months ago * Update Dockerfile * Update dependencies to run without openssl lgeacy workaround * Update line endings to fix prettier warnings
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "wifi-card",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"evergreen-ui": "^6.13.1",
|
|
"i18next": "^22.0.6",
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
"qrcode.react": "^3.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^12.0.0",
|
|
"react-scripts": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^8.0.2",
|
|
"prettier": "2.8.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"prepare": "husky install"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"main": "index.js",
|
|
"repository": "git@github.com:bndw/wifi-card.git",
|
|
"author": "bndw <ben@bdw.to>",
|
|
"license": "MIT"
|
|
}
|