{ "name": "firmware-wizard", "version": "0.1.0", "private": true, "homepage": "https://sudhanshu16.github.io/openwrt-firmware-selector/", "dependencies": { "@material-ui/core": "^4.11.2", "@material-ui/icons": "^4.2.1", "@material-ui/lab": "^4.0.0-alpha.57", "@material-ui/styles": "^4.11.2", "axios": "^0.21.1", "gh-pages": "^2.0.1", "i18next": "^17.0.4", "i18next-browser-languagedetector": "^3.0.1", "lodash": "^4.17.20", "luxon": "^1.26.0", "match-sorter": "^6.1.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-i18next": "^10.11.2", "react-router-dom": "^5.2.0", "react-scripts": "4.0.1", "react-svg": "^12.1.0", "react-use": "^15.3.8", "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "eject": "react-scripts eject", "predeploy": "yarn run build", "deploy": "gh-pages -d build", "format": "prettier --write src/**/*.ts{,x}", "lint": "tsc --noEmit && eslint src/**/*.ts{,x}", "test": "jest", "test:watch": "jest --watch" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@testing-library/jest-dom": "^5.11.8", "@testing-library/react": "^11.2.3", "@types/jest": "^26.0.20", "@types/lodash": "^4.14.167", "@types/luxon": "^1.26.2", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/react-router-dom": "^5.1.7", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "axios-mock-adapter": "^1.19.0", "eslint": "7.2.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-jest": "^24.1.3", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.3.1", "husky": "^3.0.5", "jest": "^26.6.3", "prettier": "^2.2.1", "pretty-quick": "^1.11.1", "sass": "^1.32.2", "ts-jest": "^26.4.4", "typescript": "^4.1.3" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } } }