|
4 | 4 | "scripts": { |
5 | 5 | "postinstall": "patch-package", |
6 | 6 | "dev": "next dev -p 3001", |
7 | | - "build": "next build && next export", |
| 7 | + "build": "next build", |
8 | 8 | "start": "next start", |
9 | 9 | "build:icon": "tauri icon ./src-tauri/app-logo.png", |
10 | 10 | "tauri": "tauri", |
|
25 | 25 | "@radix-ui/react-toggle-group": "^1.0.4", |
26 | 26 | "@tailwindcss/forms": "^0.5.6", |
27 | 27 | "@tailwindcss/typography": "^0.5.10", |
28 | | - "@tauri-apps/api": "^1.3.0", |
29 | | - "@vercel/analytics": "^1.0.0", |
| 28 | + "@tauri-apps/api": ">=2.0.0-beta.0", |
| 29 | + "@tauri-apps/plugin-clipboard-manager": "^2.1.0-beta.3", |
| 30 | + "@tauri-apps/plugin-dialog": "^2.0.0-beta.5", |
| 31 | + "@tauri-apps/plugin-fs": "^2.0.0-beta.5", |
| 32 | + "@tauri-apps/plugin-os": "^2.0.0-beta.5", |
| 33 | + "@tauri-apps/plugin-process": "^2.0.0-beta.5", |
| 34 | + "@tauri-apps/plugin-shell": "^2.0.0-beta.6", |
| 35 | + "@tauri-apps/plugin-updater": "^2.0.0-beta.5", |
30 | 36 | "class-variance-authority": "^0.7.0", |
31 | 37 | "clsx": "^2.0.0", |
32 | 38 | "dayjs": "1.11.9", |
33 | 39 | "hast-util-to-html": "^8.0.4", |
34 | 40 | "i18next": "^23.4.6", |
| 41 | + "i18next-browser-languagedetector": "^8.0.0", |
35 | 42 | "lucide-react": "^0.293.0", |
36 | 43 | "markmap-common": "^0.15.0", |
37 | 44 | "markmap-lib": "^0.15.2", |
38 | 45 | "markmap-toolbar": "^0.15.0", |
39 | 46 | "markmap-view": "^0.15.0", |
40 | 47 | "mathjax-full": "3.0.1", |
41 | 48 | "monaco-editor-webpack-plugin": "^7.0.1", |
42 | | - "next": "^13.4.19", |
| 49 | + "next": "^14.2.5", |
43 | 50 | "node-fetch": "^3.2.3", |
44 | 51 | "qrcode": "^1.5.0", |
45 | 52 | "react": "^18.2.0", |
46 | 53 | "react-dom": "^18.2.0", |
| 54 | + "react-hotkeys-hook": "^4.5.0", |
| 55 | + "react-i18next": "^14.1.2", |
| 56 | + "react-resizable-panels": "^2.0.20", |
47 | 57 | "tailwind-merge": "^2.0.0", |
48 | 58 | "tailwindcss-animate": "^1.0.7" |
49 | 59 | }, |
50 | 60 | "devDependencies": { |
51 | 61 | "@babel/standalone": "^7.17.8", |
52 | 62 | "@mdx-js/mdx": "^3.0.0", |
53 | 63 | "@slidev/parser": "^0.36.10", |
54 | | - "@tauri-apps/cli": "^1.5.14", |
| 64 | + "@tauri-apps/cli": "^2.0.0-beta.20", |
55 | 65 | "@tauri-release/cli": "^0.2.5", |
56 | 66 | "@types/node": "20.5.6", |
57 | 67 | "@types/react": "18.2.46", |
|
0 commit comments