-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.58 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
50
51
52
53
{
"name": "vstsdashboard",
"version": "1.0.0",
"description": "CI/CD Dashboard for Azure DevOps Service / Server",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publishExt": "npm install --force && tsc -p .",
"clean": "rimraf ./dist",
"webpack": "webpack --mode production",
"compile": "npm run clean && webpack --mode production",
"compile:dev": "npm run clean && webpack --mode development",
"build": "npm run compile"
},
"keywords": [],
"author": "Solutions Experta Inc",
"license": "ISC",
"dependencies": {
"azure-devops-extension-api": "1.153.2",
"azure-devops-extension-sdk": "^2.0.11",
"azure-devops-ui": "2.164.0",
"es6-promise": "^4.2.8",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "^3.3.1"
},
"devDependencies": {
"@types/node": "^20.8.4",
"@types/react": "~16.8.2",
"@types/react-dom": "~16.8.0",
"base64-inline-loader": "^1.1.1",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "~1.0.0",
"file-loader": "~2.0.0",
"rimraf": "~2.6.2",
"sass": "^1.69.2",
"sass-loader": "~7.1.0",
"style-loader": "~0.23.1",
"tfx-cli": "^0.6.3",
"ts-loader": "~5.2.2",
"typescript": "^2.9.2",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expertasolutions/VstsDashboard.git"
},
"bugs": {
"url": "https://github.com/expertasolutions/VstsDashboard/issues"
},
"homepage": "https://github.com/expertasolutions/VstsDashboard#readme"
}