-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.62 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.62 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
55
56
57
58
59
60
61
{
"name": "workwork-ledger",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "vitest --run",
"test:watch": "vitest",
"test:coverage": "vitest --run --coverage"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@particle-network/auth-core-modal": "^1.5.2",
"@particle-network/chains": "^1.8.3",
"@prisma/client": "^6.19.1",
"@tanstack/react-query": "^5.90.12",
"@trpc/client": "^11.8.0",
"@trpc/next": "^11.8.0",
"@trpc/react-query": "^11.8.0",
"@trpc/server": "^11.8.0",
"@types/three": "^0.182.0",
"alchemy-sdk": "^3.6.5",
"decimal.js": "^10.6.0",
"ethers": "^6.16.0",
"next": "14.2.35",
"otpauth": "^9.4.1",
"prisma": "^6.19.1",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "^18",
"react-dom": "^18",
"resend": "^6.6.0",
"superjson": "^2.2.6",
"three": "^0.182.0",
"zod": "^4.2.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/node": "^20",
"@types/qrcode": "^1.5.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"eslint-config-prettier": "^10.1.8",
"fast-check": "^4.4.0",
"happy-dom": "^20.0.11",
"postcss": "^8",
"prettier": "^3.7.4",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^4.0.16"
}
}