forked from tikmatrix/tiktok-matrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "tiktok-matrix",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"build": "vite build --mode prod",
"preview": "vite preview --mode test",
"tauri": "tauri"
},
"dependencies": {
"@coleqiu/vue-drag-select": "^2.0.6-beta.1",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@tauri-apps/api": "^1.5.2",
"@types/jmuxer": "^2.0.6",
"@vuepic/vue-datepicker": "^7.2.2",
"axios": "^1.6.1",
"countup.js": "^2.8.0",
"h264-converter": "^0.1.4",
"jmuxer": "^2.0.5",
"mitt": "^3.0.1",
"node-telegram-bot-api": "^0.66.0",
"odometer_countup": "^1.0.4",
"tiktok-matrix": "file:",
"vue": "^3.3.4",
"vue-axios": "^3.5.2",
"vue-clipboard3": "^2.0.0",
"vue-draggable-resizable": "^3.0.0",
"vue-i18n": "^9.8.0",
"vue3-clipboard": "^1.0.0",
"vue3-datepicker": "^0.4.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.19",
"axios-mock-adapter": "^1.22.0",
"daisyui": "^4.9.0",
"postcss": "^8.4.38",
"shx": "^0.3.4",
"tailwindcss": "^3.4.3",
"vite": "^5.0.0"
}
}