-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.18 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
{
"name": "simple-web_chat_application",
"version": "0.1.0",
"private": true,
"description": "",
"main": "index.ts",
"scripts": {
"watch": "webpack --mode=development --watch",
"build": "webpack --mode=development",
"release": "webpack --mode=production",
"publish": "npm run release && echo 请自行在 Visual Studio 中发布!"
},
"keywords": [ "chat", "private", "http", "websocket" ],
"homepage": "https://github.com/lc6464/Simple-WebChatApplication",
"bugs": "https://github.com/lc6464/Simple-WebChatApplication/issues",
"author": "LC <[email protected]> (https://lcwebsite.cn/)",
"license": "GPL-3.0-only",
"repository": "github:lc6464/Simple-WebChatApplication",
"devDependencies": {
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.7.2",
"ts-loader": "9.4.2",
"typescript": "4.9.4",
"webpack": "5.94.0",
"webpack-cli": "5.0.1"
},
"dependencies": {
"@microsoft/signalr": "^7.0.2",
"@microsoft/signalr-protocol-msgpack": "^7.0.2",
"@sweetalert2/theme-dark": "5.0.15",
"@types/node": "^18.11.18",
"bootstrap": "^5.2.3",
"sweetalert2": "11.4.8"
}
}