forked from solendprotocol/public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.12 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
{
"name": "@solendprotocol/solend-lite",
"version": "0.1.0",
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier --write --ignore-path .gitignore .; prettier --check --ignore-path .gitignore .;next lint"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.1.1",
"@chakra-ui/icons": "^2.0.16",
"@chakra-ui/react": "^2.4.9",
"@chakra-ui/styled-system": "^2.5.1",
"@chakra-ui/theme-tools": "^2.0.16",
"@coral-xyz/anchor": "^0.30.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "13.0.7",
"@pythnetwork/client": "^2.12.0",
"@pythnetwork/pyth-solana-receiver": "^0.8.0",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.27",
"@solana/wallet-adapter-wallets": "^0.19.10",
"@solana/web3.js": "=1.76.0",
"@solendprotocol/solend-sdk": "*",
"@switchboard-xyz/sbv2-lite": "^0.2.4",
"@tanstack/react-table": "^8.7.9",
"@types/node": "18.11.15",
"@types/react": "^18.2.22",
"@types/react-dom": "18.0.9",
"@types/react-no-ssr": "^1.1.3",
"bignumber.js": "^9.1.1",
"buffer-layout": "^1.2.2",
"classnames": "^2.3.2",
"eslint-config-next": "^14.0.4",
"framer-motion": "^8.4.3",
"humanize-duration": "^3.29.0",
"jotai": "^1.12.1",
"jotai-optics": "^0.2.0",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-no-ssr": "^1.1.0",
"react-svg": "^16.0.0",
"react-timer-hook": "^3.0.5",
"recharts": "^2.7.2",
"sass": "^1.57.1",
"string-comparison": "^1.2.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.2.1",
"@types/humanize-duration": "^3.27.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"eslint": "^8.49.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.0.7",
"eslint-config-prettier": "^8.6.0",
"prettier": "^2.8.4"
}
}