|
|
@ -7,7 +7,6 @@
|
|
|
|
"dev": "next",
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"start": "next start",
|
|
|
|
"test": "jest",
|
|
|
|
|
|
|
|
"test:e2e": "npm run cy:run --",
|
|
|
|
"test:e2e": "npm run cy:run --",
|
|
|
|
"deploy": "now",
|
|
|
|
"deploy": "now",
|
|
|
|
"prettier": "prettier --config .prettierrc --write {.,components,lib,pages}/*.js {components,lib,pages,packages}/**/*.js",
|
|
|
|
"prettier": "prettier --config .prettierrc --write {.,components,lib,pages}/*.js {components,lib,pages,packages}/**/*.js",
|
|
|
@ -23,7 +22,7 @@
|
|
|
|
"@reach/visually-hidden": "^0.1.4",
|
|
|
|
"@reach/visually-hidden": "^0.1.4",
|
|
|
|
"axios": "^0.19.0",
|
|
|
|
"axios": "^0.19.0",
|
|
|
|
"codemirror": "^5.48.2",
|
|
|
|
"codemirror": "^5.48.2",
|
|
|
|
"codemirror-graphql": "^0.8.3",
|
|
|
|
"codemirror-graphql": "^0.9.0",
|
|
|
|
"codemirror-mode-elixir": "^1.1.2",
|
|
|
|
"codemirror-mode-elixir": "^1.1.2",
|
|
|
|
"codemirror-solidity": "^0.1.6",
|
|
|
|
"codemirror-solidity": "^0.1.6",
|
|
|
|
"cross-env": "^5.2.0",
|
|
|
|
"cross-env": "^5.2.0",
|
|
|
@ -32,7 +31,7 @@
|
|
|
|
"dropperx": "^1.0.1",
|
|
|
|
"dropperx": "^1.0.1",
|
|
|
|
"eitherx": "^1.0.2",
|
|
|
|
"eitherx": "^1.0.2",
|
|
|
|
"escape-goat": "^2.1.0",
|
|
|
|
"escape-goat": "^2.1.0",
|
|
|
|
"firebase": "^6.2.0",
|
|
|
|
"firebase": "^6.4.0",
|
|
|
|
"graphql": "^14.3.1",
|
|
|
|
"graphql": "^14.3.1",
|
|
|
|
"highlight.js": "^9.15.9",
|
|
|
|
"highlight.js": "^9.15.9",
|
|
|
|
"lodash.debounce": "^4.0.8",
|
|
|
|
"lodash.debounce": "^4.0.8",
|
|
|
@ -56,18 +55,17 @@
|
|
|
|
"tohash": "^1.0.2"
|
|
|
|
"tohash": "^1.0.2"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@applitools/eyes-cypress": "^3.6.48",
|
|
|
|
"@applitools/eyes-cypress": "^3.6.50",
|
|
|
|
"all-contributors-cli": "^6.8.1",
|
|
|
|
"all-contributors-cli": "^6.8.1",
|
|
|
|
"babel-eslint": "^10.0.2",
|
|
|
|
"babel-eslint": "^10.0.2",
|
|
|
|
"cypress": "^3.4.1",
|
|
|
|
"cypress": "^3.4.1",
|
|
|
|
"eslint": "^6.1.0",
|
|
|
|
"eslint": "^6.2.0",
|
|
|
|
"eslint-plugin-import": "^2.18.2",
|
|
|
|
"eslint-plugin-import": "^2.18.2",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
|
|
"eslint-plugin-react": "^7.14.3",
|
|
|
|
"eslint-plugin-react": "^7.14.3",
|
|
|
|
"eslint-plugin-react-hooks": "^1.7.0",
|
|
|
|
"eslint-plugin-react-hooks": "^1.7.0",
|
|
|
|
"husky": "^3.0.3",
|
|
|
|
"husky": "^3.0.4",
|
|
|
|
"jest": "^24.8.0",
|
|
|
|
"lint-staged": "^9.2.3",
|
|
|
|
"lint-staged": "^9.2.1",
|
|
|
|
|
|
|
|
"now": "^16.1.1",
|
|
|
|
"now": "^16.1.1",
|
|
|
|
"now-release": "^0.0.2",
|
|
|
|
"now-release": "^0.0.2",
|
|
|
|
"wait-on": "^3.3.0"
|
|
|
|
"wait-on": "^3.3.0"
|
|
|
|