forked from Chia-Network/chia-blockchain-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "chia-blockchain",
"author": "Chia Network <[email protected]> (https://chia.net/)",
"description": "GUI for Chia Blockchain",
"productName": "Chia Blockchain",
"private": true,
"homepage": "./",
"main": "src/electron-starter.js",
"scripts": {
"start": "craco start",
"build": "npm run locale && craco build",
"test": "craco test --env=jsdom",
"eject": "react-scripts eject",
"electron": "electron .",
"dev": "npm run locale && cross-env NODE_ENV=development BROWSER=none nf start",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"locale:extract": "lingui extract",
"locale:compile": "lingui compile",
"locale": "lingui extract && lingui compile",
"eslint": "eslint src/**/*.[t]s{,x}",
"format": "prettier --write src/**/*.[jt]s{,x} && eslint --fix src/**/*.[jt]s{,x}",
"lint": "tsc --noEmit && npm run eslint"
},
"dependencies": {
"@lingui/core": "^3.6.0",
"@lingui/macro": "^3.6.0",
"@lingui/react": "^3.6.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@material-ui/styles": "^4.11.3",
"@rehooks/local-storage": "^2.4.0",
"about-window": "^1.13.4",
"bech32": "^2.0.0",
"big.js": "^6.0.3",
"byte-size": "^7.0.0",
"bytes-iec": "^3.1.1",
"connected-react-router": "^6.9.1",
"framer-motion": "^3.7.0",
"history": "^4.10.1",
"is-electron": "^2.2.0",
"js-yaml": "^3.14.1",
"lodash": "^4.17.21",
"make-plural": "^6.2.2",
"match-sorter": "^6.3.0",
"moment": "^2.29.1",
"npm-audit-resolver": "^2.2.1",
"polished": "^4.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.1",
"react-hook-form": "^6.15.4",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scroll-to-bottom": "4.1.1-master.2780945",
"react-teleporter": "^2.1.1",
"react-use": "^17.1.1",
"react-use-timeout": "^1.0.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"stringify": "^5.2.0",
"styled-components": "^5.2.1",
"tail": "^2.2.0",
"use-dark-mode": "^2.3.1",
"ws": "^7.4.3"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@lingui/cli": "^3.6.0",
"@types/big.js": "^6.0.2",
"@types/jest": "^26.0.20",
"@types/lingui__macro": "^2.7.4",
"@types/lingui__react": "^2.8.3",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"babel-core": "^7.0.0-bridge.0",
"craco": "^0.0.3",
"craco-alias": "^2.1.1",
"cross-env": "^7.0.3",
"cypress": "^6.5.0",
"electron": "^11.3.0",
"electron-osx-sign": "github:electron/electron-osx-sign#master",
"electron-winstaller": "^4.0.2",
"eslint": "^7.20.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^28.0.2",
"eslint-webpack-plugin": "^2.5.2",
"foreman": "^3.0.1",
"immer": " >=8.0.1",
"prettier-eslint": "^12.0.0",
"prettier-eslint-cli": "^5.0.0",
"react-scripts": "4.0.3",
"react-styleguidist": "^11.1.5",
"redux-devtools-extension": "^2.13.8",
"terser-webpack-plugin": "^5.1.1",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.2.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}