forked from DeCenter-AI/explorer.decenterai.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.13 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
78
79
{
"name": "explorer.decenterai.com",
"version": "0.1.0",
"description": "Explorer for Decenter AI : www.explorer.decenterai.com",
"author": "[email protected]",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --passWithNoTests",
"pretty": "prettier -w .",
"pretty-ci": "prettier -w .github/",
"ngrok": "ngrok http 3000"
},
"dependencies": {
"@portabletext/react": "^3.0.11",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@rainbow-me/rainbowkit": "^1.3.3",
"@sanity/image-url": "1",
"@sanity/vision": "3",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clipboard-copy": "^4.0.1",
"clsx": "^2.1.0",
"encoding": "^0.1.13",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.4",
"lokijs": "^1.5.12",
"lucide-react": "^0.320.0",
"next": "14.1.0",
"next-sanity": "7",
"pino-pretty": "^10.2.0",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.2",
"react-spinners": "^0.13.8",
"sanity": "^3.30.0",
"sonner": "^1.4.32",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.1",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
"viem": "^1.0.0",
"wagmi": "~1.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=6.0.0",
"pnpm": ">=8.6.6"
},
"repository": {
"type": "git",
"url": "https://github.com/Decenter-AI/decenterai.com.git"
},
"bugs": {
"url": "https://github.com/Decenter-AI/decenterai.com/issues"
},
"homepage": "https://decenterai.com"
}