-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
35 lines (35 loc) · 904 Bytes
/
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
{
"name": "chat",
"version": "1.0.22",
"author": "Valentin Giselbrecht",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/vgiselbrecht/chat.git"
},
"license": "Apache 2.0",
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/webrtc": "0.0.26",
"css-loader": "^5.2.7",
"emoji-picker-element": "^1.14.1",
"file-loader": "^6.2.0",
"glob-parent": "^6.0.2",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-replace": "^2.0.2",
"grunt-webpack": "^6.0.0",
"hosted-git-info": "^4.1.0",
"lodash": ">=4.17.21",
"minimist": "^1.2.7",
"postcss": ">=8.4.31",
"sass": "^1.57.1",
"sass-loader": "^10.4.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.4.0",
"typescript": "^4.9.4",
"url-loader": "^4.1.1",
"webpack": "^5.75.0"
}
}