-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
97 lines (97 loc) · 2.75 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
{
"name": "dexy-bank-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/preset-env": "^7.15.6",
"@ergolabs/ergo-dex-sdk": "^1.9.67-beta.2",
"@ergolabs/ergo-sdk": "^0.5.7",
"@ergolabs/ui-kit": "^2.4.31",
"@fleet-sdk/common": "^0.3.4",
"@fleet-sdk/core": "^0.3.4",
"@rollup/plugin-inject": "^5.0.3",
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.172",
"@types/node": "^12.0.0",
"@types/numeral": "^2.0.2",
"@types/react": "^18.0.26",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.23",
"axios": "^0.24.0",
"axios-hooks": "^4.0.0",
"craco-less": "^1.20.0",
"dexy-sdk-ts": "0.3.3",
"ergo-lib-wasm-browser": "^0.23.0",
"eslint-plugin-react-hooks": "^4.2.0",
"lodash": "^4.17.21",
"luxon": "^2.1.1",
"mathjs": "^9.4.4",
"numeral": "^2.0.6",
"process": "^0.11.10",
"react": "^18.2.0",
"react-app-rewired": "^2.1.8",
"react-copy-to-clipboard": "^5.1.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-number-format": "^4.9.3",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"recharts": "^2.5.0",
"rxjs": "^7.5.5",
"styled-components": "^5.3.6",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/luxon": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@vitejs/plugin-react": "^4.0.0",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"css-modules-typescript-loader": "^4.0.1",
"customize-cra": "^1.0.0",
"customize-cra-less-loader": "^2.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-app": "^6.2.2",
"eslint-plugin-simple-import-sort": "7.0.0",
"node-sass": "^7.0.1",
"prettier": "^2.3.2",
"react-app-rewire-typings-for-css-module": "^4.0.3",
"sass-loader": "^12.1.0",
"vite": "^4.3.1",
"vite-plugin-checker": "^0.5.6",
"vite-plugin-svgr": "^2.4.0",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-wasm": "^3.2.2",
"wasm-loader": "^1.3.0"
},
"scripts": {
"start": "vite",
"build": "tsc && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}