-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
95 lines (95 loc) · 2.76 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
{
"name": "kaddex-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sweetalert/with-react": "^0.1.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/sign-client": "^2.7.6",
"@web3modal/standalone": "^2.0.0",
"apexcharts": "^3.35.3",
"axios": "^0.24.0",
"base64-url": "^2.3.3",
"bignumber.js": "^9.0.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.0.0",
"formik": "^2.2.0",
"glob": "^8.0.3",
"https-browserify": "^1.0.0",
"lodash": "^4.17.20",
"moment": "^2.29.4",
"pact-lang-api": "^4.2.0",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-apexcharts": "^1.4.0",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.0",
"react-equation": "^0.2.1",
"react-helmet": "^6.1.0",
"react-infinite-scroller": "^1.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-spring": "^8.0.27",
"react-toastify": "^6.2.0",
"recharts": "^2.1.9",
"sass": "^1.49.9",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.2.0",
"sweetalert": "^2.1.2",
"throttle-debounce": "^3.0.1",
"web-vitals": "^2.1.0",
"yup": "^0.29.3"
},
"scripts": {
"start:pact": "rm -Rf ./log && mkdir log && pact --serve ./pact-local/server.conf",
"start:deploy": "./pact-local/initialize.sh 9001",
"start": "react-app-rewired start",
"build": "react-app-rewired build && node post-build.js",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"postinstall": "patch-package",
"lint": "eslint --fix ./src && prettier --write ./src"
},
"eslintConfig": {
"extends": "react-app",
"ignorePatterns": [
"src/charting_library",
"public",
"node_modules"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/preset-env": "^7.24.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"babel-plugin-macros": "^2.8.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.13.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"patch-package": "^6.4.7",
"prettier": "^2.1.2",
"react-app-rewired": "^2.2.1"
},
"engines": {
"node": "18.x",
"npm": "please-use-yarn"
}
}