mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-06 10:04:59 -05:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "Chia-Blockchain",
|
|
"author": "Chia Network <hello@chia.net> (https://chia.net/)",
|
|
"description": "GUI for Chia Blockchain",
|
|
"productName": "Chia Blockchain",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"electron": "^8.5.0",
|
|
"electron-osx-sign": "github:electron/electron-osx-sign#master",
|
|
"electron-winstaller": "^4.0.1",
|
|
"foreman": "^3.0.1",
|
|
"prettier-eslint": "^9.0.2",
|
|
"prettier-eslint-cli": "^5.0.0",
|
|
"react-styleguidist": "^11.0.8",
|
|
"redux-devtools-extension": "^2.13.8"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"about-window": "^1.13.4",
|
|
"is-electron": "^2.2.0",
|
|
"npm-audit-resolver": "^2.2.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-redux": "^7.2.1",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^3.4.3",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"stringify": "^5.2.0",
|
|
"tail": "^2.0.4",
|
|
"terser-webpack-plugin": "^4.1.0",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"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",
|
|
"format": "prettier-eslint --write $PWD/\"src/**/*.js\"",
|
|
"styleguide": "styleguidist server",
|
|
"styleguide:build": "styleguidist build"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|