-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.31 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
{
"name": "rednote-tweak",
"version": "2.6.0",
"private": true,
"description": "Enhance the RedNote(Xiaohongshu) web experience.",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"prepare": "vp config"
},
"dependencies": {
"@lucide/vue": "^1.17.0",
"@unocss/reset": "^66.7.0",
"@vueuse/core": "^14.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"reka-ui": "^2.9.6",
"tailwind-merge": "^3.6.0",
"vue": "^3.5.35",
"vue-i18n": "^11.4.4"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^11.1.2",
"@unocss/preset-wind3": "^66.7.0",
"@unocss/transformer-directives": "^66.7.0",
"@wxt-dev/auto-icons": "^1.1.1",
"@wxt-dev/module-vue": "^1.0.3",
"shadcn-vue": "^2.7.3",
"typescript": "^5.9.3",
"unocss": "^66.7.0",
"unocss-preset-animations": "^1.3.0",
"unocss-preset-shadcn": "^1.0.1",
"unplugin-vue-components": "^32.0.0",
"vite-plus": "catalog:",
"vue-tsc": "^3.2.7",
"wxt": "^0.20.26",
"wxt-module-safari-xcode": "^0.2.2"
},
"packageManager": "pnpm@11.4.0"
}