1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
mc.langrock.info/package.json
dependabot[bot] 44c95f75c2
Bump gridsome from 0.7.22 to 0.7.23 (#6)
Bumps [gridsome](https://github.com/gridsome/gridsome) from 0.7.22 to 0.7.23.
- [Release notes](https://github.com/gridsome/gridsome/releases)
- [Changelog](https://github.com/gridsome/gridsome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gridsome/gridsome/compare/gridsome@0.7.22...gridsome@0.7.23)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 20:30:18 +02:00

19 lines
436 B
JSON

{
"private": false,
"version": "0.2.3",
"license": "MIT",
"scripts": {
"develop": "gridsome develop",
"dev": "gridsome develop",
"explore": "gridsome explore",
"build": "gridsome build"
},
"dependencies": {
"@gridsome/plugin-google-analytics": "^0.1.2",
"gridsome": "^0.7.23",
"gridsome-plugin-tailwindcss": "^3.0.1"
},
"devDependencies": {
"netlify-plugin-gridsome-cache": "^1.0.3"
}
}