-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.72 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
82
{
"name": "support-chat-application",
"version": "1.0.0",
"description": "Merit support chat application",
"main": "index.js",
"scripts": {
"start": "npm run prepare && npm run gulp:build && npm run run:server",
"start:dev": "npm-run-all --parallel gulp:watch run:server",
"test": "echo \"Error: no test specified\" && exit 1",
"run:server": "node ./dist/server/server.js",
"gulp:build": "./node_modules/.bin/gulp compileTS && ./node_modules/.bin/gulp sass && ./node_modules/.bin/gulp html && ./node_modules/.bin/gulp cpImages",
"gulp:watch": "./node_modules/.bin/gulp watch",
"prepare": "cp src/common/env/example.ts src/common/env/dev.ts && npm run gulp:build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meritlabs/support-chat-application.git"
},
"author": "Vladimir Gutorov",
"license": "ISC",
"bugs": {
"url": "https://github.com/meritlabs/support-chat-application/issues"
},
"homepage": "https://github.com/meritlabs/support-chat-application#readme",
"dependencies": {
"@types/express": "^4.11.1",
"@types/html-webpack-plugin": "^2.30.3",
"@types/ws": "^5.1.1",
"bad-words": "^1.6.1",
"discord.js": "^11.3.2",
"express": "^4.16.3",
"http": "0.0.0",
"vue": "^2.5.16",
"vue-chat-scroll": "^1.3.3",
"vue-router": "^3.0.1",
"ws": "^5.2.0"
},
"devDependencies": {
"autoprefixer": "^7.2.3",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015-webpack": "^6.4.3",
"compass-sass-mixins": "^0.12.7",
"copy-webpack-plugin": "^4.3.0",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"fluidable": "git+https://github.com/andri/fluidable.git",
"friendly-errors-webpack-plugin": "^1.6.1",
"gulp": "^3.9.1",
"gulp-html": "^0.5.0",
"gulp-htmlmin": "^4.0.0",
"gulp-sass": "^4.0.1",
"gulp-shell": "^0.6.5",
"html-loader": "^0.4.5",
"image-webpack-loader": "^3.3.1",
"imagemin": "^5.3.1",
"imagemin-webpack-plugin": "^1.5.0-beta.0",
"jquery": "^3.2.1",
"jsdom": "^11.7.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.3",
"normalize.sass": "^3.0.3",
"npm": "^5.6.0",
"npm-run-all": "^4.1.3",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"sass-resources-loader": "^1.2.1",
"stringify-object": "^3.2.0",
"style-loader": "^0.18.2",
"transfer-webpack-plugin": "^0.1.4",
"ts-loader": "^4.4.2",
"typed.js": "^2.0.6",
"typescript": "^2.9.2",
"url-loader": "^0.5.9",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^2.5.0",
"webpack-merge": "^4.1.0"
}
}