mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-06 10:04:59 -05:00
103 lines
3.2 KiB
JSON
103 lines
3.2 KiB
JSON
{
|
|
"name": "chia-blockchain",
|
|
"author": "Chia Network <hello@chia.net> (https://chia.net/)",
|
|
"description": "GUI for Chia Blockchain",
|
|
"productName": "Chia Blockchain",
|
|
"private": true,
|
|
"homepage": "./",
|
|
"main": "src/electron-starter.js",
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"electron": "electron .",
|
|
"dev": "nf start -p 3000",
|
|
"styleguide": "styleguidist server",
|
|
"styleguide:build": "styleguidist build",
|
|
"locale:add": "lingui add-locale",
|
|
"locale:extract": "lingui extract",
|
|
"locale:compile": "lingui compile",
|
|
"eslint": "eslint src/**/*.[jt]s{,x}",
|
|
"format": "prettier --write src/**/*.[jt]s{,x} && eslint --fix src/**/*.[jt]s{,x}",
|
|
"lint": "tsc --noEmit && npm run eslint"
|
|
},
|
|
"dependencies": {
|
|
"@lingui/macro": "^2.9.2",
|
|
"@lingui/react": "^2.9.2",
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@rehooks/local-storage": "^2.4.0",
|
|
"about-window": "^1.13.4",
|
|
"connected-react-router": "^6.8.0",
|
|
"is-electron": "^2.2.0",
|
|
"npm-audit-resolver": "^2.2.1",
|
|
"polished": "^4.0.3",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-redux": "^7.2.1",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-use": "^15.3.4",
|
|
"react-teleporter": "^2.1.1",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"stringify": "^5.2.0",
|
|
"styled-components": "^5.2.0",
|
|
"use-dark-mode": "^2.3.1",
|
|
"tail": "^2.0.4",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@lingui/cli": "^2.9.2",
|
|
"@types/jest": "^26.0.14",
|
|
"@types/lingui__macro": "^2.7.4",
|
|
"@types/lingui__react": "^2.8.3",
|
|
"@types/node": "^14.11.10",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-redux": "^7.1.9",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"@types/styled-components": "^5.1.4",
|
|
"@typescript-eslint/eslint-plugin": "4.0.1",
|
|
"@typescript-eslint/parser": "4.0.1",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"cypress": "^5.4.0",
|
|
"electron": "^8.5.2",
|
|
"electron-osx-sign": "github:electron/electron-osx-sign#master",
|
|
"electron-winstaller": "^4.0.1",
|
|
"eslint-config-airbnb-typescript": "^12.0.0",
|
|
"eslint-config-prettier": "^6.13.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jest": "^24.1.0",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-react": "^7.21.4",
|
|
"eslint-plugin-react-hooks": "^4.1.2",
|
|
"eslint-plugin-unicorn": "^23.0.0",
|
|
"foreman": "^3.0.1",
|
|
"prettier-eslint": "^11.0.0",
|
|
"prettier-eslint-cli": "^5.0.0",
|
|
"react-scripts": "^3.4.4",
|
|
"react-styleguidist": "^11.1.0",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"terser-webpack-plugin": "^4.2.3",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|