-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.41 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
53
54
{
"name": "sourcepulse-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5100",
"build": "next build",
"start": "next start -p 5100",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@rainbow-me/rainbowkit": "2.2.0",
"@tanstack/react-query": "5.59.0",
"d3": "7.9.0",
"genlayer-js": "1.1.8",
"gsap": "3.12.5",
"next": "14.2.35",
"react": "18.3.1",
"react-dom": "18.3.1",
"viem": "2.21.19",
"wagmi": "2.12.17"
},
"devDependencies": {
"@types/d3": "7.4.3",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.35",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"typescript": "5.4.5"
},
"description": "Source-watch intelligence console for snapshots, alerts, challenges, and GenLayer-backed source review.",
"homepage": "https://sourcepulse.vercel.app",
"repository": {
"type": "git",
"url": "git+https://github.com/assmore22/sourcepulse.git"
},
"bugs": {
"url": "https://github.com/assmore22/sourcepulse/issues"
},
"license": "MIT",
"keywords": [
"genlayer",
"studionet",
"rainbowkit",
"intelligent-contracts"
]
}