-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
85 lines (85 loc) · 2.28 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
75
76
77
78
79
80
81
82
83
84
85
{
"name": "remedy",
"description": "A dark & bright theme with orange accents with roots in Base16 - Eighties colour theme",
"version": "5.28.0",
"author": "Robert Rossmann <rr.rossmann@me.com>",
"bugs": {
"url": "https://github.com/robertrossmann/vscode-remedy/issues"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Remedy - Bright (Straight)",
"uiTheme": "vs",
"path": "./themes/bright-color-theme.json"
},
{
"label": "Remedy - Bright (Tilted)",
"uiTheme": "vs",
"path": "./themes/bright-tilted-color-theme.json"
},
{
"label": "Remedy - Dark (Straight)",
"uiTheme": "vs-dark",
"path": "./themes/dark-color-theme.json"
},
{
"label": "Remedy - Dark (Tilted)",
"uiTheme": "vs-dark",
"path": "./themes/dark-tilted-color-theme.json"
}
]
},
"devDependencies": {
"@commitlint/config-conventional": "^19.5.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/exec": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@strv/eslint-config-node": "^5.0.0-alpha.1",
"@strv/eslint-config-typescript": "^6.0.0-alpha.2",
"@strv/remark-config": "^3.0.0",
"@types/color": "^3.0.2",
"@vscode/vsce": "^3.1.0",
"color": "^4.0.0",
"commitlint": "^19.5.0",
"eslint": "^9.19.0",
"remark-cli": "^12.0.0",
"semantic-release": "^24.1.0",
"source-map-support": "^0.5.20",
"tsconfig-paths": "^4.1.0",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"displayName": "Remedy",
"engines": {
"node": ">=22",
"vscode": "^1.54.0"
},
"galleryBanner": {
"color": "#2c2b2a",
"theme": "dark"
},
"homepage": "https://github.com/robertrossmann/vscode-remedy",
"icon": "resources/vscode-remedy-icon.png",
"keywords": [
"base16",
"eighties",
"orange",
"theme",
"italics"
],
"license": "SEE LICENSE IN LICENSE",
"publisher": "robertrossmann",
"repository": {
"type": "git",
"url": "https://github.com/robertrossmann/vscode-remedy.git"
},
"__metadata": {
"id": "5f2bb8f7-dc95-49f9-be2f-0278fa401434",
"publisherDisplayName": "Robert Rossmann",
"publisherId": "98352602-a18a-4e10-af4f-20f27045849c"
}
}