-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
113 lines (113 loc) · 3.34 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "banx-ui",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode=production --node-env=production",
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "eslint . --max-warnings=0",
"prettier:fix": "prettier --write .",
"prepare": "husky install"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/frakt-solana/banx-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frakt-solana/banx-ui/issues"
},
"homepage": "https://github.com/frakt-solana/banx-ui#readme",
"dependencies": {
"@dialectlabs/blockchain-sdk-solana": "1.0.0-beta.4",
"@dialectlabs/react-sdk": "1.2.0",
"@dialectlabs/react-sdk-blockchain-solana": "1.1.0",
"@jup-ag/api": "^6.0.24",
"@sentry/react": "^7.73.0",
"@sentry/tracing": "^7.73.0",
"@solana/spl-token": "0.2.0",
"@solana/wallet-adapter-react": "^0.15.33",
"@solana/wallet-adapter-wallets": "^0.19.23",
"@tanstack/react-query": "^4.32.0",
"@tanstack/react-query-persist-client": "^4.33.0",
"antd": "^5.7.3",
"axios": "^1.4.0",
"bs58": "^5.0.0",
"chart.js": "^4.4.0",
"classnames": "^2.3.2",
"fbonds-core": "0.6.69",
"firebase": "^10.1.0",
"idb-keyval": "^6.2.1",
"immer": "9.0.19",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"react-virtuoso": "^4.6.2",
"solana-transactions-executor": "6.0.1",
"solana-transactions-parser": "2.0.3",
"zod": "^3.21.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@sentry/webpack-plugin": "^2.8.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/bn.js": "^5.1.5",
"@types/lodash": "^4.14.196",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@webpack-cli/generators": "^3.0.7",
"assert": "^2.0.0",
"autoprefixer": "^10.4.14",
"browserify-zlib": "^0.2.0",
"copy-webpack-plugin": "^11.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"html-webpack-plugin": "^5.5.3",
"https-browserify": "^1.0.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.27",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.0",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"react-refresh": "^0.14.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"workbox-webpack-plugin": "^7.0.0"
}
}