forked from minetest-world/mtlauncher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "tauri-sveltekit",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "yarn tauri dev",
"build": "yarn tauri build",
"tauri": "tauri",
"preview": "vite preview",
"sveltekit:dev": "vite dev",
"sveltekit:build": "vite build",
"postinstall": "patch-package"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^1.0.0-next.41",
"@sveltejs/kit": "next",
"@tauri-apps/cli": "^1.0.5",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"svelte": "^3.44.0",
"svelte-headless-table": "^0.13.3",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0-beta.1"
},
"type": "module",
"dependencies": {
"@solar-network/crypto": "^4.0.2",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@metamask/browser-passworder": "^3.0.0",
"@tauri-apps/api": "^1.0.2",
"assert": "^2.0.0",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"events": "^3.3.0",
"jszip": "^3.10.1",
"patch-package": "^6.4.7",
"process": "^0.11.10",
"svelte-markdown": "^0.2.3",
"tauri-plugin-fs-watch-api": "github:tauri-apps/tauri-plugin-fs-watch",
"typescript": "^4.8.4",
"util": "^0.12.5"
}
}