-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.68 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
{
"name": "qface",
"version": "1.4.1",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"files": [
"lib"
],
"authors": [
"Shigma <[email protected]>",
"dragon-fish <[email protected]>"
],
"scripts": {
"dev:docs": "vite",
"build:docs": "vite build",
"preview:docs": "vite preview"
},
"devDependencies": {
"@prettier/plugin-pug": "^3.2.0",
"@types/node": "^22.7.6",
"@unocss/extractor-pug": "^0.63.4",
"@unocss/reset": "^0.63.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/language-plugin-pug": "^2.1.6",
"@vueuse/core": "^11.1.0",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fast-xml-parser": "^4.5.0",
"pinia": "^2.2.4",
"prettier": "^3.3.3",
"pug": "^3.0.3",
"radix-vue": "^1.9.8",
"sass": "^1.80.2",
"shadcn-vue": "^0.11.0",
"tailwind-merge": "^2.5.4",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-shadcn": "^0.3.1",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.9",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue3-sfc-loader": "^0.9.5"
},
"repository": "https://github.com/koishijs/QFace.git",
"keywords": [
"tencent",
"qq",
"face",
"oicq",
"emoji",
"reaction"
],
"packageManager": "[email protected]+sha1.e0b68270e89c817ff88b7be62466a2128c53af02",
"dependencies": {
"lottie-web": "^5.12.2",
"lucide-vue-next": "^0.454.0",
"tailwindcss-animate": "^1.0.7",
"vue3-lottie": "^3.3.1"
}
}