-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.17 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.17 KB
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
67
68
69
70
71
72
73
74
75
76
{
"name": "vue-web",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.620.0",
"@element-plus/icons-vue": "^2.3.1",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@fortawesome/fontawesome-free": "^6.6.0",
"@idotj/mastodon-embed-timeline": "^4.4.2",
"@pixi/app": "^7.4.2",
"@pixi/interaction": "^6.5.10",
"@pixi/ticker": "^7.4.2",
"ag-grid-community": "^31.3.1",
"animejs": "^3.2.2",
"aplayer": "^1.10.1",
"artplayer": "^5.1.6",
"artplayer-plugin-danmuku": "^5.1.4",
"axios": "^1.6.7",
"crypto-js": "^4.2.0",
"d3": "^7.9.0",
"dexie": "^3.2.6",
"dexie-export-import": "^4.1.4",
"element-plus": "^2.6.1",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"gitalk": "^1.8.0",
"highlight.js": "^9.15.6",
"html2canvas": "^1.4.1",
"https-proxy-agent": "^7.0.4",
"lodash.throttle": "^4.1.1",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^9.2.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-implicit-figures": "^0.9.0",
"markdown-it-imsize": "^2.0.1",
"markdown-it-ruby": "^0.1.1",
"markdown-it-table-of-contents": "^0.4.4",
"markdown-it-toc-done-right": "^4.2.0",
"mathjax": "^3.0.1",
"meting": "^2.0.1",
"node-fetch": "^3.3.2",
"oh-my-live2d": "^0.19.3",
"pinia": "^2.1.7",
"pixi-live2d-display": "^0.4.0",
"pixi.js": "^7.3.2",
"swiper": "^11.1.10",
"vite-plugin-oh-my-live2d": "^0.19.3",
"vue": "^3.4.15",
"vue-pdf-embed": "^2.1.2",
"vue-router": "^4.3.0",
"webdav": "^5.6.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vite-pwa/assets-generator": "^0.2.6",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.1.1",
"sass": "^1.75.0",
"typescript": "~5.3.0",
"vite": "^5.0.11",
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "^1.8.27"
}
}