-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.11 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.11 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
82
83
84
85
86
87
88
{
"name": "deepstyled",
"version": "3.2.1",
"displayName": "DeepStyled - Deepseek Customization & Tweaks",
"description": "Redesign Deepseek: custom accent colors, fonts & layouts — widescreen mode and hide thinking process",
"repository": {
"type": "git",
"url": "https://github.com/itsmartashub/deepstyled.git"
},
"bugs": {
"url": "https://github.com/itsmartashub/deepstyled/issues"
},
"homepage": "https://github.com/itsmartashub/deepstyled/",
"author": "itsmarta",
"type": "module",
"keywords": [
"ai",
"chat",
"deepseek",
"chat bubbles",
"deepseek conversation",
"themes",
"deepseek themes",
"custom accent colours",
"custom design",
"custom fonts",
"custom theming",
"custom css",
"theme enhancement",
"ui customization",
"style",
"style deepseek",
"deepseek themes",
"deepseek enhancement",
"modern themes",
"minimalistic",
"deepstyled",
"modern ui",
"visual experience",
"user interface makeover",
"personalization",
"customization",
"stylish design",
"refreshed appearance",
"visual upgrade",
"user-friendly",
"css injection",
"web design makeover",
"plugin",
"addon",
"extension",
"browser extension",
"chrome",
"chrome extension",
"chrome web store",
"firefox",
"firefox addons",
"foss",
"opensource"
],
"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",
"zip:all": "pnpm zip && pnpm zip:firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"clean": "wxt clean"
},
"dependencies": {
"@vueuse/core": "^13.9.0",
"vue": "^3.5.21"
},
"devDependencies": {
"@wxt-dev/auto-icons": "^1.1.0",
"@wxt-dev/module-vue": "^1.0.3",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-preset-env": "^10.3.1",
"sass-embedded": "^1.92.0",
"typescript": "^5.9.2",
"vue-tsc": "^3.0.6",
"wxt": "^0.20.11"
}
}