-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1001 Bytes
/
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
{
"name": "react-vscode-extension-pack",
"displayName": "React Extension Pack",
"description": "Popular VS Code extensions for React development.",
"version": "0.6.0",
"publisher": "jawandarajbir",
"engines": {
"vscode": "^1.15.0"
},
"icon": "react.png",
"galleryBanner": {
"color": "#222222",
"theme": "dark"
},
"keywords": [
"react",
"reactjs",
"node",
"javascript",
"es6"
],
"categories": [
"Extension Packs"
],
"repository": {
"url": "https://github.com/jawandarajbir/react-vscode-extension-pack"
},
"homepage": "https://github.com/jawandarajbir/react-vscode-extension-pack",
"bugs": {
"url": "https://github.com/jawandarajbir/react-vscode-extension-pack/issues"
},
"extensionDependencies": [
"xabikos.ReactSnippets",
"dbaeumer.vscode-eslint",
"xabikos.javascriptsnippets",
"jasonnutter.search-node-modules",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense"
]
}