-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
62 lines (62 loc) · 1.77 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
{
"name": "nbdemo",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "webpack --watch --progress"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.3",
"jsdoc": "^3.6.2",
"jsdoc-vuejs": "^3.0.0",
"style-loader": "^0.23.1",
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"axios": ">=0.21.1",
"bootstrap-vue": "^2.21.2",
"express": "^4.17.0",
"html-to-text": "^5.1.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.34",
"quill-mention": "^2.1.1",
"socket.io": "^3.0.5",
"socket.io-client": "^3.0.5",
"v-tooltip": "^2.0.1",
"vue": "^2.6.10",
"vue-avatar-component": "^1.3.1",
"vue-cli": "^2.9.6",
"vue-dictaphone": "^2.0.0",
"vue-draggable-resizable": "^2.3.0",
"vue-jwt-decode": "^0.1.0",
"vue-notification": "^1.3.20",
"vue-quill": "^1.5.1",
"vue-spinners": "^1.0.2",
"vue-sweetalert2": "^4.2.0",
"webpack-dev-server": "^3.11.2"
}
}