gatsby-source-tilda
Version:
Gatsby source plugin for building websites using the tilda.cc CMS as a data source
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "gatsby-source-tilda",
"version": "3.1.0",
"description": "Gatsby source plugin for building websites using the tilda.cc CMS as a data source",
"main": "gatsby-node.js",
"scripts": {
"build": "tsc",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "tsc --noEmit --watch"
},
"engines": {
"node": ">=14"
},
"author": "dmalexeev",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-tilda",
"tilda"
],
"dependencies": {
"@babel/runtime": "^7.16.7",
"axios": "^1.4.0",
"gatsby-source-filesystem": "^4.5.1",
"is-online": "^9.0.1",
"p-queue": "^8.0.1",
"progress": "^2.0.3"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.7",
"@periodica-press/linters": "^2.0.5",
"@types/progress": "^2.0.5",
"babel-preset-gatsby-package": "^2.5.0",
"cross-env": "^7.0.3",
"typescript": "^5.0.4"
},
"peerDependencies": {
"gatsby": "^4.0.0"
},
"bugs": {
"url": "https://github.com/periodica-press/gatsby-source-tilda/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/periodica-press/gatsby-source-tilda.git"
}
}