-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.7 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
{
"name": "dark-plus-material-saidtorres3",
"description": "The default Dark+ Theme, with material palette and always up to date",
"version": "2.7.4",
"author": {
"email": "[email protected]",
"name": "SaidTorres3",
"url": "https://github.com/SaidTorres3"
},
"bugs": "https://github.com/SaidTorres3/dark-plus-material/issues",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dark+ Material - SaidTorres3",
"uiTheme": "vs-dark",
"path": "./dark-plus-material.json"
}
]
},
"devDependencies": {
"@types/color": "^3.0.2",
"@types/node": "16.7.1",
"@types/node-fetch": "^2.5.12",
"@types/prettier": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@vangware/utils": "^7.0.5",
"color": "^4.0.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ban": "^1.5.2",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.4.1",
"json5": "^2.2.0",
"node-fetch": "^2.6.1",
"prettier": "^2.3.2",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"displayName": "Dark+ Material - SaidTorres3",
"engines": {
"vscode": "*"
},
"galleryBanner": {
"color": "#212121",
"theme": "dark"
},
"homepage": "https://github.com/SaidTorres3/dark-plus-material",
"icon": "assets/icon.png",
"keywords": [
"colorful",
"dark",
"google",
"material",
"saturated",
"theme",
"vscode"
],
"license": "MIT",
"publisher": "SaidTorres3",
"repository": {
"type": "git",
"url": "https://github.com/SaidTorres3/dark-plus-material"
},
"scripts": {
"sync": "ts-node ./src/sync.ts"
}
}