-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "propeller-pack",
"displayName": "propeller-pack",
"description": "extensions for vs code we use in propeller",
"version": "0.2.3",
"publisher": "mikerudge",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.24.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mikerudge/propeller-extensions"
},
"categories": [
"Extension Packs"
],
"extensionDependencies": [
"DavidAnson.vscode-markdownlint",
"PKief.material-icon-theme",
"Atlassian.atlascode",
"WallabyJs.quokka-vscode",
"burkeholland.simple-react-snippets",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"cmstead.jsrefactor",
"dbaeumer.vscode-eslint",
"deerawan.vscode-dash",
"eamodio.gitlens",
"eg2.vscode-npm-script",
"emmanuelbeziat.vscode-great-icons",
"esbenp.prettier-vscode",
"fabiospampinato.vscode-optimize-images",
"file-icons.file-icons",
"flowtype.flow-for-vscode",
"dsznajder.es7-react-js-snippets",
"jamesmaj.easy-icons",
"CodeStream.codestream",
"kumar-harsh.graphql-for-vscode",
"mikestead.dotenv",
"ms-azuretools.vscode-cosmosdb",
"ms-vscode.azure-account",
"ms-vscode.node-debug2",
"ms-vsliveshare.vsliveshare",
"mikerudge.refactor-require-to-import",
"alefragnani.project-manager",
"robertohuertasm.vscode-icons",
"theShukran.theshukran-react-utils",
"vsmobile.vscode-react-native",
"vuhrmeister.vscode-meteor",
"wix.vscode-import-cost",
"wmaurer.change-case"
]
}