-
Notifications
You must be signed in to change notification settings - Fork 181
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "create-dapp-solana-nextjs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@nfteyez/sol-rayz-react": "^0.8.2",
"@project-serum/anchor": "^0.19.1-beta.1",
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-base": "^0.7.0",
"@solana/wallet-adapter-phantom": "^0.7.0",
"@solana/wallet-adapter-react": "^0.13.1",
"@solana/wallet-adapter-react-ui": "^0.6.0",
"@solana/wallet-adapter-solflare": "^0.4.0",
"@solana/wallet-adapter-sollet": "^0.8.0",
"@solana/wallet-adapter-wallets": "^0.11.3",
"@tailwindcss/typography": "^0.4.1",
"@types/lodash.orderby": "^4.6.6",
"daisyui": "^1.16.2",
"lodash.orderby": "^4.6.0",
"next": "12.1.0",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/react": "17.0.34",
"@types/react-alert": "^5.2.1",
"autoprefixer": "^10.4.0",
"eslint": "7",
"eslint-config-next": "12.0.3",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19",
"typescript": "4.4.4"
}
}