-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.83 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.83 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "dielive",
"version": "1.0.0",
"description": "live appliaction",
"scripts": {
"dev-client": "cross-env NODE_ENV=dev webpack-dev-server --open --profile --progress --config build/webpack.config.dev.js",
"dev-server": "cross-env NODE_ENV=dev nodemon server/app.js",
"element": "et -c ./src/styles/element-variables.scss -o ./src/styles/theme",
"build": "cross-env NODE_ENV=prod webpack --progress --config build/webpack.config.prd.js",
"dll": "webpack --config build/webpack.config.dll.js",
"analyz": "npm_config_report=true npm run dev-client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Delbra/DieLive.git"
},
"keywords": [
"live"
],
"author": "Euphausiacea",
"license": "MIT",
"bugs": {
"url": "https://github.com/Delbra/DieLive/issues"
},
"homepage": "https://github.com/Delbra/DieLive#readme",
"dependencies": {
"axios": "^0.19.0",
"blueimp-md5": "^2.12.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie": "^0.4.0",
"cookie-parser": "^1.4.4",
"crypto-js": "^3.1.9-1",
"ejs": "^2.7.1",
"element-ui": "^2.12.0",
"email-validator": "^2.0.4",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-winston": "^4.0.1",
"flv.js": "^1.5.0",
"http-proxy": "^1.18.0",
"js-cookie": "^2.2.1",
"jwt-simple": "^0.5.6",
"lodash": "^4.17.15",
"lodash-es": "^4.17.15",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"mongoose": "^5.7.12",
"morgan": "^1.9.1",
"node-media-server": "^2.1.4",
"nodemon": "^1.19.4",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"promise.prototype.finally": "^3.1.1",
"query-string": "^6.9.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"serve-favicon": "^2.5.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"tinymce": "^5.1.2",
"url-regex": "^5.0.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.1.1",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.2.1"
},
"devDependencies": {
"autoprefixer": "^9.7.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"element-theme-chalk": "^2.12.0",
"eslint": "6.5.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-vue": "^6.0.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"poststylus": "^1.0.0",
"sass": "^1.23.3",
"sass-loader": "^8.0.0",
"script-loader": "^0.7.2",
"style-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"svg-sprite-loader": "^4.1.6",
"url-loader": "^2.2.0",
"vue-class-component": "^7.1.0",
"vue-eslint-parser": "^7.0.0",
"vue-hot-reload-api": "^2.3.4",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.7.2",
"vue-property-decorator": "^8.3.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
}
}