-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.03 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ai_nft_generator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"e2e": "ts-node services/e2e.ts",
"prod": "next start -p 443"
},
"dependencies": {
"@metaplex-foundation/amman": "0.12.0",
"@metaplex-foundation/beet": "^0.7.1",
"@metaplex-foundation/mpl-bubblegum": "^0.6.0",
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
"@metaplex-foundation/rustbin": "^0.3.1",
"@metaplex-foundation/solita": "^0.18.0",
"@project-serum/anchor": "0.26.0",
"@solana/spl-account-compression": "^0.1.4",
"@solana/spl-token": "^0.1",
"@solana/web3.js": "^1.78.0",
"@sorend-solana/utils": "^0.0.5",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"borsh": "^0.7.0",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",
"file-type": "^18.5.0",
"flowbite": "^1.6.6",
"fs": "^0.0.1-security",
"helius": "^1.0.0",
"ipfs-http-client": "^60.0.1",
"js-sha3": "^0.8.0",
"next": "13.4.7",
"path": "^0.12.7",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-uuid": "^2.0.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"typescript-collections": "^1.3.3",
"web3.storage": "^4.5.4"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/tape": "^4.13.2",
"chai": "^4.3.4",
"eslint": "^8.3.0",
"mocha": "^9.0.3",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"spok": "^1.4.3",
"start-server-and-test": "^1.14.0",
"tape": "^5.5.2",
"ts-jest": "^29.0.3",
"ts-jest-resolver": "^2.0.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.10",
"typescript": "^4.8.4"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"web3.storage": "^4.5.4"
}
}