forked from ehsan-mohammadi/GAPITA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 818 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
{
"name": "Gapita",
"version": "1.0.0",
"private": true,
"description": "An anonymous and random chat messaging for talking to strangers",
"main": "index.js",
"scripts": {
"build": "webpack --mode=development --watch",
"release": "webpack --mode=production",
"publish": "npm run release && dotnet publish -c Release"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"clean-webpack-plugin": "1.0.1",
"copy-webpack-plugin": "^5.0.3",
"html-webpack-plugin": "4.0.0-beta.5",
"ts-loader": "5.3.3",
"typescript": "3.3.3",
"webpack": "4.29.3",
"webpack-cli": "3.2.3"
},
"dependencies": {
"@aspnet/signalr": "^3.0.0-preview5-19227-01",
"emojionearea": "^3.0.0",
"jquery": "^3.4.1",
"serialize-javascript": "^2.1.1"
}
}