-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.8 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.8 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"author": {
"name": "Dusk Network B.V.",
"url": "https://dusk.network/",
"mail": "info@dusk.network"
},
"bugs": "https://github.com/dusk-network/web-wallet/issues",
"engines": {
"node": "^24.0.0"
},
"homepage": "https://github.com/dusk-network/web-wallet",
"license": "MPL-2.0",
"name": "web-wallet",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dusk-network/web-wallet.git"
},
"scripts": {
"build": "vite build",
"checks": "svelte-kit sync && npm run format && npm run lint && npm run typecheck && npm test",
"dev": "vite dev",
"dev:host": "vite dev --host",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"test": "vitest --run",
"test:coverage": "vitest --run --coverage.enabled",
"test:watch": "vitest",
"typecheck": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --fail-on-warnings",
"typecheck:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch --fail-on-warnings"
},
"type": "module",
"version": "1.8.0",
"overrides": {
"cookie": "0.7.2"
},
"dependencies": {
"@dusk/w3sper": "npm:@jsr/dusk__w3sper@1.6.0",
"@floating-ui/dom": "1.7.6",
"@mdi/js": "7.4.47",
"@reown/appkit": "1.7.20",
"@reown/appkit-adapter-wagmi": "1.7.20",
"@scure/bip39": "2.0.1",
"css-doodle": "0.50.2",
"dexie": "4.0.11",
"lamb": "0.61.1",
"qr-scanner": "1.4.2",
"qrcode": "1.5.4",
"web-streams-polyfill": "4.2.0"
},
"devDependencies": {
"@dusk-network/eslint-config": "4.0.1",
"@dusk-network/prettier-config": "1.1.0",
"@duskit/encoding": "0.0.1",
"@eslint/js": "9.39.4",
"@juggle/resize-observer": "3.4.0",
"@sveltejs/adapter-static": "3.0.10",
"@sveltejs/kit": "2.55.0",
"@sveltejs/vite-plugin-svelte": "7.0.0",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/svelte": "5.3.1",
"@types/node": "25.5.0",
"@vitejs/plugin-basic-ssl": "2.2.0",
"@vitest/browser": "4.1.0",
"@vitest/coverage-istanbul": "4.1.0",
"autoprefixer": "10.4.27",
"core-js": "3.49.0",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-svelte": "3.16.0",
"fake-indexeddb": "6.2.5",
"globals": "17.4.0",
"jsdom": "29.0.1",
"jsdom-worker": "0.3.0",
"lamb-types": "0.61.16",
"postcss-nested": "7.0.2",
"prettier": "3.8.1",
"prettier-plugin-svelte": "3.5.1",
"svelte": "5.54.1",
"svelte-check": "4.4.5",
"svelte-preprocess": "6.0.3",
"typescript": "5.9.3",
"vite": "8.0.1",
"vite-tsconfig-paths": "6.1.1",
"vitest": "4.1.0",
"vitest-canvas-mock": "1.1.3"
}
}