-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "vue-front-end-initialization",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"3d-force-graph": "1.73.4",
"@element-plus/icons-vue": "^2.3.1",
"@headlessui/vue": "^1.7.23",
"@iconify/vue": "^4.1.2",
"@mdit-vue/plugin-component": "^2.1.3",
"@microsoft/fetch-event-source": "^2.0.1",
"@types/pdfjs-dist": "^2.10.378",
"@vueuse/core": "11.1.0",
"axios": "^1.7.7",
"d3": "^7.9.0",
"docx-preview": "^0.3.3",
"element-plus": "^2.8.5",
"jsencrypt": "^3.3.2",
"lodash": "^4.17.21",
"mammoth": "^1.8.0",
"markdown-it": "^14.1.0",
"markdown-it-highlightjs": "^4.2.0",
"node-forge": "^1.3.1",
"pdfjs-dist": "4.3.136",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"sass": "^1.79.5",
"three": "0.169.0",
"ulidx": "^2.4.1",
"vue": "^3.5.10",
"vue-i18n": "9",
"vue-router": "^4.4.5",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.7.5",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"less": "^4.2.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.5.3",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
},
"packageManager": "[email protected]+sha256.ccce81bf7498c5f0f80e31749c1f8f03baba99d168f64590fc7e13fad3ea1938"
}