-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.94 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.94 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": "gluon-web-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:tailwind": "tailwindcss build ./styles/globals.css -o ./public/styles.css"
},
"overrides": {
"next": {
"@swc/helpers": "0.4.36"
}
},
"dependencies": {
"@fleet-sdk/core": "^0.1.2",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.11",
"antd": "^5.4.7",
"axios": "^1.4.0",
"axios-retry": "^3.5.0",
"bignumber.js": "^9.1.1",
"classnames": "^2.5.1",
"ergo-lib-wasm-browser": "^0.23.0",
"eslint-plugin-next": "^0.0.0",
"json-bigint": "^1.0.0",
"lodash": "^4.17.21",
"next": "13.3.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "^4.10.0",
"react-dom": "18.2.0",
"react-flip-numbers": "^3.0.8",
"react-icons": "^4.7.1",
"react-qr-code": "^2.0.7",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.27.1",
"rxjs": "^7.8.1",
"socket.io-client": "^4.7.1",
"tailwindcss": "^3.2.7",
"uuid": "^9.0.0",
"wasm-loader": "^1.3.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@nautilus-js/eip12-types": "^0.1.9",
"@types/lodash": "^4.17.7",
"@types/node": "20.14.10",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.2.6",
"@types/uuid": "^9.0.2",
"autoprefixer": "10.4.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"flowbite": "^1.7.0",
"flowbite-react": "^0.4.10",
"prettier": "2.8.4",
"typescript": "5.1.6"
}
}