-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 KB
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
{
"devDependencies": {
"@types/jquery": "^2.0.54",
"@types/knockout": "^3.4.67",
"@types/q": "0.0.32",
"@types/react": "^15.6.28",
"@types/react-dom": "^0.14.23",
"@types/requirejs": "^2.1.28",
"chai": "^3.5.0",
"grunt": "~1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^1.0.1",
"grunt-karma": "^3.0.2",
"grunt-ts": "^6.0.0-beta.3",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-requirejs": "^1.1.0",
"mocha": "^7.1.2",
"requirejs": "^2.3.2",
"typescript": "^2.9.2",
"typings": "^2.1.1",
"vss-web-extension-sdk": "^5.141.0"
},
"name": "picker-fields-control",
"private": false,
"version": "1.1.0",
"scripts": {
"postinstall": "typings install"
},
"dependencies": {
"@types/node": "^13.7.7",
"azure-devops-node-api": "^10.1.0",
"http-proxy-agent": "^4.0.1",
"to-array-buffer": "^3.2.0"
}
}