-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 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
{
"name": "librorojoetv",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Provitaonline/librorojoetv.git"
},
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"author": "Ricardo Morin",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"buefy": "^0.8.12",
"bulma-slider": "^2.0.0",
"clipboard": "^2.0.6",
"gridsome": "^0.7.13",
"leaflet": "^1.6.0",
"slugify": "^1.4.0",
"topojson-client": "^3.1.0",
"v-runtime-template": "^1.10.0",
"vue-backtotop": "^1.6.1",
"vue-browser-detect-plugin": "^0.1.8",
"vue-compare-image": "^0.2.0",
"vue-scrollto": "^2.17.1",
"vue-social-sharing": "^2.4.7",
"vue2-leaflet": "^2.5.2"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@gridsome/plugin-google-analytics": "^0.1.0",
"@gridsome/plugin-sitemap": "^0.2.3",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.4.0",
"fs-extra": "^8.1.0",
"gridsome-plugin-flexsearch": "^0.1.17",
"gridsome-plugin-purgecss": "^1.0.12",
"gridsome-plugin-svg": "0.0.10",
"node-sass": "^4.13.1",
"raw-loader": "^3.1.0",
"remark-attr": "^0.9.0",
"remark-grid-tables": "^1.7.1",
"sass-loader": "^8.0.2",
"vue-svg-loader": "^0.15.0"
}
}