-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.79 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.79 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
{
"name": "vm-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "node build-wrangler.js",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@blaze-cardano/sdk": "^0.2.43",
"@cardano-foundation/cardano-connect-with-wallet": "^0.2.15",
"@cardano-foundation/cardano-connect-with-wallet-core": "^0.2.8",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@headlessui/react": "^2.2.8",
"@heroicons/react": "^2.2.0",
"@newm.io/cardano-dapp-wallet-connector": "^1.5.5",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@tabler/icons-react": "^3.35.0",
"@tailwindcss/vite": "^4.1.16",
"@utxorpc/blaze-provider": "^0.3.7",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.552.0",
"motion": "^12.23.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.9.4",
"styled-components": "^6.1.19",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"tailwindcss-animate": "^1.0.7",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.4.1",
"vm-sdk": "^1.0.5",
"zustand": "^5.0.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251121.0",
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/react": "^18.2.10",
"@types/react-dom": "^18.2.10",
"@vitejs/plugin-react": "^4.6.0",
"dotenv": "^17.2.3",
"eslint": "^9.38.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.2.6"
}
}