{ "name": "kristweb2", "version": "2.0.0-dev", "description": "Client-side web wallet for Krist", "homepage": "https://krist.club", "license": "GPL-3.0", "repository": { "type": "git", "url": "https://github.com/tmpim/KristWeb2.git" }, "author": "Lemmmy", "defaultSyncNode": "https://krist.ceriat.net", "supportURL": "https://donate.lemmmy.pw", "supportersURL": "https://donate.lemmmy.pw/supporters.json", "translateURL": "https://github.com/tmpim/KristWeb2/blob/master/README.md#contributing-translations", "private": true, "dependencies": { "@ant-design/icons": "^4.5.0", "antd": "^4.12.3", "base64-arraybuffer": "^0.2.0", "i18next": "^19.7.0", "i18next-browser-languagedetector": "^6.0.1", "i18next-http-backend": "^1.0.20", "react": "^17.0.1", "react-dom": "^17.0.1", "react-i18next": "^11.8.6", "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", "react-world-flags": "^1.4.0", "redux": "^4.0.5", "semver": "^7.3.4", "spu-md5": "0.0.4", "typesafe-actions": "^5.1.0", "web-vitals": "^1.1.0" }, "scripts": { "start": "craco start", "build": "craco build" }, "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" ] }, "devDependencies": { "@craco/craco": "^6.1.1", "@types/node": "^12.19.16", "@types/react": "^17.0.1", "@types/react-dom": "^17.0.0", "@types/react-redux": "^7.1.16", "@types/react-router-dom": "^5.1.7", "@types/semver": "^7.3.4", "@types/webpack-env": "^1.16.0", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.15.0", "craco-less": "^1.17.1", "eslint": "^7.20.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-react": "^7.22.0", "eslint-plugin-tsdoc": "^0.2.11", "prettier": "^2.2.1", "react-refresh": "^0.9.0", "react-scripts": "4.0.2", "redux-devtools-extension": "^2.13.8", "typescript": "^4.1.5" }, "stylelint": { "extends": "stylelint-config-recommended", "rules": { "at-rule-no-unknown": [ true, { "ignoreAtRules": [ "import-normalize" ] } ] } } }