forked from RevenantLabs/RevyHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1004 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1004 Bytes
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
{
"name": "revyhubx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "vitest run",
"issues:create": "node scripts/create-github-issues.mjs",
"issues:dry-run": "node scripts/create-github-issues.mjs --dry-run"
},
"dependencies": {
"@stellar/stellar-sdk": "^13.3.0",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"next": "^16.2.10",
"qrcode": "^1.5.4",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@types/node": "^20.17.14",
"@types/qrcode": "^1.5.5",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.10",
"postcss": "^8.5.19",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vitest": "^4.1.10"
},
"overrides": {
"postcss": "^8.5.19"
}
}