-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.65 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
{
"name": "chatti",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:modern": "vue-cli-service build --modern"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.5",
"@fortawesome/free-solid-svg-icons": "^5.4.0",
"@fortawesome/vue-fontawesome": "^0.1.1",
"axios": "^0.18.1",
"clipboard": "^2.0.1",
"core-js": "^3.6.4",
"countup.js": "^1.9.3",
"element-ui": "^2.13.0",
"es6": "0.0.7",
"font-awesome": "^4.7.0",
"lodash": "^4.17.0",
"mockjs": "^1.0.0",
"moment": "^2.24.0",
"normalize.css": "^8.0.0",
"qs": "^6.5.2",
"screenfull": "^3.3.2",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"sortablejs": "^1.7.0",
"v-emoji-picker": "^2.1.8",
"vue": "^2.6.11",
"vue-i18n": "^8.0.0",
"vue-router": "^3.1.5",
"vue-socket.io": "^3.0.7",
"vuescroll": "^4.15.0",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-router": "~4.2.0",
"@vue/cli-plugin-vuex": "^4.3.1",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-standard": "^5.1.0",
"babel-eslint": "^10.0.3",
"babel-plugin-component": "^1.1.1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.1.2",
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.6.11",
"vuepress": "^0.14.0"
}
}