๐Ÿ“ฆ sameoldlab / atproto-oauth-tauri

๐Ÿ“„ package.json ยท 40 lines
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{
  "name": "tauri2",
  "version": "0.1.1",
  "description": "",
  "type": "module",
  "scripts": {
    "start": "node build",
    "dev": "tauri dev",
    "dev:w": "env MODE=web vite dev --mode web",
    "dev:n": "env MODE=native vite dev --mode native",
    "build:w": "env MODE=web vite build --mode web",
    "build:n": "env MODE=native vite build --mode native",
    "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"
  },
  "license": "MIT",
  "dependencies": {
    "@fabianlars/tauri-plugin-oauth": "^2.0.0",
    "@tauri-apps/api": "^2.5.0",
    "@tauri-apps/plugin-deep-link": "~2.2.1",
    "@tauri-apps/plugin-fs": "~2.2.1",
    "@tauri-apps/plugin-notification": "~2.2.2",
    "@tauri-apps/plugin-opener": "^2.2.6",
    "@tauri-apps/plugin-sql": "~2.2.0"
  },
  "devDependencies": {
    "@flydotio/dockerfile": "^0.7.10",
    "@tauri-apps/cli": "^2.5.0",
    "@sveltejs/adapter-node": "^5.5.1",
    "@sveltejs/adapter-static": "^3.0.10",
    "@sveltejs/kit": "^2.49.5",
    "@sveltejs/vite-plugin-svelte": "^5.1.1",
    "svelte": "^5.46.4",
    "svelte-check": "^4.3.5",
    "typescript": "~5.6.3",
    "vite": "^6.4.1"
  }
}