-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 1.11 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
{
"private": true,
"scripts": {
"dev": "webpack --mode development --watch --watch-poll",
"prod": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"axios": "^0.19",
"babel-loader": "^8.0.5",
"cross-env": "^5.1",
"css-loader": "^3.4.0",
"file-loader": "^5.1.0",
"interactjs": "^1.7.3",
"lodash": "^4.17.13",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"node-sass": "^4.13.0",
"sass": "^1.15.2",
"sass-loader": "^7.3.1",
"style-loader": "^1.0.2",
"sweetalert2": "^9.5.3",
"url-loader": "^3.0.0",
"vue": "^2.6.11",
"vue-autoscroll": "^1.2.1",
"vue-dragscroll": "^1.10.2",
"vue-i18n": "^8.15.3",
"vue-loader": "^15.7.0",
"vue-router": "^3.1.3",
"vue-slider-component": "^3.1.0",
"vue-table-dynamic": "0.0.7",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.2",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@panzoom/panzoom": "^4.0.0",
"bootstrap-css-only": "^4.3.1",
"vue-chat-scroll": "^1.3.6"
}
}