|
|
|
@ -17,25 +17,25 @@
|
|
|
|
|
"preinstall": "node ./node_modules/use-climate-change-reminder/index.js || exit 0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@next/bundle-analyzer": "^9.3.6",
|
|
|
|
|
"@reach/visually-hidden": "^0.10.1",
|
|
|
|
|
"acorn": "^7.1.1",
|
|
|
|
|
"@next/bundle-analyzer": "^9.4.4",
|
|
|
|
|
"@reach/visually-hidden": "^0.10.4",
|
|
|
|
|
"acorn": "^7.3.1",
|
|
|
|
|
"actionsack": "^0.0.13",
|
|
|
|
|
"axios": "^0.19.2",
|
|
|
|
|
"cm-show-invisibles": "^3.0.1",
|
|
|
|
|
"codemirror": "^5.53.2",
|
|
|
|
|
"codemirror-graphql": "^0.11.6",
|
|
|
|
|
"codemirror": "^5.55.0",
|
|
|
|
|
"codemirror-graphql": "^0.12.0",
|
|
|
|
|
"codemirror-mode-elixir": "^1.1.2",
|
|
|
|
|
"codemirror-solidity": "^0.2.2",
|
|
|
|
|
"date-fns": "^2.12.0",
|
|
|
|
|
"date-fns": "^2.14.0",
|
|
|
|
|
"dom-to-image": "^2.6.0",
|
|
|
|
|
"downshift": "^5.2.2",
|
|
|
|
|
"downshift": "^5.4.5",
|
|
|
|
|
"dropperx": "^1.0.1",
|
|
|
|
|
"eitherx": "^1.0.2",
|
|
|
|
|
"escape-goat": "^3.0.0",
|
|
|
|
|
"firebase": "^7.14.2",
|
|
|
|
|
"graphql": "^15.0.0",
|
|
|
|
|
"highlight.js": "^10.0.1",
|
|
|
|
|
"firebase": "^7.15.5",
|
|
|
|
|
"graphql": "^15.2.0",
|
|
|
|
|
"highlight.js": "^10.1.1",
|
|
|
|
|
"kind-of": "^6.0.3",
|
|
|
|
|
"lodash.debounce": "^4.0.8",
|
|
|
|
|
"lodash.omitby": "^4.6.0",
|
|
|
|
@ -43,13 +43,13 @@
|
|
|
|
|
"minimist": "^1.2.5",
|
|
|
|
|
"morphmorph": "^0.1.3",
|
|
|
|
|
"ms": "^2.1.2",
|
|
|
|
|
"next": "^9.4.0",
|
|
|
|
|
"next": "^9.4.4",
|
|
|
|
|
"next-offline": "^5.0.2",
|
|
|
|
|
"prettier": "^2.0.5",
|
|
|
|
|
"react": "^16.13.1",
|
|
|
|
|
"react-click-outside": "^3.0.0",
|
|
|
|
|
"react-codemirror2": "^7.1.0",
|
|
|
|
|
"react-color": "^2.18.0",
|
|
|
|
|
"react-codemirror2": "^7.2.1",
|
|
|
|
|
"react-color": "^2.18.1",
|
|
|
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
|
|
|
"react-dom": "^16.13.1",
|
|
|
|
|
"react-image-crop": "^6.0.16",
|
|
|
|
@ -61,20 +61,20 @@
|
|
|
|
|
"use-climate-change-reminder": "^0.0.7"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@applitools/eyes-cypress": "^3.10.2",
|
|
|
|
|
"all-contributors-cli": "^6.14.2",
|
|
|
|
|
"@applitools/eyes-cypress": "^3.12.1",
|
|
|
|
|
"all-contributors-cli": "^6.16.1",
|
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
|
"cypress": "^4.5.0",
|
|
|
|
|
"eslint": "^6.8.0",
|
|
|
|
|
"eslint-plugin-import": "^2.20.2",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
|
|
|
"eslint-plugin-react": "^7.19.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^3.0.0",
|
|
|
|
|
"cypress": "^4.9.0",
|
|
|
|
|
"eslint": "^7.3.1",
|
|
|
|
|
"eslint-plugin-import": "^2.22.0",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
|
|
|
"eslint-plugin-react": "^7.20.3",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.0.5",
|
|
|
|
|
"husky": "^4.2.5",
|
|
|
|
|
"lint-staged": "^10.2.0",
|
|
|
|
|
"now": "^18.0.0",
|
|
|
|
|
"lint-staged": "^10.2.11",
|
|
|
|
|
"now": "^19.1.1",
|
|
|
|
|
"now-release": "^0.0.2",
|
|
|
|
|
"wait-on": "^4.0.2"
|
|
|
|
|
"wait-on": "^5.0.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "12.x"
|
|
|
|
|