forked from ohager/signum-dappository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.99 KB
/
package.json
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
{
"name": "my-app",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
},
"prepare": "npm run smui-theme",
"smui-theme": "smui-theme compile static/smui.css -i src/theme",
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@mdi/js": "^7.4.47",
"@neoconfetti/svelte": "^1.0.0",
"@smui/button": "^7.0.0",
"@smui/card": "^7.0.0",
"@smui/checkbox": "^7.0.0",
"@smui/chips": "^7.0.0",
"@smui/dialog": "^7.0.0",
"@smui/drawer": "^7.0.0",
"@smui/form-field": "^7.0.0",
"@smui/icon-button": "^7.0.0",
"@smui/list": "^7.0.0",
"@smui/menu-surface": "^7.0.0",
"@smui/textfield": "^7.0.0",
"@smui/top-app-bar": "^7.0.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"smui-theme": "^7.0.0",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"-": "^0.0.1",
"@braintree/sanitize-url": "^7.0.1",
"@hapi/boom": "^10.0.1",
"@signumjs/core": "^1.0.0-rc.75",
"@signumjs/crypto": "^1.0.0-rc.75",
"@signumjs/http": "^1.0.0-rc.75",
"@signumjs/util": "^1.0.0-rc.75",
"@signumjs/wallets": "^1.0.0-rc.75",
"@smui/fab": "^7.0.0",
"@smui/linear-progress": "^7.0.0",
"@smui/paper": "^7.0.0",
"@smui/select": "^7.0.0",
"@smui/snackbar": "^7.0.0",
"@smui/switch": "^7.0.0",
"@smui/tab": "^7.0.0",
"@smui/tab-bar": "^7.0.0",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"dexie": "^4.0.4",
"lodash.debounce": "^4.0.8",
"magic-mapper": "^0.0.11",
"multer": "^1.4.5-lts.1",
"path": "^0.12.7",
"polka": "^0.5.2",
"qrcode": "^1.5.3",
"query-string": "^9.0.0",
"sirv": "^2.0.4",
"svelte-share-buttons-component": "^3.0.0",
"uuid": "^9.0.1",
"vercel": "^39.2.5",
"web3.storage": "^4.5.5"
}
}