-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.47 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
{
"name": "prism",
"version": "0.1.0",
"author": "Find Labs",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@monaco-editor/react": "^4.7.0",
"@number-flow/react": "^0.5.10",
"@onflow/fcl": "^1.20.2",
"@tanstack/react-query": "^5.90.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"daisyui": "^5.3.8",
"lucide-react": "^0.545.0",
"motion": "^12.23.24",
"multiformats": "^13.4.1",
"next": "15.5.9",
"react": "19.2.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "19.2.1",
"react-hook-form": "^7.68.0",
"react-qr-code": "^2.0.18",
"react18-json-view": "^0.2.9",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.13"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"browserslist": [
"> 1%"
]
}