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

@contentful/cra-template-create-contentful-app

Package Overview
Dependencies
Maintainers
98
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.2 to 0.4.3-alpha.288

79

package.json
{
"name": "@contentful/cra-template-create-contentful-app",
"version": "0.4.2",
"version": "0.4.3-alpha.288+c9cf58b",
"description": "A template for building Contentful Apps",

@@ -11,78 +11,15 @@ "author": "Contentful GmbH",

},
"engines": {
"node": ">=12 <15",
"npm": ">=6 <7"
},
"main": "template.json",
"main": "../create-contentful-app/template.json",
"files": [
"template",
"template.json",
"lib"
"../create-contentful-app/template",
"../create-contentful-app/template.json",
"../create-contentful-app/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"
"create-contentful-app": "../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",
"lint": "eslint ./lib ./scripts",
"lint:fix": "npm run lint -- --fix",
"test": "mocha ./test/*.test.js",
"test:watch": "npm t -- --watch"
"publish": "npm publish --dry-run"
},
"dependencies": {
"chalk": "^4.1.0",
"contentful-management": "^7.5.1",
"create-react-app": "^4.0.1",
"cross-spawn": "^7.0.3",
"inquirer": "^8.0.0",
"open": "^8.0.1",
"tildify": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "12.0.1",
"@octokit/rest": "18.5.2",
"babel-eslint": "10.1.0",
"commitizen": "^4.0.3",
"cz-customizable": "6.3.0",
"eslint": "7.23.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-node": "11.1.0",
"husky": "^4.3.8",
"lint-staged": "10.5.4",
"mocha": "^8.2.1",
"prettier": "2.2.1",
"proxyquire": "^2.1.3",
"simple-git": "2.37.0",
"sinon": "^10.0.0"
}
"gitHead": "c9cf58bf5f89e8940b93c2571161065e1c8a0f46"
}
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