Newer
Older
CrypticOreWallet / package.json
@Drew Lemmy Drew Lemmy on 8 Aug 2020 1 KB feat: initial commit
{
  "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",
  "private": true,
  "dependencies": {
    "@craco/craco": "^5.6.4",
    "bootstrap": "^4.5.1",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-bootstrap": "^1.3.0",
    "react-dom": "^16.13.1",
    "react-scripts": "3.4.1",
    "semver": "^7.3.2",
    "typescript": "^3.7.5"
  },
  "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"
  },
  "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/jest": "^24.9.1",
    "@types/node": "^12.12.53",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.44",
    "@types/react-dom": "^16.9.8",
    "@types/semver": "^7.3.1",
    "@types/webpack-env": "^1.15.2",
    "craco-alias": "^2.1.1",
    "node-sass": "^4.14.1"
  },
  "stylelint": {
    "extends": "stylelint-config-recommended",
    "rules": {
      "at-rule-no-unknown": [
        true,
        {
          "ignoreAtRules": [
            "import-normalize"
          ]
        }
      ]
    }
  }
}