-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.25 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.25 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
{
"name": "add-project",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.20",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@mdi/font": "^5.9.55",
"@vue/composition-api": "^1.0.0-rc.11",
"axios": "^0.21.1",
"bad-words": "^3.0.4",
"core-js": "^3.6.5",
"firebase": "^8.6.5",
"gsap": "^3.7.0",
"logrocket": "^1.3.0",
"mapbox-gl": "^2.3.1",
"mapbox-gl-vue": "^2.0.4",
"node-sass": "^6.0.1",
"pexels": "^1.2.1",
"quill": "^1.3.7",
"quill-image-resize-module": "^3.0.0",
"roboto-fontface": "*",
"sass-loader": "^10.0.3",
"simple-signal-client": "^3.0.0",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"talkjs": "^0.14.5",
"vide": "^0.5.1",
"vue": "^2.6.11",
"vue-flag-icon": "^1.0.6",
"vue-i18n": "^8.24.5",
"vue-responsive-video-background-player": "^1.2.2",
"vue-router": "^3.2.0",
"vue-svg-loader": "^0.16.0",
"vue-videobg": "^2.0.0",
"vue-webrtc": "^2.0.0",
"vue-world-map": "^0.1.1",
"vue-yandex-maps": "^0.10.11",
"vue2-google-maps": "^0.10.7",
"vue2mapbox-gl": "^0.13.0",
"vuefire": "^2.2.5",
"vuetify": "^2.4.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.32.13",
"vue-cli-plugin-vuetify": "^2.4.0",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}