-
Notifications
You must be signed in to change notification settings - Fork 267
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.02 KB
/
Copy pathpackage.json
File metadata and controls
128 lines (128 loc) · 4.02 KB
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
{
"name": "@chia-network/core",
"author": "Chia Network <hello@chia.net> (https://chia.net/)",
"description": "Chia Core Library",
"productName": "Chia Blockchain",
"version": "1.0.0",
"engines": {
"node": ">=20.0.0"
},
"main": "dist/index.js",
"module": "dist/esm.js",
"scripts": {
"build": "npm run locale && npm run build:js",
"build:js": "rollup -c",
"build:types": "tsc --emitDeclarationOnly",
"build:watch": "rollup -c -w",
"build:ci": "npm run locale:compile && npm run build:js",
"locale:extract": "lingui extract",
"locale:clean": "lingui extract --clean",
"locale:compile": "lingui compile",
"locale": "npm run locale:extract && npm run locale:compile",
"check:types": "tsc --noEmit --emitDeclarationOnly false",
"test": "jest"
},
"dependencies": {
"@babel/runtime": "7.27.6",
"@emoji-mart/data": "1.1.2",
"@fontsource/roboto": "5.0.8",
"@lingui/macro": "4.11.4",
"@mui/utils": "5.14.5",
"@rehooks/local-storage": "2.4.4",
"bignumber.js": "9.1.1",
"core-js": "3.47.0",
"emoji-mart": "5.5.2",
"is-electron": "2.2.2",
"isomorphic-fetch": "3.0.0",
"json-bigint": "1.0.0",
"lodash": "4.17.23",
"match-sorter": "6.3.4",
"moment": "2.30.1",
"overlayscrollbars": "1.13.3",
"overlayscrollbars-react": "0.3.0",
"qs": "6.15.0",
"react-dropzone": "14.2.3",
"react-number-format": "5.4.3",
"react-redux": "8.1.2",
"react-scroll-to-bottom": "4.2.0",
"react-teleporter": "3.1.0",
"react-use": "17.4.0",
"react-use-timeout": "1.0.0",
"sortablejs": "1.15.3",
"stacktrace-gps": "3.1.2",
"stacktrace-js": "2.0.2",
"validator": "13.15.23"
},
"devDependencies": {
"@babel/core": "7.27.4",
"@babel/helper-get-function-arity": "7.16.7",
"@babel/plugin-transform-runtime": "7.27.4",
"@babel/preset-env": "7.27.2",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
"@chia-network/api": "1.0.0",
"@chia-network/api-react": "1.0.0",
"@chia-network/icons": "1.0.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@lingui/cli": "4.11.4",
"@lingui/core": "4.11.4",
"@lingui/react": "4.11.4",
"@loadable/babel-plugin": "5.16.1",
"@loadable/component": "5.15.3",
"@mui/icons-material": "5.14.3",
"@mui/lab": "5.0.0-alpha.140",
"@mui/material": "5.14.5",
"@mui/styled-engine-sc": "5.12.0",
"@mui/styles": "5.14.5",
"@mui/x-charts": "7.3.2",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@types/core-js": "2.5.5",
"@types/isomorphic-fetch": "0.0.36",
"@types/jest": "29.5.3",
"@types/json-bigint": "1.0.4",
"@types/lodash": "4.14.197",
"@types/qs": "6.9.16",
"@types/react": "18.2.20",
"@types/react-router-dom": "5.3.3",
"@types/validator": "13.11.1",
"babel-plugin-macros": "3.1.0",
"babel-plugin-styled-components": "2.1.4",
"babel-plugin-transform-imports": "2.0.0",
"electron": "37.3.1",
"jest": "29.6.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.4",
"react-router": "6.30.3",
"react-router-dom": "6.30.3",
"rollup": "4.53.3",
"rollup-plugin-node-externals": "7.1.2",
"styled-components": "6.0.7",
"typescript": "5.7.3"
},
"peerDependencies": {
"@chia-network/api": "1.0.0",
"@chia-network/api-react": "1.0.0",
"@chia-network/icons": "1.0.0",
"@lingui/core": "^4.11.4",
"@lingui/react": "^4.11.4",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "^5.0.0-alpha.140",
"@mui/material": "^5.14.5",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/styles": "^5.14.5",
"@mui/x-charts": "^7.3.2",
"electron": "^37.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-router": "^6.30.3",
"react-router-dom": "^6.30.3",
"styled-components": "^6.0.7"
}
}