-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
43 lines (43 loc) · 1.41 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
{
"name": "microsoft-teams-test-tab",
"version": "1.0.0",
"author": "Yuri Dogandjiev <[email protected]> (https://twitter.com/ydogandjiev)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ydogandjiev/microsoft-teams-test-tab.git"
},
"bugs": {
"url": "https://github.com/ydogandjiev/microsoft-teams-test-tab/issues"
},
"homepage": "https://github.com/ydogandjiev/microsoft-teams-test-tab#readme",
"scripts": {
"build": "webpack",
"build-saching": "webpack -o public/saching/",
"build-kaela": "webpack -o public/kaelapolnitz/",
"build-parth": "webpack -o public/parsharm/",
"build-debo": "webpack -o public/dechowdh/",
"build-anand": "webpack -o public/anandnat/",
"build-chharpe": "webpack -o public/chharpe/",
"build-erinha": "webpack -o public/erinha",
"build-jadahiya": "webpack -o public/jadahiya/",
"build-juldeng": "webpack -o public/juldeng/",
"build-nan": "webpack -o public/lnan/",
"build-shrshinde": "webpack -o public/shrshinde/",
"watch": "webpack -w",
"start": "node server.js"
},
"dependencies": {
"@microsoft/teams-js": "^2.29.0",
"express": "^4.20.0",
"history": "^5.0.0",
"serve-static": "^1.14.1"
},
"devDependencies": {
"html-webpack-plugin": "^5.6.0",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}