forked from coral-xyz/apr-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "registry",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sentry/nextjs": "^7.11.1",
"@sentry/tracing": "^7.11.1",
"next": "^12.2.5",
"next-auth": "4.10.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "v1",
"@mapbox/rehype-prism": "^0.8.0",
"@mui/icons-material": "^5.10.2",
"@mui/lab": "^5.0.0-alpha.96",
"@mui/material": "^5.10.2",
"@mui/x-data-grid": "^5.15.3",
"@project-serum/anchor": "^0.25.0",
"@solana/wallet-adapter-base": "^0.9.15",
"@solana/wallet-adapter-react": "^0.15.17",
"@solana/wallet-adapter-react-ui": "^0.9.15",
"@solana/wallet-adapter-wallets": "^0.18.4",
"@solana/web3.js": "^1.53.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "^18.7.11",
"@types/react": "^18.0.17",
"autoprefixer": "^10.4.8",
"bs58": "^5.0.0",
"eslint": "^8.22.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
"isomorphic-unfetch": "^3.1.0",
"next-plausible": "^3.2.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"react-json-view": "^1.21.3",
"react-syntax-highlighter": "^15.5.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-prism": "^1.3.6",
"swr": "^1.3.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
}
}