Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contentful/create-contentful-app

Package Overview
Dependencies
Maintainers
94
Versions
610
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/create-contentful-app - npm Package Compare versions

Comparing version 0.3.1-canary to 0.3.1-canary-2

78

package.json

@@ -1,77 +0,1 @@

{
"name": "@contentful/create-contentful-app",
"version": "0.3.1-canary",
"description": "A template for building Contentful Apps",
"author": "Contentful GmbH",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/contentful/create-contentful-app.git"
},
"engines": {
"node": ">=12"
},
"main": "template.json",
"files": [
"template",
"template.json",
"lib"
],
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "cz-customizable.config.js"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write",
"git add"
],
"*.css": [
"prettier --write",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"bin": {
"create-contentful-app": "lib/index.js"
},
"scripts": {
"commit": "git-cz",
"prettier": "prettier **/*.{js,jsx,ts,tsx} scripts/**/*.js --write --ignore-path .gitignore",
"commitmsg": "validate-commit-msg",
"dev": "MODE=local node ./lib/index.js",
"publish-all": "node scripts/deploy.js"
},
"dependencies": {
"chalk": "^4.1.0",
"contentful-management": "^5.27.3",
"create-react-app": "^4.0.1",
"cross-spawn": "^7.0.3",
"inquirer": "^7.2.0",
"open": "^7.0.2",
"tildify": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "8.3.4",
"babel-eslint": "10.0.3",
"commitizen": "^4.0.3",
"cz-customizable": "6.2.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-node": "11.0.0",
"husky": "4.2.1",
"lint-staged": "10.0.7",
"prettier": "1.19.1"
}
}
{"name":"@contentful/create-contentful-app","version":"0.3.1-canary-2","description":"A template for building Contentful Apps","author":"Contentful GmbH","license":"MIT","repository":{"type":"git","url":"https://github.com/contentful/create-contentful-app.git"},"engines":{"node":">=12"},"main":"template.json","files":["template","template.json","lib"],"config":{"commitizen":{"path":"node_modules/cz-customizable"},"cz-customizable":{"config":"cz-customizable.config.js"}},"lint-staged":{"*.{js,jsx,ts,tsx}":["eslint --fix","prettier --write","git add"],"*.css":["prettier --write","git add"]},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"bin":{"create-contentful-app":"lib/index.js"},"scripts":{"commit":"git-cz","prettier":"prettier **/*.{js,jsx,ts,tsx} scripts/**/*.js --write --ignore-path .gitignore","commitmsg":"validate-commit-msg","dev":"MODE=local node ./lib/index.js","publish-all":"node scripts/deploy.js"},"dependencies":{"chalk":"^4.1.0","contentful-management":"^5.27.3","create-react-app":"^4.0.1","cross-spawn":"^7.0.3","inquirer":"^7.2.0","open":"^7.0.2","tildify":"^2.0.0"},"devDependencies":{"@commitlint/cli":"^8.3.5","@commitlint/config-conventional":"8.3.4","babel-eslint":"10.0.3","commitizen":"^4.0.3","cz-customizable":"6.2.0","eslint":"6.8.0","eslint-config-prettier":"6.10.0","eslint-plugin-node":"11.0.0","husky":"4.2.1","lint-staged":"10.0.7","prettier":"1.19.1"}}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc