forked from MemeLabs/chat-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.06 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
{
"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-dev-server"
},
"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": {
"core-js": "~2.5.3",
"detect-browser": "^3.0.1",
"font-awesome": "~4.7.0",
"jquery": "~3.3.1",
"jquery-validation": "~1.17.0",
"moment": "~2.20.1",
"nanoscroller": "~0.8.7",
"normalize.css": "~8.0.0",
"roboto-fontface": "^0.10.0",
"throttle-debounce": "~1.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@types/jquery": "^3.3.29",
"autoprefixer": "^9.5.0",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.1",
"dotenv": "^6.2.0",
"eslint": "^5.16.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.2",
"mock-socket": "^8.0.5",
"node-sass": "^4.11.0",
"postcss-loader": "~2.1.0",
"sass-loader": "~6.0.6",
"spritesmith": "~3.3.0",
"ts-loader": "^5.3.3",
"typescript": "^3.4.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"engines": {
"node": "~5.0.2",
"npm": "~3.3.12"
}
}