mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-09 02:24:26 -05:00
74 lines
2.1 KiB
JSON
74 lines
2.1 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",
|
|
"format": "prettier-eslint --write $PWD/\"src/**/*.js\"",
|
|
"styleguide": "styleguidist server",
|
|
"styleguide:build": "styleguidist build"
|
|
},
|
|
"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",
|
|
"polished": "^3.6.6",
|
|
"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-use": "^15.3.4",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"stringify": "^5.2.0",
|
|
"styled-components": "^5.2.0",
|
|
"tail": "^2.0.4",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.14",
|
|
"@types/node": "^14.10.2",
|
|
"@types/react": "^16.9.49",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-router-dom": "^5.1.5",
|
|
"@types/react-redux": "^7.1.9",
|
|
"@types/styled-components": "^5.1.3",
|
|
"cypress": "^5.2.0",
|
|
"electron": "^10.1.2",
|
|
"electron-osx-sign": "github:electron/electron-osx-sign#master",
|
|
"electron-winstaller": "^4.0.1",
|
|
"foreman": "^3.0.1",
|
|
"prettier-eslint": "^11.0.0",
|
|
"prettier-eslint-cli": "^5.0.0",
|
|
"react-scripts": "^3.4.3",
|
|
"react-styleguidist": "^11.1.0",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"terser-webpack-plugin": "^4.2.1",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|