-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.53 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.53 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "agent_runner",
"version": "0.1.46",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",
"test": "vitest run",
"release": "release-it --ci",
"test:ui": "vitest --ui",
"test:watch": "vitest"
},
"license": "MIT",
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.18.4",
"@tauri-apps/api": "^2.4.1",
"@tauri-apps/plugin-dialog": "^2.2.1",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-notification": "^2.2.2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-shell": "^2.2.1",
"@tauri-apps/plugin-store": "~2",
"@tauri-apps/plugin-websocket": "~2",
"@wagmi/connectors": "^5.7.13",
"@wagmi/core": "^2.17.0",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"lucide-svelte": "^0.488.0",
"openapi-typescript": "^7.6.1",
"openapi-typescript-codegen": "^0.29.0",
"svelte-radix": "^2.0.1",
"viem": "^2.28.1"
},
"devDependencies": {
"@release-it/bumper": "^7.0.5",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tauri-apps/cli": "^2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.7",
"@vitest/browser": "^3.1.2",
"@vitest/ui": "^3.1.2",
"@walletconnect/ethereum-provider": "^2.20.1",
"@walletconnect/modal-sign-html": "^2.7.0",
"@web3modal/ethereum": "^2.5.0",
"@web3modal/html": "^2.5.0",
"abitype": "^1.0.8",
"autoprefixer": "^10.4.20",
"bits-ui": "0.22.0",
"clsx": "^2.1.1",
"jsdom": "^26.1.0",
"mode-watcher": "^1.0.2",
"playwright": "^1.52.0",
"release-it": "^19.0.4",
"shadcn-svelte": "0.14.3",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^3.2.0",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vitest": "^3.1.2",
"wagmi": "1.4.13"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}