mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Spring cleaning '21, package edition
This commit is contained in:
parent
fc8b5b4abc
commit
f3ca6f11d0
14786
package-lock.json
generated
14786
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -4,10 +4,10 @@
|
|||||||
"description": "Apple II Emulator in JavaScript",
|
"description": "Apple II Emulator in JavaScript",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "webpack --mode=production",
|
"build": "webpack --mode=production",
|
||||||
"dev": "webpack-dev-server",
|
"dev": "webpack serve",
|
||||||
"index": "bin/index > json/disks/index.js",
|
"index": "bin/index > json/disks/index.js",
|
||||||
"lint": "eslint '**/*.js' '**/*.ts'",
|
"lint": "eslint '**/*.js' '**/*.ts'",
|
||||||
"start": "webpack-dev-server",
|
"start": "webpack serve",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -30,8 +30,8 @@
|
|||||||
"@typescript-eslint/eslint-plugin": "^4.6.1",
|
"@typescript-eslint/eslint-plugin": "^4.6.1",
|
||||||
"@typescript-eslint/parser": "^4.6.1",
|
"@typescript-eslint/parser": "^4.6.1",
|
||||||
"ajv": "^6.12.0",
|
"ajv": "^6.12.0",
|
||||||
"babel-jest": "^25.1.0",
|
"babel-jest": "^26.6.3",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^7.22.0",
|
||||||
"file-loader": "^6.0.0",
|
"file-loader": "^6.0.0",
|
||||||
"jest": "^26.6.3",
|
"jest": "^26.6.3",
|
||||||
"node-forge": "^0.10.0",
|
"node-forge": "^0.10.0",
|
||||||
@ -39,8 +39,8 @@
|
|||||||
"ts-jest": "^26.5.0",
|
"ts-jest": "^26.5.0",
|
||||||
"ts-loader": "^8.0.15",
|
"ts-loader": "^8.0.15",
|
||||||
"typescript": "^4.1.3",
|
"typescript": "^4.1.3",
|
||||||
"webpack": "^4.42.0",
|
"webpack": "^5.28.0",
|
||||||
"webpack-cli": "^3.3.11",
|
"webpack-cli": "^4.5.0",
|
||||||
"webpack-dev-server": "^3.11.0"
|
"webpack-dev-server": "^3.11.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user