-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.47 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": "webhint-ado-extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "Apache-2.0",
"scripts": {
"build": "webpack",
"bump-task": "node scripts/bump-task.js",
"clean": "rimraf dist",
"create-extension": "tfx extension create --rev-version",
"package": "npm run clean && npm run bump-task && npm run build && npm run create-extension",
"publish": "npm run package && tfx extension publish",
"test": "eslint src --ext ts --report-unused-disable-directives",
"tsc": "tsc",
"tfx": "tfx"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^12.11.7",
"@types/q": "^1.5.2",
"@types/react": "^16.9.11",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"azure-devops-extension-api": "^1.157.0",
"azure-devops-extension-sdk": "^2.0.11",
"azure-pipelines-task-lib": "^2.7.1",
"copy-webpack-plugin": "^5.0.4",
"eslint": "^6.6.0",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"juice": "^5.2.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"rimraf": "^2.6.2",
"tfx-cli": "^0.6.3",
"ts-loader": "^6.2.1",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}