-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.82 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
{
"name": "mojito",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.9.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"watch": "vite build -w -m development",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix --ignore-pattern .gitignore",
"format": "prettier --write src/"
},
"engines": {
"node": ">=20.17.0"
},
"dependencies": {
"@mdit/plugin-img-lazyload": "^0.12.0",
"@primevue/themes": "4.0.0-rc.2",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.7",
"cal-heatmap": "^4.2.4",
"clipboard": "^2.0.11",
"dayjs": "^1.11.13",
"element-plus": "^2.8.6",
"floating-vue": "^5.2.2",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"md-editor-v3": "^4.21.1",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^3.2.3",
"primevue": "4.0.0-rc.2",
"qiniu-js": "^3.4.2",
"sass": "^1.80.4",
"vue": "^3.5.12",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.17.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.29.1",
"flyonui": "^1.1.0",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.10",
"vite-plugin-chunk-split": "^0.5.0",
"vite-plugin-vue-devtools": "^7.5.4",
"vue-tsc": "^2.1.6"
}
}