{ "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", "prop-types": "^15.7.2", "react": "^16.13.1", "react-bootstrap": "^1.3.0", "react-dom": "^16.13.1", "react-router-bootstrap": "^0.25.0", "react-router-dom": "^5.2.0", "react-scripts": "^3.4.3", "semver": "^7.3.2", "spu-md5": "0.0.4", "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" }, "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.54", "@types/prop-types": "^15.7.3", "@types/react": "^16.9.46", "@types/react-dom": "^16.9.8", "@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.9.1", "@typescript-eslint/parser": "^3.9.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.6", "node-sass": "^4.14.1", "prettier": "^2.0.5" }, "stylelint": { "extends": "stylelint-config-recommended", "rules": { "at-rule-no-unknown": [ true, { "ignoreAtRules": [ "import-normalize" ] } ] } } }