-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
60 lines (60 loc) · 1.47 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "YiffSpot",
"version": "3.0.0",
"description": "A real-time web chat for yiffing with random furries.",
"keywords": [
"furry",
"yiff",
"chat",
"anthro"
],
"main": "app.js",
"author": "Kisuka <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "nodemon .",
"build": "npx webpack --mode production",
"server": "node .",
"start": "npm run build && npm run server"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@popperjs/core": "^2.10.2",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"bootstrap": "^5.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"dotenv-webpack": "^7.0.3",
"html-webpack-plugin": "^5.5.0",
"install": "^0.13.0",
"mini-css-extract-plugin": "^2.4.5",
"npm": "^9.8.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^9.0.2",
"postcss-loader": "^6.2.1",
"sass": "^1.43.5",
"sass-loader": "^12.3.0",
"slim-select": "^1.26.2",
"style-loader": "^3.3.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.6.0"
},
"dependencies": {
"dotenv": "^10.0.0",
"express": "^4.17.1",
"uuid": "^8.3.2",
"ws": "^8.3.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.5",
"utf-8-validate": "^5.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kisuka/YiffSpot.git"
}
}