-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
67 lines (67 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "azure-pull-request-hub",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@uifabric/utilities": "^7.33.5",
"azure-devops-extension-api": "~1.153.2",
"azure-devops-extension-sdk": "^2.0.11",
"azure-devops-ui": "^2.167.1",
"css-select": "^5.1.0",
"glob-parent": ">=6.0.2",
"https-localhost": "^4.6.4",
"immer": "^9.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^16.8.0",
"react-redux": "^7.2.2",
"react-scripts": "^5.0.1",
"redux": "^4.0.5"
},
"scripts": {
"start": "HTTPS=true react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"package-release": "npm run clean-build && tfx extension create --root ./ --output-path ./azure-devops-pull-request-manager-hub.vsix --manifests ./vss-extension.json ./vss-extension.release.json ./vss-extension.version.json",
"package-dev": "echo $EXTENSION_VERSION_JSON && npm run clean-build && tfx extension create --root ./ --output-path ./azure-devops-pull-request-manager-hub.vsix --manifests ./vss-extension.json ./vss-extension.dev.json ./vss-extension.version.json --share-with caixaazul",
"clean-build": "del-cli build/**/runtime~main*.map build/**/runtime~main*.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/history": "^4.7.8",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"core-js": "^3.9.1",
"del-cli": "^3.0.1",
"office-ui-fabric-react": "^7.165.1",
"react-router-dom": "^5.2.0",
"rename-webpack-plugin": "^2.0.0",
"sass": "^1.52.1",
"tfx-cli": "^0.16.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.1.0",
"typescript": "^4.2.3"
}
}