-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
150 lines (150 loc) · 4.74 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "@thepowereco/hub",
"version": "1.12.5",
"description": "thepower hub",
"author": "thepower",
"license": "ISC",
"scripts": {
"start:wallet": "DISABLE_ESLINT_PLUGIN=true PORT=3001 REACT_APP_TYPE=wallet react-app-rewired start",
"start:wallet:network": "DISABLE_ESLINT_PLUGIN=true REACT_APP_TYPE=wallet env-cmd -f .env.network react-app-rewired start",
"start:hub": "DISABLE_ESLINT_PLUGIN=true REACT_APP_TYPE=hub react-app-rewired start",
"build": "DISABLE_ESLINT_PLUGIN=true env-cmd -f .env react-app-rewired build",
"build-test": "DISABLE_ESLINT_PLUGIN=true env-cmd -f .env.test react-app-rewired build",
"build-prod": "DISABLE_ESLINT_PLUGIN=true env-cmd -f .env.production react-app-rewired build",
"prepare": "yarn run build && husky install",
"serve": "serve -s build",
"eject": "react-scripts eject",
"cm": "git add . && git commit",
"loadLocales": "node --experimental-modules --es-module-specifier-resolution=node src/loadLocales.mjs"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{scss,css}": "stylelint --fix"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@ethersproject/bignumber": "^5.7.0",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.78",
"@mui/material": "^5.6.2",
"@mui/styles": "^5.6.2",
"@reduxjs/toolkit": "^1.8.6",
"@thepowereco/msgpack": "^1.5.3",
"@thepowereco/tssdk": "^1.15.34",
"@types/classnames": "^2.3.1",
"@types/date-fns": "^2.6.0",
"@types/file-saver": "^2.0.5",
"@types/history": "^4.7.11",
"@types/lodash": "^4.14.185",
"@types/node": "^16.7.13",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/react-toastify": "^4.1.0",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"base64url": "^3.0.1",
"classnames": "^2.3.1",
"commitizen": "^4.2.5",
"connected-react-router": "^6.9.3",
"cz-conventional-changelog": "^3.3.0",
"date-fns": "^2.28.0",
"ecpair": "^2.0.1",
"eslint": "^8.27.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"history": "4.10.1",
"husky": "^8.0.2",
"i18next": "^22.4.6",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"lint-staged": "^13.0.3",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"qhistory": "^1.1.0",
"qs": "^6.10.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.1.1",
"react-intersection-observer": "^9.4.0",
"react-redux": "^8.0.4",
"react-router-dom": "^5.3.3",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.1",
"sass": "^1.50.1",
"sass-loader": "^12.6.0",
"stylelint": "^14.14.1",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"typed-redux-saga": "^1.5.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@types/bs58": "^4.0.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"csv-parse": "^4.16.3",
"customize-cra": "^1.0.0",
"env-cmd": "^10.1.0",
"googleapis": "^120.0.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"sass": "^1.50.1",
"sass-loader": "^12.6.0",
"serve": "^14.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^5.3.3",
"url": "^0.11.0",
"yarn": "^1.22.19"
},
"browserslist": {
"production": [
"chrome > 52",
"opera > 39",
"edge > 14",
"firefox > 52",
"safari > 10.1",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thepower/power_hub.git"
},
"bugs": {
"url": "https://github.com/thepower/power_hub/issues"
},
"gitHead": "fc1bd3a0ef3ec4badf1fa7dcf555f5ac5fba7049",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}