-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
81 lines (81 loc) · 2.24 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "sgg-chat-gui",
"version": "2.1.24",
"description": "Strims.gg chat client front-end",
"scripts": {
"lint": "eslint .",
"tld": "node scripts/tld.js",
"glue": "node scripts/glue.js",
"build": "npm run tld && npm run glue && webpack",
"build:production": "npm run --prod build",
"watch": "webpack -w",
"start": "webpack serve --mode development"
},
"repository": {
"type": "git",
"url": "git://github.com/MemeLabs/chat-gui.git"
},
"contributors": [],
"homepage": "http://www.strims.gg/",
"license": "SEE LICENSE IN <LICENSE.md>",
"bugs": "https://github.com/MemeLabs/chat-gui/issues",
"directories": {
"assets": "./assets",
"static": "./static"
},
"dependencies": {
"font-awesome": "~4.7.0",
"nanoscroller": "~0.8.7",
"normalize.css": "~8.0.0",
"roboto-fontface": "^0.10.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@types/jquery": "^3.5.6",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.1",
"core-js": "^2.5.7",
"css-loader": "^6.2.0",
"detect-browser": "^5.2.0",
"dotenv": "^10.0.0",
"eslint": "^7.31.0",
"eslint-config-semistandard": "^16.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"file-loader": "^6.2.0",
"flatten": "^1.0.3",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"image-size": "^1.0.0",
"jquery": "^3.6.0",
"jquery-validation": "^1.19.3",
"mini-css-extract-plugin": "^2.1.0",
"mock-socket": "^9.0.3",
"moment": "^2.29.1",
"node-sass": "^6.0.1",
"postcss-loader": "^6.1.1",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.1.0",
"spritesmith": "~3.4.0",
"throttle-debounce": "^3.0.1",
"ts-loader": "^9.2.4",
"typescript": "^4.3.5",
"url-loader": "^4.1.1",
"webpack": "^5.47.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"engines": {
"node": "~5.0.2",
"npm": "~3.3.12"
},
"browserslist": [
"defaults"
]
}