2019-01-13 01:52:43 +00:00
|
|
|
{
|
|
|
|
|
"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": {
|
2019-12-31 17:28:17 +00:00
|
|
|
"fathom-client": "^2.0.2",
|
2020-02-18 13:25:54 +00:00
|
|
|
"next": "^9.2.2",
|
2020-02-25 13:23:46 +00:00
|
|
|
"next-seo": "^4.4.0",
|
2019-11-15 13:29:58 +00:00
|
|
|
"react": "^16.12.0",
|
2019-09-13 15:51:31 +00:00
|
|
|
"react-clipboard.js": "^2.0.16",
|
2019-11-15 13:35:18 +00:00
|
|
|
"react-dom": "^16.12.0",
|
2020-01-06 13:19:57 +00:00
|
|
|
"react-markdown": "^4.3.1",
|
2019-10-31 13:33:08 +00:00
|
|
|
"styled-components": "^4.4.1",
|
2019-01-17 01:25:14 +00:00
|
|
|
"throttle-debounce": "^2.1.0"
|
2019-01-13 01:52:43 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-01-30 13:25:31 +00:00
|
|
|
"@babel/core": "^7.8.4",
|
2020-01-13 13:25:38 +00:00
|
|
|
"@babel/plugin-transform-flow-strip-types": "^7.8.0",
|
2020-01-14 13:25:48 +00:00
|
|
|
"@babel/preset-flow": "^7.8.3",
|
2020-02-12 13:27:43 +00:00
|
|
|
"@cypress/browserify-preprocessor": "^2.1.4",
|
2019-09-07 14:03:38 +00:00
|
|
|
"babel-eslint": "^10.0.3",
|
2020-01-27 13:23:17 +00:00
|
|
|
"babel-plugin-styled-components": "^1.10.7",
|
2019-10-24 13:43:09 +00:00
|
|
|
"babel-plugin-transform-define": "^2.0.0",
|
2020-02-17 13:16:13 +00:00
|
|
|
"cypress": "^4.0.2",
|
2019-12-23 13:17:50 +00:00
|
|
|
"eslint": "^6.8.0",
|
2019-08-28 15:31:42 +00:00
|
|
|
"eslint-config-airbnb": "^18.0.1",
|
2020-01-28 13:26:58 +00:00
|
|
|
"eslint-config-prettier": "^6.10.0",
|
2020-02-03 13:25:17 +00:00
|
|
|
"eslint-config-react-app": "^5.2.0",
|
2020-01-13 13:20:48 +00:00
|
|
|
"eslint-plugin-flowtype": "^4.6.0",
|
2020-02-03 13:18:32 +00:00
|
|
|
"eslint-plugin-import": "^2.20.1",
|
2019-08-28 15:31:42 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
2019-12-16 13:19:11 +00:00
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
2020-02-03 13:18:03 +00:00
|
|
|
"eslint-plugin-react": "^7.18.3",
|
2020-02-07 13:25:26 +00:00
|
|
|
"flow-bin": "^0.118.0",
|
2020-02-09 23:10:43 +00:00
|
|
|
"lint-staged": "^10.0.7",
|
2019-11-11 13:19:39 +00:00
|
|
|
"prettier": "^1.19.1",
|
2019-11-18 13:19:32 +00:00
|
|
|
"prettier-eslint": "^9.0.1"
|
2019-01-13 01:52:43 +00:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
}
|