forked from MemeLabs/chat-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.12 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
{
"name": "dgg-chat-gui",
"version": "2.1.24",
"description": "Destiny.gg chat client front-end",
"main": "destiny",
"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/destinygg/chat-gui.git"
},
"keywords": [
"destiny.gg",
"destinygg",
"dgg"
],
"author": "Destiny.gg Foundation",
"contributors": [],
"homepage": "http://www.destiny.gg/",
"license": "SEE LICENSE IN <LICENSE.md>",
"bugs": "https://github.com/destinygg/website/issues",
"directories": {
"assets": "./assets",
"static": "./static"
},
"dependencies": {
"core-js": "~2.5.3",
"detect-browser": "^3.0.1",
"font-awesome": "~4.7.0",
"jquery-validation": "~1.17.0",
"jquery": "~3.3.1",
"moment": "~2.20.1",
"nanoscroller": "~0.8.7",
"normalize.css": "~8.0.0",
"throttle-debounce": "~1.0.1"
},
"devDependencies": {
"autoprefixer": "~8.0.0",
"babel-core": "~6.26.0",
"babel-loader": "~7.1.2",
"babel-preset-es2015": "~6.24.1",
"clean-webpack-plugin": "~0.1.18",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "~0.28.9",
"dotenv": "^5.0.1",
"eslint": "^5.6.1",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.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",
"node-sass": "~4.7.2",
"postcss-loader": "~2.1.0",
"sass-loader": "~6.0.6",
"spritesmith": "~3.3.0",
"timestring": "^5.0.0",
"ts-loader": "~3.5.0",
"typescript": "~2.7.2",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
},
"engines": {
"node": "~5.0.2",
"npm": "~3.3.12"
}
}