-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.55 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
{
"name": "vscode-theme-react-pro",
"description": "React Pro Theme for Visual Studio Code",
"displayName": "React Pro Theme",
"publisher": "luisfalconmx",
"license": "MIT",
"author": "luisfalconmx",
"version": "0.1.0",
"engines": {
"vscode": "^1.50.0"
},
"scripts": {
"format": "prettier --write . --ignore-unknown"
},
"homepage": "https://github.com/luisfalconmx/vscode-theme-react-pro",
"repository": {
"type": "git",
"url": "https://github.com/luisfalconmx/vscode-theme-react-pro.git"
},
"bugs": {
"url": "https://github.com/luisfalconmx/vscode-theme-react-pro/issues"
},
"galleryBanner": {
"color": "#01020E",
"theme": "dark"
},
"icon": "images/vscode-theme-react-pro.png",
"categories": [
"Themes"
],
"keywords": [
"react pro dark theme",
"react pro dark",
"react-pro-theme",
"react pro theme",
"react pro",
"theme react pro",
"blue",
"dark",
"theme",
"vscode",
"luisfalconmx",
"luisfalconmx/react-pro-theme",
"react",
"react theme",
"dark theme",
"dark",
"vscode",
"vscode theme",
"vscode-theme",
"vscode-extension",
"luisfalconmx",
"luisfalconmx theme",
"dark theme",
"one dark pro",
"palenight",
"monokai",
"atom",
"sublime text",
"themes",
"cobalt"
],
"contributes": {
"themes": [
{
"label": "React Pro Theme",
"uiTheme": "vs-dark",
"path": "./theme/react-pro-theme.json"
}
]
},
"devDependencies": {
"prettier": "^3.4.2"
}
}