mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 20:49:24 +00:00
The UI is now responsive for all devices (almost). The inputs are made full-width for mobile devices. Only relevant images are shown as download links. Previously all the images returned by ASU server were shown which is fixed now. Signed-off-by: Sudhanshu Gautam <sudhanshu@clever.coffee>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "firmware-wizard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://sudhanshu16.github.io/openwrt-firmware-selector/",
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.1.2",
|
|
"@material-ui/icons": "^4.2.1",
|
|
"axios": "^0.19.0",
|
|
"fuzzyset.js": "^0.0.8",
|
|
"gh-pages": "^2.0.1",
|
|
"i18next": "^17.0.4",
|
|
"i18next-browser-languagedetector": "^3.0.1",
|
|
"node-sass": "^4.12.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-i18next": "^10.11.2",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "3.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"predeploy": "yarn run build",
|
|
"deploy": "gh-pages -d build",
|
|
"lint": "eslint src/ --ext .js --fix"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.2",
|
|
"eslint": "^6.1.0",
|
|
"eslint-plugin-react": "^7.14.2",
|
|
"prop-types": "latest",
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|