-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1 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
{
"name": "extension-git-permissions",
"version": "1.0.0",
"description": "a Git Permissions Viewer extension for VSTS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --progress --watch",
"package": "tfx extension create --root build/ --manifest-globs vss-extension.json"
},
"author": "Kevin Wu",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.2.0",
"webpack": "^3.8.1"
},
"dependencies": {
"axios": "^0.17.0",
"babel-polyfill": "^6.26.0",
"ramda": "^0.25.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"vss-web-extension-sdk": "^4.125.2"
}
}