-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
165 lines (165 loc) · 5.05 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "zeropool-frontend",
"version": "0.23.11",
"client": "0.9.7",
"support": "0.7.7",
"license": "MIT",
"private": false,
"scripts": {
"bdd": "cucumber-js --publish",
"start": "webpack --config webpack.worker.conf.js && mv ./workers/manifest.json src && react-app-rewired start",
"build": "set \"PUBLIC_URL=/\" && webpack --config webpack.worker.conf.js && mv ./workers/manifest.json src && env-cmd react-app-rewired build",
"test:debug": "react-app-rewired test",
"test": "react-app-rewired test --coverage --watchAll=false",
"test:quiet": "react-app-rewired test --watchAll=false --silent",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy:ghp": "gh-pages -d build --remote origin",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"lint": "tslint -c tslint.json src/**/*.{ts,tsx} --fix --format verbose",
"prestart": "rm -rf node_modules/.cache/",
"coverage": "./node_modules/.bin/http-server -c-1 -o -p 9875 ./coverage/lcov-report/"
},
"dependencies": {
"@bem-react/classname": "^1.5.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@hookform/devtools": "^4.1.0",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.86",
"@mui/material": "^5.13.0",
"@reduxjs/toolkit": "^1.8.2",
"@truffle/hdwallet-provider": "^2.0.5",
"axios-observable": "^2.0.0",
"bip39-light": "^v1.0.7",
"crypto-js": "^4.1.1",
"execa": "^6.1.0",
"fontsource-exo-2": "^3.0.5",
"history": "^4.10.1",
"jssha": "^3.2.0",
"moment": "^2.29.1",
"node-sass": "^7.0.1",
"notistack": "^2.0.5",
"os-browserify": "^0.3.0",
"qrcode.react": "^3.1.0",
"react": "^18.0.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.0.0",
"react-hook-form": "^7.31.2",
"react-number-format": "^4.4.1",
"react-redux": "^8.0.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"redux-observable": "^2.0.0",
"redux-persist": "^6.0.0",
"rxjs": "^7.0.0",
"typescript": "^4.3.5",
"wallet.ts": "1.0.1",
"webpack-version-file-plugin": "^0.4.0",
"zeropool-client-js": "0.9.7",
"zeropool-support-js": "0.7.7"
},
"devDependencies": {
"@cucumber/cucumber": "^8.2.1",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/node-logger": "^6.5.10",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"@types/crypto-js": "^4.1.1",
"@types/qrcode.react": "^1.0.1",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/sinon": "^10.0.13",
"assert": "^2.0.0",
"babel-loader": "8.1.0",
"babel-plugin-named-exports-order": "^0.0.2",
"browserify-zlib": "^0.2.0",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"constants-browserify": "^1.0.0",
"copy-webpack-plugin": "^11.0.0",
"cra-build-watch": "^3.4.0",
"crypto-browserify": "^3.12.0",
"dotenv-webpack": "^7.1.0",
"electron": "^19.0.4",
"env-cmd": "^10.1.0",
"gh-pages": "^3.1.0",
"http-server": "^14.1.0",
"https-browserify": "^1.0.0",
"jest-canvas-mock": "^2.3.1",
"mutationobserver-shim": "^0.3.7",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"prettier": "2.2.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react-is": "^17.0.1",
"sinon": "^14.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"ts-jest": "^28.0.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"tslint-react": "^5.0.0",
"url": "^0.11.0",
"util": "^0.12.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0"
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"collectCoverageFrom": [
"src/shared/**/*.{ts,tsx}",
"src/register/**/*.{ts,tsx}",
"src/wallet/**/*.{ts,tsx}",
"!src/**/*.stories.tsx",
"!src/**/*.api.ts"
]
},
"browser": {
"crypto": false
},
"resolutions": {
"webpack": "^5.68.0"
},
"type": "commonjs"
}