-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.92 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
{
"name": "geoportal",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Provitaonline/geoportal.git"
},
"scripts": {
"prebuild": "cd functions && npm i",
"build": "npm run subm && npm run timestamp && gridsome build",
"develop": "npm run subm && npm run timestamp && gridsome develop",
"explore": "gridsome explore",
"subm": "BR=${BRANCH:=`git branch --show-current`} && echo GRIDSOME_BRANCH=$BR > .env && git submodule update --remote && cd data && git checkout $BR && git pull",
"timestamp": "echo `date -u \"+%FT%TZ\"`\\\\c > static/deployDate.txt"
},
"author": "Ricardo Morin",
"license": "MIT",
"dependencies": {
"@octokit/rest": "^18.0.11",
"axios": "^0.21.1",
"base-64": "^0.1.0",
"buefy": "0.9.4",
"clipboard": "^2.0.6",
"flat": "^5.0.2",
"gridsome": "^0.7.23",
"gridsome-plugin-i18n": "^1.6.0",
"html2canvas": "^1.0.0-rc.7",
"mapbox-gl-style-switcher": "^1.0.8",
"maplibre-gl": "=1.14.0",
"marked": "^4.0.10",
"unzip-js": "^1.0.0",
"utf8": "^3.0.0",
"vee-validate": "^3.3.9",
"vue-cookie-accept-decline": "^5.4.0",
"vue-infinite-loading": "^2.4.5",
"vue-scrollto": "^2.19.1",
"vuex": "^3.5.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@gridsome/plugin-google-analytics": "^0.1.2",
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-json": "^0.2.1",
"@gridsome/transformer-remark": "^0.6.1",
"gridsome-plugin-robots-txt": "^1.0.2",
"gridsome-plugin-rss": "^1.2.0",
"netlify-cli": "^10.16.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2"
}
}