-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 4.46 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
{
"name": "@thepower.io/powerdapp",
"version": "0.0.1",
"description": "Web3 DApp for Power DCloud",
"author": "thepower.io",
"license": "ISC",
"scripts": {
"start": "GENERATE_SOURCEMAP=false DISABLE_ESLINT_PLUGIN=true env-cmd -f .env.local react-app-rewired start",
"start:network": "GENERATE_SOURCEMAP=false DISABLE_ESLINT_PLUGIN=true env-cmd -f .env.network react-app-rewired start",
"start-prod": "GENERATE_SOURCEMAP=false DISABLE_ESLINT_PLUGIN=true env-cmd -f .env.production react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false DISABLE_ESLINT_PLUGIN=true env-cmd -f .env.local react-app-rewired build",
"build-dev": "GENERATE_SOURCEMAP=false DISABLE_ESLINT_PLUGIN=true env-cmd -f .env.development react-app-rewired build",
"build-prod": "GENERATE_SOURCEMAP=false 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",
"buildsc": "yarn solcjs ./contracts/*.sol -o buildsc --bin --optimize --abi",
"rainSK": "tsx utils/rainSK.ts",
"deploy": "tsx utils/deploySc.ts",
"register": "tsx utils/register.ts",
"grantRole": "tsx utils/grantRole.ts"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{scss,css}": "stylelint --fix"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@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": "^2.1.0",
"@types/classnames": "^2.3.1",
"@types/create-hash": "^1.2.2",
"@types/date-fns": "^2.6.0",
"@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": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"axios": "^1.4.0",
"classnames": "^2.3.1",
"connected-react-router": "^6.9.3",
"create-hash": "^1.2.0",
"date-fns": "^2.28.0",
"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.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"formik": "^2.4.1",
"history": "4.10.1",
"husky": "^8.0.2",
"i18next": "^23.2.8",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"jdenticon": "^3.2.0",
"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-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-i18next": "^13.0.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-saga": "^1.2.1",
"slugify": "^1.6.6",
"stylelint": "^14.14.1",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"typed-redux-saga": "^1.5.0",
"viem": "^1.11.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@types/uuid": "^9.0.2",
"assert": "^2.1.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",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"sass": "^1.50.1",
"sass-loader": "^12.6.0",
"stream-browserify": "^3.0.0",
"tsx": "^4.15.2",
"typescript": "^5.3.2",
"vm-browserify": "^1.1.2"
},
"browserslist": {
"production": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}