forked from robertrossmann/vscode-remedy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.09 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
{
"name": "remedy",
"description": "A dark theme with orange accents with roots in Base16 - Eighties colour theme",
"version": "3.7.0",
"author": "Robert Rossmann <rr.rossmann@me.com>",
"bugs": {
"url": "https://github.com/robertrossmann/vscode-remedy/issues"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Remedy - Straight Up",
"uiTheme": "vs-dark",
"path": "./themes/remedy-straightup-color-theme.json"
},
{
"label": "Remedy - Tilted",
"uiTheme": "vs-dark",
"path": "./themes/remedy-tilted-color-theme.json"
}
]
},
"dependencies": {
"@remedy/palette": "file:packages/palette",
"@remedy/tools": "file:packages/tools"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/exec": "^3.3.6",
"@semantic-release/git": "^7.0.16",
"@strv/commitlint-config": "^1.1.0",
"@strv/eslint-config-node": "^2.0.0",
"@strv/remark-config": "^1.0.2",
"babel-eslint": "^10.0.2",
"color": "^3.1.2",
"commitlint": "^8.2.0",
"eslint": "^6.1.0",
"remark-cli": "^7.0.0",
"semantic-release": "^15.13.24",
"source-map-support": "^0.5.13",
"vsce": "^1.66.0"
},
"displayName": "Remedy",
"engines": {
"vscode": "^1.37.0"
},
"galleryBanner": {
"color": "#353432",
"theme": "dark"
},
"homepage": "https://github.com/robertrossmann/vscode-remedy",
"icon": "resources/vscode-remedy-icon.png",
"keywords": [
"base16",
"eighties",
"red",
"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"
}
}