-
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) · 1023 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1023 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": "streamwork",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@circle-fin/adapter-viem-v2": "^1.4.0",
"@circle-fin/bridge-kit": "^1.5.0",
"@circle-fin/w3s-pw-web-sdk": "^1.1.11",
"@erc7824/nitrolite": "^0.5.3",
"@tanstack/react-query": "^5.62.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"viem": "^2.21.0",
"wagmi": "^2.14.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "~5.6.2",
"vite": "^6.0.1"
}
}