-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.56 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
{
"name": "decenterai.com",
"version": "0.1.0",
"description": "Decenter AI landing page: www.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": {
"@rainbow-me/rainbowkit": "^1.3.3",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"encoding": "^0.1.13",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.4",
"lokijs": "^1.5.12",
"next": "13.4.19",
"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",
"tailwindcss": "3.3.3",
"ts-jest": "^29.1.1",
"typescript": "5.2.2",
"viem": "^1.0.0",
"wagmi": "~1.4.0"
},
"devDependencies": {
"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"
}