Spring cleaning '21, package edition

This commit is contained in:
Will Scullin 2021-03-25 07:48:47 -07:00
parent fc8b5b4abc
commit f3ca6f11d0
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
2 changed files with 3516 additions and 11316 deletions

14820
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,10 @@
"description": "Apple II Emulator in JavaScript",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack-dev-server",
"dev": "webpack serve",
"index": "bin/index > json/disks/index.js",
"lint": "eslint '**/*.js' '**/*.ts'",
"start": "webpack-dev-server",
"start": "webpack serve",
"test": "jest"
},
"engines": {
@ -30,8 +30,8 @@
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"ajv": "^6.12.0",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"babel-jest": "^26.6.3",
"eslint": "^7.22.0",
"file-loader": "^6.0.0",
"jest": "^26.6.3",
"node-forge": "^0.10.0",
@ -39,8 +39,8 @@
"ts-jest": "^26.5.0",
"ts-loader": "^8.0.15",
"typescript": "^4.1.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {