-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.62 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
{
"name": "soraessayjudge.frontend",
"private": true,
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix"
},
"dependencies": {
"@bytemd/vue-next": "^1.22.0",
"@fluentui/web-components": "^2.6.1",
"@fontsource/roboto": "5.2.5",
"@mdi/font": "7.4.47",
"@microsoft/fast-element": "^2.6.0",
"@vueuse/core": "^13.4.0",
"ant-design-vue": "^4.2.6",
"axios": "^1.10.0",
"bytemd": "^1.22.0",
"dingtalk-jsapi": "^3.1.3",
"docx": "^9.5.1",
"file-saver": "^2.0.5",
"github-markdown-css": "^5.8.1",
"html2pdf.js": "^0.10.3",
"lodash-es": "^4.17.21",
"vue": "^3.5.13",
"vuetify": "^3.8.1"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/file-saver": "^2.0.7",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.23.0",
"eslint-config-vuetify": "^4.0.0",
"markdown-it": "^14.1.0",
"npm-run-all2": "^7.0.2",
"pinia": "^3.0.1",
"sass-embedded": "^1.86.3",
"typescript": "~5.8.2",
"unplugin-auto-import": "^19.1.1",
"unplugin-fonts": "^1.3.1",
"unplugin-vue-components": "^28.4.1",
"unplugin-vue-router": "^0.12.0",
"vite": "^6.2.2",
"vite-plugin-vue-devtools": "^7.7.7",
"vite-plugin-vue-layouts-next": "^0.0.8",
"vite-plugin-vuetify": "^2.1.1",
"vue-router": "^4.5.1",
"vue-tsc": "^2.2.8"
}
}