-
Notifications
You must be signed in to change notification settings - Fork 149
/
package.json
89 lines (89 loc) · 2.68 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
{
"name": "staking-ui",
"version": "0.1.0",
"description": "Staking ui",
"private": true,
"keywords": [
"solana",
"anchor"
],
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@solana-nft-programs/common": "^1.0.0",
"@solana-nft-programs/namespaces-components": "1.0.0",
"@solana-nft-programs/rewards-center": "1.0.0",
"@solana-nft-programs/staking": "1.0.0",
"@solana-nft-programs/stats": "^1.0.0",
"@coral-xyz/anchor": "^0.27.0",
"@emotion/babel-plugin": "^11.7.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@metaplex-foundation/mpl-token-metadata": "^2.11.0",
"@mui/material": "^5.8.2",
"@popperjs/core": "^2.11.5",
"@sentry/nextjs": "^7.8.1",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.3.6",
"@solana/wallet-adapter-react": "^0.15.20",
"@solana/wallet-adapter-react-ui": "^0.9.18",
"@solana/wallet-adapter-wallets": "^0.19.5",
"@solana/web3.js": "^1.37.1",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query-devtools": "^4.24.4",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"base58": "^2.0.1",
"classnames": "^2.3.2",
"dayjs": "^1.11.7",
"formik": "^2.2.9",
"graphql": "^16.6.0",
"jsbi": "^4.3.0",
"next": "12.1.4",
"polished": "^4.2.2",
"react": "18.0.0",
"react-colorful": "^5.6.1",
"react-dom": "18.0.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-loader-spinner": "^6.0.0-0",
"react-popper": "^2.3.0",
"react-select": "^5.2.2",
"tailwind-merge": "^1.8.0",
"tweetnacl": "^1.0.3",
"validate-color": "^2.2.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@typescript-eslint/parser": "^5.15.0",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.3",
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.12",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"react-json-pretty": "^2.2.0",
"tailwindcss": "^3.0.23",
"typescript": "4.5.4",
"webpack": "^5.70.0"
}
}