mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Bumps [@cypress/browserify-preprocessor](https://github.com/cypress-io/cypress-browserify-preprocessor) from 2.1.4 to 2.2.1. - [Release notes](https://github.com/cypress-io/cypress-browserify-preprocessor/releases) - [Commits](https://github.com/cypress-io/cypress-browserify-preprocessor/compare/v2.1.4...v2.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
72 lines
2 KiB
JSON
72 lines
2 KiB
JSON
{
|
|
"name": "security-checklist",
|
|
"version": "0.1.0",
|
|
"description": "A checklist for staying safe on the internet",
|
|
"scripts": {
|
|
"now-build": "next build",
|
|
"dev": "next",
|
|
"start": "next start",
|
|
"build": "next build",
|
|
"flow": "flow",
|
|
"flow start": "flow start",
|
|
"flow stop": "flow stop",
|
|
"flow status": "flow status",
|
|
"flow coverage": "flow coverage",
|
|
"prettier": "prettier",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run",
|
|
"lint:staged": "lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"fathom-client": "^2.0.3",
|
|
"next": "^9.3.4",
|
|
"next-seo": "^4.4.0",
|
|
"react": "^16.13.1",
|
|
"react-clipboard.js": "^2.0.16",
|
|
"react-dom": "^16.13.1",
|
|
"react-markdown": "^4.3.1",
|
|
"styled-components": "^4.4.1",
|
|
"throttle-debounce": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
|
|
"@babel/preset-flow": "^7.9.0",
|
|
"@cypress/browserify-preprocessor": "^2.2.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-styled-components": "^1.10.7",
|
|
"babel-plugin-transform-define": "^2.0.0",
|
|
"cypress": "^4.3.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.1.0",
|
|
"eslint-config-prettier": "^6.10.1",
|
|
"eslint-config-react-app": "^5.2.1",
|
|
"eslint-plugin-flowtype": "^4.7.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"flow-bin": "^0.122.0",
|
|
"lint-staged": "^10.1.1",
|
|
"prettier": "^2.0.2",
|
|
"prettier-eslint": "^9.0.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"prettier --write",
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"pre-commit": "lint:staged",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/brianlovin/security-checklist.git"
|
|
},
|
|
"author": "Brian Lovin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/brianlovin/security-checklist/issues"
|
|
},
|
|
"homepage": "https://github.com/brianlovin/security-checklist#readme"
|
|
}
|