forked from sourcegraph/sourcegraph-public-snapshot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 981 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 981 Bytes
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
{
"private": true,
"name": "@sourcegraph/shared",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"storybook": "STORIES_GLOB='client/shared/src/**/*.story.tsx' pnpm --filter @sourcegraph/storybook run start",
"lint:js": "eslint --cache '**/*.[jt]s?(x)'",
"lint:css": "stylelint 'src/**/*.scss' --quiet",
"test": "jest",
"schema": "gulp schema",
"graphql-operations": "gulp graphQlOperations",
"watch-schema": "gulp watchSchema"
},
"devDependencies": {
"@sourcegraph/testing": "workspace:*",
"@sourcegraph/build-config": "workspace:*",
"@sourcegraph/extension-api-types": "workspace:*"
},
"dependencies": {
"@sourcegraph/wildcard": "workspace:*",
"@sourcegraph/http-client": "workspace:*",
"@sourcegraph/common": "workspace:*",
"@sourcegraph/client-api": "workspace:*",
"@sourcegraph/template-parser": "workspace:*",
"@sourcegraph/codeintellify": "workspace:*"
},
"sideEffects": true
}