-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "douyin-downloader",
"description": "A cross-platform download douyin video tool built with tauri",
"version": "0.1.9",
"author": "lzdyes <lzdyes@gmail.com>",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/lzdyes/douyin-downloader"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"update": "node scripts/update.mjs"
},
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.4",
"element-plus": "^2.1.11",
"reset-css": "^5.0.1",
"vue": "^3.2.33",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@actions/github": "^5.0.1",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@prettier/plugin-pug": "^2.0.0",
"@tauri-apps/cli": "^1.0.0-rc.9",
"@types/node": "^17.0.30",
"@vitejs/plugin-vue": "^2.3.1",
"prettier": "^2.6.2",
"pug": "^3.0.2",
"stylus": "^0.57.0",
"typescript": "^4.6.4",
"unplugin-element-plus": "^0.4.0",
"vite": "^2.9.6",
"vue-tsc": "^0.34.11"
}
}