-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 905 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 905 Bytes
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.20",
"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.11.1",
"file-loader": "^6.2.0",
"glob-parent": "^6.0.2",
"grunt": ">=1.3.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-replace": "^1.0.1",
"grunt-webpack": "^4.0.3",
"hosted-git-info": "^4.1.0",
"lodash": ">=4.17.21",
"postcss": "^8.4.12",
"sass": "^1.49.9",
"sass-loader": "^10.2.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.3.0",
"typescript": "^4.6.3",
"url-loader": "^4.1.1",
"webpack": "^5.70.0",
"minimist": ">=1.2.6"
}
}