-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "www-mastodon",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"@tsconfig/svelte": "^3.0.0",
"@types/lodash": "^4.14.189",
"@types/qrcode": "^1.5.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite-plugin-node-polyfills": "^0.8.2"
},
"dependencies": {
"@polkadot/api": "^9.10.1",
"@threefold/grid_client": "^2.0.0-rc4",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"decimal.js": "^10.4.2",
"lodash": "^4.17.21",
"qrcode": "^1.5.1",
"tf-svelte-bulma-wc": "^1.0.10",
"tf-svelte-rx-forms": "^1.0.3",
"tfgrid-gql": "^1.0.1",
"ts-rmb-http-client": "^1.1.2",
"web-ssh-keygen": "^0.1.2"
}
}