-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.74 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.74 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
{
"name": "prediction-markets-ui",
"version": "0.0.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@ant-design/plots": "^2.6.6",
"@craco/craco": "^6.0.0",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"@react-hook/resize-observer": "^2.0.2",
"@reduxjs/toolkit": "^2.10.1",
"antd": "^6.0.0",
"axios": "^1.13.2",
"counterstake-sdk": "^0.1.9",
"craco-less": "^3.0.1",
"history": "^5.2.0",
"i18next": "^25.7.1",
"lodash": "^4.17.21",
"oREChain": "^0.1.23",
"oREChain-qr-button": "^0.0.16",
"react": "^19.1.1",
"react-dom": "^19.2.0",
"react-ga": "^3.3.1",
"react-helmet-async": "^2.0.5",
"react-i18next": "^16.3.5",
"react-image": "^4.0.3",
"react-redux": "^8.1.3",
"react-router-dom": "^7.9.6",
"react-scripts": "^5.0.1",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"swr": "^2.3.7"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"react/jsx-no-target-blank": "off",
"jsx-a11y/anchor-is-valid": "off",
"react-hooks/exhaustive-deps": "off",
"import/no-anonymous-default-export": "off",
"no-useless-escape": "off",
"no-useless-constructor": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}