-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
57 lines (57 loc) · 1.69 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
{
"name": "soldev-ui",
"version": "0.1.0",
"dependencies": {
"@sentry/nextjs": "^7.36.0",
"next": "^13.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@algolia/autocomplete-core": "^1.7.4",
"@algolia/autocomplete-preset-algolia": "^1.7.4",
"@headlessui/react": "^1.7.9",
"@heroicons/react": "1.0.6",
"@project-serum/anchor": "^0.26.0",
"@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.11",
"@solana/web3.js": "^1.73.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^0.1.8",
"@widgetbot/react-embed": "^1.6.1",
"algoliasearch": "^4.14.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.6.0",
"isomorphic-unfetch": "^4.0.2",
"next-plausible": "^3.7.1",
"next-transpile-modules": "^10.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"prop-types": "^15.8.1",
"react-copy-to-clipboard": "^5.1.0",
"react-markdown": "^8.0.5",
"react-player": "^2.11.0",
"react-syntax-highlighter": "^15.5.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-mermaidjs": "^4.1.1",
"remark-prism": "^1.3.6",
"swr": "^2.0.3",
"tailwindcss": "^3.2.4"
},
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint --fix",
"start": "next start"
}
}