-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (41 loc) · 1.19 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
{
"name": "artsy-studio-extension-pack",
"displayName": "Artsy Omakase Extension Pack",
"description": "The Artsy recommended extensions for working in our front-end/platform stacks",
"version": "1.5.0",
"publisher": "Artsy",
"preview": true,
"repository": {
"type": "git",
"url": "https://github.com/artsy/vscode-artsy.git"
},
"keywords": [
"artsy",
"studio"
],
"engines": {
"vscode": "^1.26.0"
},
"icon": "icon.png",
"extensionPack": [
"Orta.vscode-danger",
"misogi.ruby-rubocop",
"rebornix.ruby",
"jpoissonnier.vscode-styled-components",
"mikestead.dotenv",
"vsmobile.vscode-react-native",
"shinnn.stylelint",
"christian-kohler.npm-intellisense",
"esbenp.prettier-vscode",
"ms-vsliveshare.vsliveshare",
"ms-vsliveshare.vsliveshare-audio",
"mrmlnc.vscode-scss",
"sysoev.language-stylus",
"nhoizey.gremlins",
"wayou.vscode-todo-highlight",
"ziyasal.vscode-open-in-github",
"dbaeumer.vscode-eslint",
"meta.relay",
"yoavbls.pretty-ts-errors"
]
}