{ "name": "tenebraweb2", "version": "2.0.2-beta", "description": "Client-side web wallet for Tenebra", "homepage": "https://cowallet.fso.ovh", "license": "AGPL-3.0-only", "repository": { "type": "git", "url": "https://github.com/tmpim/TenebraWeb2.git" }, "author": "Lemmmy", "defaultSyncNode": "https://crypticore.fso.ovh", "supportURL": "https://donate.lemmmy.pw", "supportersURL": "https://donate.lemmmy.pw/supporters.json", "translateURL": "https://github.com/tmpim/TenebraWeb2/blob/master/README.md#contributing-translations", "private": true, "dependencies": { "@ant-design/icons": "^4.5.0", "@sentry/react": "^6.2.3", "@sentry/tracing": "^6.2.3", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^13.0.7", "antd": "^4.15.1", "async-mutex": "^0.3.1", "await-to-js": "^3.0.0", "base64-arraybuffer": "^0.2.0", "broadcastchannel-polyfill": "^1.0.1", "chart.js": "^2.9.4", "classnames": "^2.2.6", "csv-stringify": "^5.6.2", "dayjs": "^1.10.4", "debug": "^4.3.1", "fast-equals": "^2.0.0", "file-saver": "^2.0.5", "i18next": "^20.1.0", "i18next-browser-languagedetector": "^6.1.0", "i18next-http-backend": "^1.2.0", "json5": "^2.2.0", "lodash-es": "^4.17.21", "lru-cache": "^6.0.0", "markdown-to-jsx": "^7.1.2", "rc-menu": "^8.10.6", "react": "^17.0.1", "react-chartjs-2": "^2.11.1", "react-dom": "^17.0.1", "react-file-drop": "^3.1.2", "react-hotkeys": "^2.0.0", "react-i18next": "^11.8.11", "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", "react-router-hash-link": "^2.4.0", "react-timeago": "^5.2.0", "react-world-flags": "^1.4.0", "redux": "^4.0.5", "semver": "^7.3.4", "shallowequal": "^1.1.0", "spu-md5": "0.0.4", "stream-browserify": "^3.0.0", "typesafe-actions": "^5.1.0", "uuid": "^8.3.2", "web-vitals": "^1.1.1", "webpack": "4.44.2", "websocket-as-promised": "^2.0.1", "workbox-core": "^6.1.1", "workbox-precaching": "^6.1.1", "workbox-routing": "^6.1.1", "workbox-strategies": "^6.1.1" }, "scripts": { "start": "export NODE_OPTIONS=--openssl-legacy-provider && craco start", "clean": "rimraf build", "build": "export NODE_OPTIONS=--openssl-legacy-provider && craco build", "optimise": "gzip -kr build/static", "full-build": "yarn run clean; NODE_ENV=production yarn run build; yarn run optimise", "analyze-build": "FORCE_ANALYZE=true yarn run build", "test": "craco test" }, "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", "@lemmmy/craco-less": "1.18.0", "@sentry/webpack-plugin": "^1.14.2", "@simbathesailor/babel-plugin-use-what-changed": "^2.0.3", "@simbathesailor/use-what-changed": "^1.0.0", "@types/classnames": "^2.2.11", "@types/debug": "^4.1.5", "@types/file-saver": "^2.0.1", "@types/jest": "^26.0.20", "@types/lodash-es": "^4.17.4", "@types/lru-cache": "^5.1.0", "@types/node": "^14.14.34", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.2", "@types/react-redux": "^7.1.16", "@types/react-router-dom": "^5.1.7", "@types/react-router-hash-link": "^1.2.1", "@types/react-timeago": "^4.1.2", "@types/semver": "^7.3.4", "@types/shallowequal": "^1.1.1", "@types/uuid": "^8.3.0", "@types/webpack-env": "^1.16.0", "@typescript-eslint/eslint-plugin": "4.19.0", "@typescript-eslint/parser": "4.19.0", "antd-dayjs-webpack-plugin": "^1.0.6", "babel-plugin-lodash": "^3.3.4", "chalk": "^4.1.0", "copy-to-clipboard": "^3.3.1", "craco-alias": "^2.2.0", "diff": "^5.0.0", "eslint": "^7.22.0", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-tsdoc": "^0.2.11", "git-revision-webpack-plugin": "^3.0.6", "gitlog": "^4.0.4", "less": "4.1.1", "less-loader": "8.0.0", "react-refresh": "^0.9.0", "react-scripts": "^4.0.3", "redux-devtools-extension": "^2.13.9", "rimraf": "^3.0.2", "typescript": "4.2.3", "utility-types": "^3.10.0", "webpack-bundle-analyzer": "^4.4.0", "webpackbar": "^5.0.0-3" }, "jest": { "transformIgnorePatterns": [ "/node_modules/(?!antd|@ant-design|rc-.+?|@babel/runtime).+(js|jsx)$" ] } }