@contentful/create-contentful-app
Advanced tools
Comparing version 0.3.1-canary to 0.3.1-canary-2
@@ -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"}} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26853