generated from devspacemx/template-proyectos
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
32 lines (32 loc) · 967 Bytes
/
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
{
"name": "atlas",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "gridsome build",
"dev": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@gridsome/plugin-google-analytics": "^0.1.2",
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"algoliasearch": "^4.10.3",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"gridsome": "^0.7.23",
"gridsome-plugin-algolia": "^2.1.4",
"gridsome-plugin-seo": "^1.0.2",
"gridsome-source-static-meta": "^1.0.1",
"mapbox-gl": "^2.3.1",
"node-sass": "^6.0.1",
"sass-loader": "^10.1.1",
"sha.js": "^2.4.11",
"vue-instantsearch": "^3.7.0"
}
}