-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.04 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.04 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
{
"name": "webchat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open --config ./build/webpack.dev.js",
"prod": "webpack --config ./build/webpack.prod.js",
"server": "node ./service/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ftTony/webchat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ftTony/webchat/issues"
},
"homepage": "https://github.com/ftTony/webchat#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"autoprefixer": "^9.7.1",
"babel-loader": "^8.0.6",
"busboy": "^0.3.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"koa-bodyparser": "^4.2.1",
"koa-session-minimal": "^3.0.4",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"url-loader": "^2.2.0",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2",
"webpack-parallel-uglify-plugin": "^1.1.2",
"webpack-service": "^0.1.2"
},
"dependencies": {
"axios": "^0.19.0",
"install": "^0.13.0",
"koa": "^2.8.2",
"koa-logger": "^3.2.1",
"koa-router": "^7.4.0",
"koa-session": "^5.12.3",
"koa-socket-2": "^1.2.0",
"koa-static": "^5.0.0",
"moment": "^2.24.0",
"mysql": "^2.17.1",
"node-sass": "^4.14.1",
"npm": "^6.13.0",
"qs": "^6.9.1",
"request": "^2.88.0",
"socket.io-client": "^2.3.0",
"vant": "^2.2.13",
"vue": "^2.6.10",
"vue-axios": "^2.1.5",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
}
}