-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.4 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.4 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
77
78
79
80
81
{
"name": "plain",
"packageManager": "yarn@4.9.1",
"version": "0.0.0",
"type": "module",
"scripts": {
"serve": "vite preview",
"build": "vite build",
"lint": "eslint . --fix",
"dev": "vite",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@material/material-color-utilities": "^0.3.0",
"@noble/ciphers": "^1.3.0",
"@nuintun/qrcode": "^3.3.0",
"@popperjs/core": "^2.11.8",
"@types/htmlparser2": "^3.10.3",
"@types/markdown-it": "^12.2.3",
"@vue/apollo-composable": "^4.0.2",
"@vue/apollo-util": "^4.0.0-beta.6",
"dom-serializer": "^2.0.0",
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"htmlparser2": "^8.0.1",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-ins": "^3.0.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"mitt": "^3.0.1",
"monaco-editor": "^0.35.0",
"pinia": "^3.0.2",
"sjcl": "^1.0.8",
"vee-validate": "^4.13.1",
"vue": "^3.5.16",
"vue-draggable-plus": "^0.6.0",
"vue-i18n": "^11.1.5",
"vue-router": "^4.5.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.45",
"@iconify-json/material-symbols": "^1.2.23",
"@rushstack/eslint-patch": "^1.11.0",
"@types/jszip": "^3.4.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.29",
"@types/sjcl": "^1.0.34",
"@typescript-eslint/eslint-plugin": "^8.33.0",
"@typescript-eslint/parser": "^8.33.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vue/compiler-sfc": "^3.5.16",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.28.0",
"eslint-plugin-vue": "^10.1.0",
"prettier": "^3.5.3",
"sass": "^1.89.1",
"sass-loader": "^16.0.5",
"typescript": "~5.8.3",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.7.0",
"vite": "^5.4.13",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^10.1.3",
"vue-tsc": "^2.2.10"
}
}