-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 KB
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
{
"name": "@bbachain/explorer",
"version": "0.0.1",
"author": "BBAChain Labs <developers@bbachain.com>",
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bbachain/spl-token": "^0.1.5",
"@bbachain/spl-token-metadata": "^0.1.2",
"@bbachain/web3.js": "^1.1.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.18",
"@metaplex/js": "^4.12.0",
"@mui/material": "^5.13.0",
"@noble/ed25519": "^1.7.1",
"@sentry/react": "^7.64.0",
"@tailwindcss/typography": "^0.5.9",
"date-fns": "^2.30.0",
"humanize-duration-ts": "^2.1.1",
"immer": "^9.0.12",
"moment": "^2.29.4",
"mongodb": "^5.6.0",
"next": "^13.4.18",
"next-compose-plugins": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-moment": "^1.1.3",
"react-select": "^5.7.3",
"superstruct": "^1.0.3",
"zustand": "^3.6.9"
},
"devDependencies": {
"@types/node": "^18.16.3",
"@types/react": "^18.2.6",
"autoprefixer": "^10.4.14",
"eslint": "8.39.0",
"eslint-config-next": "^13.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=16"
}
}