-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.2 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
{
"name": "crosshair-studio",
"appname": "Crosshair Studio",
"private": true,
"version": "2.0.0",
"author": {
"name": "evanpatchouli"
},
"info": {
"version": "2.0.0",
"commit": "c5927d572bc832542563894725385f56963069dc",
"datetime": "2024-10-19T05:03:09.522Z"
},
"oss": "U2FsdGVkX1+GDhMJmfa9W0y8lcEQLHQgJdnD02LC6iIYVyfYRra7WRpg0JrkpoNZLgH0aO8NuBv5JW+OEC5GlBRAnSI9plOx+DPug1cUZf9CDuc9b6C0OqHaY5J0+9OTktBSE/VPR5IOjA+hwkqFGbTEwcS1d9TY2wuxPsiKxjyGDU5hD6mAgMqKQeDwJa3G6EWZoBKDjUeFaTnV2FifB6CIifDO+fP0rKRhGbRHIjzIlJlQT8imR0i+5HR2BCHj6CK0NV/WQdQtrR/sHtCEm8yEF4cQS+7hoBdwR8Lil/c=",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "set TAURI_DEV=1 && tauri dev",
"tauri:build": "tauri build",
"tauri:icon": "tauri icon",
"before-tauri:build": "node ./dev/before-tauri-build.cjs",
"collect-release": "node ./dev/collect_to_release.cjs"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@evanpatchouli/react-hooks-kit": "^1.1.8",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@tauri-apps/api": "^1",
"ali-oss": "^6.21.0",
"crypto-js": "^4.2.0",
"nanoid": "^5.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-hotkeys-hook": "^4.5.0",
"react-markdown": "^9.0.1",
"react-window": "^1.8.10",
"remark-gfm": "^4.0.0",
"tauri-plugin-fs-watch-api": "github:tauri-apps/tauri-plugin-fs-watch#v1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/ali-oss": "^6.16.11",
"@types/archiver": "^6.0.2",
"@types/crypto-js": "^4.2.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.2.1",
"archiver": "^7.0.1",
"connect-history-api-fallback": "^2.0.0",
"fs-extra": "^11.2.0",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite-plugin-top-level-await": "^1.4.4"
}
}