-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1012 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
41
42
43
44
45
{
"name": "react-nitro-essentials",
"displayName": "React Nitro Essentials",
"description": "Everything you need when building React Apps",
"icon": "images/react-nitro-logo.png",
"galleryBanner": {
"color": "#0273D4",
"theme": "dark"
},
"publisher": "areai51",
"author": {
"name": "Vinci Rufus",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/xt/react-nitro-essentials.git"
},
"keywords": [
"React",
"JSX",
"Redux",
"Mobx",
"HTML"
],
"version": "1.1.1",
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Extension Packs"
],
"extensionDependencies": [
"areai51.react-nitro-snippets",
"EditorConfig.EditorConfig",
"wix.vscode-import-cost",
"dbaeumer.vscode-eslint",
"msjsdiag.debugger-for-chrome",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"sonarsource.sonarlint-vscode",
"eamodio.gitlens"
]
}