-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.12 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
{
"name": "blue-dark-theme",
"displayName": "Black-panther-theme",
"description": "Perfect Black theme that why called a BLACK PANTHER",
"version": "1.2.4",
"engines": {
"vscode": "^1.8.0"
},
"publisher": "Shriprasanna",
"repository": {
"type": "git",
"url": "https://github.com/shrix1/shri-blue-dark-theme"
},
"author": {
"name": "shriprasanna"
},
"icon": "image.png",
"keywords": [
"theme",
"shri theme",
"black theme",
"perfect black theme",
"dark theme",
"panther theme",
"dark black theme"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "black-panther-theme",
"uiTheme": "vs-dark",
"path": "./themes/panther-theme.json"
}
]
},
"dependencies": {
"npm": "^8.12.1",
"vsce": "^2.7.0"
},
"devDependencies": {
"esbuild": "^0.14.34",
"ts-loader": "^9.2.8",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
}
}