-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "brainylabreactsnippets",
"displayName": "BrainyLab React Snippets",
"description": "React snippets created by BrainyLab.",
"publisher": "brainylab",
"version": "1.0.0",
"license": "MIT",
"icon": "images/brainylab.png",
"engines": {
"vscode": "^1.60.0"
},
"galleryBanner": {
"color": "#08bcf2",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/brainylab/vs-react-snippets"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "javascript",
"path": "./snippets/react-snippets-js.code-snippets"
},
{
"language": "javascriptreact",
"path": "./snippets/react-snippets-js.code-snippets"
},
{
"language": "typescriptreact",
"path": "./snippets/react-snippets-tsx.code-snippets"
}
]
},
"devDependencies": {
"@vscode/vsce": "3.1.0"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}