-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
61 lines (61 loc) · 1.67 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
{
"name": "ordinals-explorer",
"version": "0.1.0",
"private": true,
"license": "Apache 2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-tooltip": "^1.0.6",
"@scure/base": "^1.1.1",
"@stacks/stacking": "^6.5.4",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"d3": "^7.8.4",
"d3-tip": "^0.9.1",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4",
"fp-ts": "^2.16.0",
"framer-motion": "^10.12.16",
"jotai": "^2.1.0",
"lodash": "^4.17.21",
"lucide-react": "^0.233.0",
"next": "^13.4.4",
"next-usequerystate": "^1.7.2",
"node-fetch": "2.6.11",
"pretty-bytes": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-json-view-lite": "^0.9.6",
"react-time-ago": "^7.2.1",
"react-use": "^17.4.0",
"swr": "^2.1.5",
"tailwind-merge": "^1.13.1",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/bytes": "^3.1.1",
"@types/d3": "^7.4.0",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2"
}
}