This commit is contained in:
Liam Newman 2021-11-30 12:01:43 -08:00
parent ca298891b6
commit baee71c5fc
2 changed files with 4087 additions and 19 deletions

4100
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -52,10 +52,11 @@
"config-chain": "^1.1.12",
"editorconfig": "^0.15.3",
"glob": "^7.1.3",
"nopt": "^5.0.0"
"nopt": "^5.0.0",
"npm": "^8.1.4"
},
"devDependencies": {
"ansi-regex": ">=5.0.1",
"ansi-regex": ">=6.0.1",
"benchmark": "^2.1.4",
"codemirror": "^5.56.0",
"jquery": "^3.5.1",
@ -65,6 +66,7 @@
"mustache": "^4.0.1",
"requirejs": "^2.3.6",
"serve": "^13.0.2",
"strip-ansi": ">=7.0.1",
"webpack": "^5.32.0",
"webpack-cli": "^4.6.0"
}