-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3 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
{
"name": "partners-app",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "react-app-rewired build",
"deploy": "gh-pages -d build",
"eject": "react-app-rewired eject",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"start": "react-app-rewired start",
"test": "react-app-rewired test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@emotion/react": "~11.7.0",
"@emotion/styled": "~11.6.0",
"@hookform/error-message": "^2.0.0",
"@metamask/detect-provider": "^1.2.0",
"@mui/icons-material": "~5.2.1",
"@mui/lab": "^5.0.0-alpha.76",
"@mui/material": "~5.2.3",
"@mui/styles": "^5.2.3",
"@mui/x-data-grid": "~5.1.0",
"@reduxjs/toolkit": "~1.7.0",
"@skill-wallet/auth": "^1.0.66",
"@testing-library/jest-dom": "~5.14.1",
"@testing-library/react": "~11.2.7",
"@testing-library/user-event": "~12.8.3",
"axios": "~0.24.0",
"buffer": "^6.0.3",
"date-fns": "^2.28.0",
"emoji-mart": "^3.0.1",
"ethers": "~5.5.2",
"react": "~17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "~17.0.2",
"react-hook-form": "^7.23.0",
"react-qrcode-logo": "~2.5.0",
"react-redux": "~7.2.6",
"react-router-dom": "~5.3.0",
"react-scripts": "^5.0.0",
"react-share": "~4.4.0",
"react-swipeable": "~6.2.0",
"react-transition-group": "~4.4.2",
"redux-logger": "~3.0.6",
"redux-persist": "~6.0.0",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"sw-web-shared": "git@github.com:DistributedTown/sw-web-shared.git",
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@skill-wallet/sw-abi-types": "^0.0.34",
"@types/jest": "~26.0.24",
"@types/node": "~16.11.12",
"@types/react": "~17.0.37",
"@types/react-dom": "~17.0.11",
"@types/react-redux": "~7.1.20",
"@types/react-router-dom": "~5.3.0",
"@typescript-eslint/eslint-plugin": "~5.6.0",
"@typescript-eslint/parser": "~5.6.0",
"customize-cra": "~1.0.0",
"eslint": "~8.5.0",
"eslint-config-airbnb": "~19.0.4",
"eslint-config-prettier": "~8.3.0",
"eslint-import-resolver-typescript": "~2.5.0",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-jsx-a11y": "~6.5.1",
"eslint-plugin-prettier": "~4.0.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "~4.3.0",
"eslint-webpack-plugin": "~3.1.1",
"ethers-typescript-typings": "0.0.4",
"nft.storage": "^5.2.3",
"prettier": "~2.5.1",
"process": "^0.11.10",
"react-app-rewire-alias": "~1.1.7",
"react-app-rewired": "~2.1.11",
"react-dev-utils": "^12.0.0",
"redux-logger": "~3.0.6",
"typescript": "~4.5.3",
"webpack": "~5.0.0"
}
}