-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.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
{
"name": "blend-ui",
"version": "1.3.2",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"build:mainnet": "TARGET_ENV=production node loadEnv.js && next build",
"build:testnet": "TARGET_ENV=testnet node loadEnv.js && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@blend-capital/blend-sdk": "2.2.0",
"@creit.tech/stellar-wallets-kit": "1.3.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.6",
"@mui/x-charts": "^7.22.1",
"@stellar/freighter-api": "^3.0.0",
"@stellar/stellar-sdk": "13.0.0",
"@tanstack/react-query": "5.52.0",
"copy-to-clipboard": "^3.3.3",
"next": "^14.2.11",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"toml": "^3.0.0"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"eslint": "8.18.0",
"eslint-config-next": "^13.3.0",
"prettier": "^2.7.1",
"tslib": "^2.5.0",
"typescript": "4.7.4"
},
"packageManager": "^[email protected]"
}