-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
44 lines (44 loc) · 1.31 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
{
"name": "sarif-viewer-build-tab",
"version": "0.0.0",
"description": "Sarif Viewer DevOps Build Extension",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/sarif-azuredevops-extension.git"
},
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"publish": "webpack && tfx extension publish --output-path: vsix --overrides-file vss-extension.prod.json",
"publish-dev": "webpack && tfx extension publish --output-path: vsix --rev-version --overrides-file vss-extension.dev.json"
},
"dependencies": {
"@microsoft/sarif-web-component": "0.3.0",
"applicationinsights-js": "^1.0.20",
"azure-devops-extension-api": "1.153.2",
"azure-devops-extension-sdk": "^2.0.11",
"jszip": "^3.5.0",
"mobx": "^5.11.0",
"mobx-react": "^6.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@types/applicationinsights-js": "^1.0.9",
"@types/node": "^10.12.12",
"@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11",
"css-loader": "^1.0.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"script-loader": "^0.7.2",
"style-loader": "^0.21.0",
"tfx-cli": "0.7.11",
"ts-loader": "^4.5.0",
"typescript": "^3.7.2",
"url-loader": "^2.0.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.7.1"
}
}