-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (58 loc) · 1.43 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.10",
"@heroicons/react": "^2.0.15",
"@metaplex-foundation/js": "^0.18.0",
"@solana/web3.js": "^1.73.2",
"@uiw/react-textarea-code-editor": "1.4.4",
"base58-js": "^1.0.5",
"crypto-js": "^4.1.1",
"draft-js": "^0.11.7",
"fix-path": "3.0.0",
"java-random": "^0.4.0",
"jsrsasign": "^10.6.1",
"next": "latest",
"next-remove-imports": "^1.0.8",
"node-fetch": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.90.0",
"slate-history": "^0.86.0",
"slate-react": "^0.90.0",
"uuid": "^9.0.0",
"assert-browserify": "^2.0.0",
"axios": "^1.3.2",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"elliptic": "^6.5.4",
"js-sha3": "^0.8.0",
"moment": "^2.29.4",
"path-browserify": "^1.0.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"recharts": "^2.1.15",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"stringify-with-floats": "^2.0.1",
"util": "^0.12.5",
"web-vitals": "^2.1.4",
"web3": "^1.8.1"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}