-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "vsts-sprint-goal",
"version": "1.0.0",
"description": "vsts-sprint-goal",
"license": "Apache-2.0",
"scripts": {
"build": "tsc -p . && webpack --config webpack.config",
"postbuild": "npm run package",
"package": "tfx extension create",
"clean": "rimraf ./dist && rimraf ./*.vsix"
},
"repository": {
"type": "git",
"url": "https://github.com/keesschollaart81/vsts-sprint-goal"
},
"author": "Case Online",
"devDependencies": {
"@types/applicationinsights-js": "1.0.9",
"@types/tinycolor": "1.1.27",
"cpx": "1.5.0",
"ncp": "2.0.0",
"rimraf": "3.0.2",
"typescript": "4.1.5",
"webpack": "^5.24.0",
"webpack-cli": "^4.5.0",
"tfx-cli": "0.8.3",
"copy-webpack-plugin": "7.0.0"
},
"dependencies": {
"@microsoft/applicationinsights-web": "2.5.11",
"applicationinsights-js": "1.0.20",
"jscolor-picker": "2.0.4",
"moment": "2.29.1",
"moment-timezone": "0.5.33",
"roosterjs": "^8.0.1",
"tinycolor2": "1.4.2",
"vanilla-emoji-picker": "^0.2.4",
"vss-web-extension-sdk": "5.141.0"
}
}