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

19 lines
436 B
JSON
Raw Permalink Normal View History

2020-01-27 01:10:25 +01:00
{
"private": false,
2020-10-07 13:58:02 +02:00
"version": "0.2.3",
2020-01-27 01:10:25 +01:00
"license": "MIT",
"scripts": {
"develop": "gridsome develop",
2020-10-07 13:58:02 +02:00
"dev": "gridsome develop",
2020-01-27 01:10:25 +01:00
"explore": "gridsome explore",
"build": "gridsome build"
},
"dependencies": {
2020-10-07 13:58:02 +02:00
"@gridsome/plugin-google-analytics": "^0.1.2",
"gridsome": "^0.7.23",
2020-07-02 19:39:45 +02:00
"gridsome-plugin-tailwindcss": "^3.0.1"
},
"devDependencies": {
2020-10-07 13:58:02 +02:00
"netlify-plugin-gridsome-cache": "^1.0.3"
2020-07-02 19:44:10 +02:00
}
2020-10-07 13:58:02 +02:00
}