-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
74 lines (74 loc) · 2.24 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "plain",
"packageManager": "yarn@4.0.2",
"version": "0.0.0",
"type": "module",
"scripts": {
"serve": "vite preview",
"build": "vite build",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"dev": "vite",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@material/material-color-utilities": "^0.2.7",
"@material/web": "^1.5.0",
"@nuintun/qrcode": "^3.3.0",
"@popperjs/core": "^2.11.6",
"@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",
"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": "^2.1.6",
"sjcl": "^1.0.8",
"vee-validate": "^4.13.1",
"vue": "^3.4.27",
"vue-i18n": "^9.4.1",
"vue-router": "^4.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.1.82",
"@rushstack/eslint-patch": "^1.10.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.12",
"@types/sjcl": "^1.0.30",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.27",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.3.0",
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.2.5",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"typescript": "~5.4.5",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.12",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.0.19"
}
}