forked from cryptoloutre/solana-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.81 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
{
"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": {
"@bonfida/spl-name-service": "^0.1.40",
"@getpip/react-pip-button": "^1.0.12",
"@heroicons/react": "^1.0.5",
"@metaplex-foundation/js": "^0.17.1",
"@metaplex-foundation/js-next": "^0.10.0",
"@metaplex-foundation/mpl-token-metadata": "^2.3.3",
"@metaplex/js": "^4.12.0",
"@nfteyez/sol-rayz-react": "^0.8.2",
"@onsol/tldparser": "^0.4.2",
"@project-serum/anchor": "^0.19.1-beta.1",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.1.8",
"@solana/spl-token-registry": "^0.2.4574",
"@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",
"html2canvas": "^1.4.1",
"lodash.orderby": "^4.6.0",
"next": "12.1.0",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^9.0.0",
"papaparse": "^5.3.2",
"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/papaparse": "^5.3.5",
"@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"
}
}