forked from soroswap/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.18 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
{
"name": "soroswap-frontend",
"version": "0.1.1",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"test": "cypress run --browser chrome",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"src/**/*.ts\" \"pages/**/*.ts\"",
"cy:run": "cypress run --browser chrome",
"cy:run:w": "cypress run --spec cypress/e2e/connectWallet.test.ts"
},
"dependencies": {
"@cypress/react": "^8.0.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@lobstrco/signer-extension-api": "^1.0.0-beta.0",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.10.17",
"@nightlylabs/wallet-selector-polkadot": "0.2.4",
"@polkadot/api-contract": "^10.12.6",
"@polkadot/types": "^10.12.6",
"@reduxjs/toolkit": "^2.2.1",
"@scio-labs/use-inkathon": "^0.8.1",
"@soroban-react/chains": "9.1.13",
"@soroban-react/connect-button": "9.1.13",
"@soroban-react/contracts": "9.3.0",
"@soroban-react/core": "9.3.0",
"@soroban-react/events": "9.3.0",
"@soroban-react/freighter": "9.1.13",
"@soroban-react/hana": "9.1.13",
"@soroban-react/lobstr": "9.1.13",
"@soroban-react/types": "9.1.13",
"@soroban-react/utils": "9.1.13",
"@soroban-react/wallet-data": "9.3.0",
"@soroban-react/xbull": "9.3.0",
"@stellar/freighter-api": "1.7.1",
"@stellar/stellar-sdk": "12.2.0",
"@types/qs": "^6.9.7",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-window": "^1.8.5",
"@vercel/analytics": "^1.2.2",
"axios": "^1.6.2",
"bigint-conversion": "^2.4.3",
"bignumber.js": "^9.1.0",
"bowser": "^2.11.0",
"bs58": "^5.0.0",
"buffer": "6.0.3",
"eslint": "8.56.0",
"eslint-config-next": "^14.2.3",
"i": "^0.3.7",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"next": "^14.2.3",
"npm": "^10.2.5",
"pm2": "^5.4.0",
"polished": "^4.2.2",
"qs": "^6.11.2",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-ga": "^3.3.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.1",
"react-spring": "^9.5.5",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"redux": "^4.2.1",
"soroswap-router-sdk": "1.4.6",
"soroswap-ui": "^1.0.0",
"swr": "^2.2.0",
"typescript": "5.3.3",
"use-resize-observer": "^9.1.0"
},
"resolutions": {
"cypress": "12.12.0"
},
"devDependencies": {
"@lingui/macro": "^4.3.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@testing-library/webdriverio": "^3.2.1",
"@types/jest": "^29.5.10",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/node": "^18.11.15",
"@types/react-copy-to-clipboard": "^5.0.7",
"@vitejs/plugin-react": "^4.2.0",
"cypress": "12.12.0",
"jsdom": "^23.0.0",
"msw": "^2.0.9",
"next-router-mock": "^0.9.11",
"prettier": "3.0.0",
"ts-node": "^10.9.2",
"vite-tsconfig-paths": "^4.2.1"
},
"next-unused": {
"include": [
"src"
]
}
}