-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.62 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": "spark-west2",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "npm run build && firebase deploy"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^12.4.0",
"@ckeditor/ckeditor5-theme-lark": "^14.2.0",
"@ckeditor/ckeditor5-vue": "^1.0.0",
"animate.css": "^3.7.2",
"bootstrap": "^4.3.1",
"bootstrap-select": "^1.13.12",
"datejs": "^1.0.0-rc3",
"file-saver": "^2.0.2",
"firebase": "^5.11.1",
"firebase-tools": "^6.12.0",
"firebaseui": "^3.6.1",
"gravatar": "^1.8.0",
"gravatar-url": "^2.0.0",
"jimp": "^0.6.8",
"jquery": "^3.4.1",
"jszip": "^3.2.2",
"leaflet": "^1.6.0",
"luxon": "^1.21.2",
"mapbox-gl": "^0.50.0",
"popper.js": "^1.16.0",
"pushid": "^1.0.0",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-carousel": "^0.18.0",
"vue-cropperjs": "^4.0.1",
"vue-disqus": "^3.0.5",
"vue-instagram": "^2.0.1",
"vue-lazyload": "^1.3.3",
"vue-line-clamp": "^1.3.2",
"vue-mapbox": "^0.4.1",
"vue-meta": "^1.6.0",
"vue-router": "^3.1.3",
"vue-scrollto": "^2.17.1",
"vue-tweet-embed": "^2.4.0",
"vue2-google-maps": "^0.10.7",
"vuefire": "^2.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-pwa": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/eslint-config-standard": "^3.0.5",
"vue-template-compiler": "^2.6.10",
"eslint-utils": ">=1.4.1"
}
}