-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.38 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
44
45
46
47
{
"name": "merochat",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/typestruck/merochat.git"
},
"description": "Friendly random chat",
"scripts": {
"watch": "nodemon loader/development/server.js --watch output/Server*/**/* --watch output/Shared*/**/* & webpack --watch --progress --config webpack.development.config.js",
"nowatch": "node loader/development/server.js & webpack --progress --config webpack.development.config.js"
},
"type": "module",
"author": "Eduardo Asafe<[email protected]>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"big-integer": "^1.6.48",
"html-inline-css-webpack-plugin": "^1.11.1",
"html-webpack-plugin": "^5.5.0",
"image-type": "^5.1.0",
"insane": "^2.6.2",
"marked": "^4.0.10",
"nodemailer": "^6.4.11",
"pg": "^8.7.1",
"url": "^0.11.0",
"uuid": "^8.3.0",
"uuid-validate": "0.0.3",
"ws": "^7.5.10",
"xhr2": "^0.2.0"
},
"devDependencies": {
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"mini-css-extract-plugin": "^1.3.3",
"nodemon": "^2.0.4",
"purescript-psa": "^0.8.2",
"purs-backend-es": "^1.4.2",
"purs-loader": "^3.7.2",
"purs-tidy": "^0.11.0",
"webpack": "^5.94.0",
"webpack-cli": "4.9.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.4"
}
}