-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.68 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
{
"name": "web3-dev",
"displayName": "Web3 Dev Pack",
"description": "The Web3 Dev extension pack includes many great extensions and themes to get you started",
"version": "1.2.0",
"publisher": "0xModene",
"repository": {
"type": "git",
"url": "https://github.com/0xModene/web3-dev-pack"
},
"icon": "profile.png",
"galleryBanner": {
"color": "#061526",
"theme": "dark"
},
"keywords": [
"Theme",
"Dark Theme",
"0xModene",
"Extensions",
"Pack",
"Snippets",
"Web3",
"crypto"
],
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"gua.rainbow-brackets",
"christian-kohler.path-intellisense",
"dbankier.vscode-instant-markdown",
"eamodio.gitlens",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"pranaygp.vscode-css-peek",
"ryu1kn.remote-repo-viewer",
"shardulm94.trailing-spaces",
"techer.open-in-browser",
"wayou.vscode-todo-highlight",
"quicktype.quicktype",
"cssho.vscode-svgviewer",
"beaugunderson.solidity-extended",
"burkeholland.react-food-truck",
"wmaurer.vscode-jumpy",
"gottfired.css2react",
"dbaeumer.vscode-eslint",
"DavidAnson.vscode-markdownlint",
"dsznajder.es7-react-js-snippets",
"ecmel.vscode-html-css",
"zadvorny.theme-happy-hipster",
"azamuddin.calmness-vsc-theme",
"DryWolf.dark-plus-plus-theme",
"jolaleye.horizon-theme-vscode",
"seansassenrath.vscode-theme-superonedark",
"zacharyparrish.cozy-vsc-theme",
"juanblanco.solidity",
"wix.glean"
],
"scripts": {
"deploy": "vsce publish --yarn"
},
"devDependencies": {
"vsce": "^2.5.0"
}
}