Added codemirror and removed HTTPS

This commit is contained in:
Jay Gohil
2021-08-30 15:53:15 +05:30
committed by GitHub
parent b16e2cf5e9
commit 75ee66f61d
+2 -1
View File
@@ -9,6 +9,7 @@
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^4.5.2",
"@uiw/react-codemirror": "^3.2.1",
"@use-it/interval": "^1.0.0",
"babel-eslint": "^10.1.0",
"class-transformer": "^0.3.1",
@@ -67,7 +68,7 @@
"zone.js": "~0.8.26"
},
"scripts": {
"start": "set HTTPS=true&&react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"