-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 978 Bytes
/
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
{
"name": "genshinlauncher",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btjawa/GenshinLauncher.git"
},
"author": "btjawa",
"license": "MIT",
"bugs": {
"url": "https://github.com/btjawa/GenshinLauncher/issues"
},
"homepage": "https://github.com/btjawa/GenshinLauncher#readme",
"dependencies": {
"@tauri-apps/api": "^1.5.2",
"jquery": "^3.7.1",
"mitt": "^3.0.1",
"vue": "^3.3.4"
},
"devDependencies": {
"@actions/github": "^6.0.0",
"@tauri-apps/cli": "^1.5.8",
"@types/jquery": "^3.5.29",
"@vitejs/plugin-vue": "^4.2.3",
"node-fetch": "^3.3.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dynamic-import": "^1.5.0",
"vue-tsc": "^1.8.5"
}
}