-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.74 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": "candy-machine-toolkit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix",
"export": "next export",
"prepare": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@metaplex-foundation/mpl-candy-machine": "^4.2.0",
"@metaplex-foundation/mpl-core": "^0.6.1",
"@metaplex-foundation/mpl-token-metadata": "^2.1.2",
"@nftstorage/metaplex-auth": "^1.2.0",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.5",
"@solana/wallet-adapter-react-ui": "^0.9.7",
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.43.1",
"bnc-notify": "^1.9.5",
"bs58": "^5.0.0",
"daisyui": "^2.15.0",
"next": "12.1.6",
"next-with-polyfill": "^0.1.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"use-local-storage-state": "^17.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"autoprefixer": "^10.4.7",
"critters": "^0.0.16",
"cssnano": "^5.1.9",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}