Newer
Older
CrypticOreWallet / package.json
@Drew Lemmy Drew Lemmy on 10 Sep 2020 2 KB refactor: convert to redux
{
  "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",
  "private": true,
  "dependencies": {
    "@craco/craco": "^5.6.4",
    "base64-arraybuffer": "^0.2.0",
    "bootstrap": "^4.5.2",
    "debug": "^4.1.1",
    "formik": "^2.1.5",
    "react": "^16.13.1",
    "react-bootstrap": "^1.3.0",
    "react-dom": "^16.13.1",
    "react-redux": "^7.2.1",
    "react-router-bootstrap": "^0.25.0",
    "react-router-dom": "^5.2.0",
    "react-scripts": "^3.4.3",
    "redux": "^4.0.5",
    "semver": "^7.3.2",
    "spu-md5": "0.0.4",
    "typesafe-actions": "^5.1.0",
    "typescript": "^3.9.7",
    "websocket-as-promised": "^1.0.1"
  },
  "scripts": {
    "start": "craco start",
    "build": "craco build",
    "test": "craco test",
    "storybook": "start-storybook -p 9009 -s public",
    "build-storybook": "build-storybook -s public",
    "font-install": "fontello-cli install --config src/fontello/config.json --css src/fontello/css --font src/fontello/font",
    "font-open": "fontello-cli open --config src/fontello/config.json --css src/fontello/css --font src/fontello/font",
    "postinstall": "patch-package"
  },
  "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": {
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.5.0",
    "@testing-library/user-event": "^7.2.1",
    "@types/debug": "^4.1.5",
    "@types/jest": "^24.9.1",
    "@types/node": "^12.12.55",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.49",
    "@types/react-dom": "^16.9.8",
    "@types/react-redux": "^7.1.9",
    "@types/react-router-bootstrap": "^0.24.5",
    "@types/react-router-dom": "^5.1.5",
    "@types/semver": "^7.3.3",
    "@types/webpack-env": "^1.15.2",
    "@typescript-eslint/eslint-plugin": "^3.10.1",
    "@typescript-eslint/parser": "^3.10.1",
    "craco-alias": "^2.1.1",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-tsdoc": "^0.2.7",
    "node-sass": "^4.14.1",
    "patch-package": "^6.2.2",
    "prettier": "^2.1.1"
  },
  "stylelint": {
    "extends": "stylelint-config-recommended",
    "rules": {
      "at-rule-no-unknown": [
        true,
        {
          "ignoreAtRules": [
            "import-normalize"
          ]
        }
      ]
    }
  }
}