package.json dependency movement to dev deps; updated build field too

This commit is contained in:
2025-11-23 15:11:21 -06:00
parent 6bedb69909
commit c4ab66141c
2 changed files with 9 additions and 12 deletions

View File

View File

@@ -30,10 +30,7 @@
"icon": "./icos/", "icon": "./icos/",
"files": [ "files": [
"newton/", "newton/",
"build/", "build/"
"!node_modules/ace-builds/",
"!node_modules/web-streams-polyfill/",
"!node_modules/@angular/"
], ],
"mac": { "mac": {
"category": "public.app-category.developer-tools" "category": "public.app-category.developer-tools"
@@ -49,13 +46,7 @@
}, },
"postinstall": "electron-builder install-app-deps", "postinstall": "electron-builder install-app-deps",
"dependencies": { "dependencies": {
"@angular/cdk": "19.2.0",
"@angular/common": "19.2.0",
"@angular/core": "19.2.0",
"@angular/forms": "19.2.0",
"@angular/platform-browser": "19.2.0",
"@xterm/xterm": "5.5.0", "@xterm/xterm": "5.5.0",
"ace-builds": "1.43.0",
"ace-diff": "3.0.3", "ace-diff": "3.0.3",
"ace-layout": "1.5.0", "ace-layout": "1.5.0",
"ace-linters": "1.8.3", "ace-linters": "1.8.3",
@@ -66,16 +57,21 @@
"express": "4.18.2", "express": "4.18.2",
"marked": "16.4.0", "marked": "16.4.0",
"node-fetch": "3.3.2", "node-fetch": "3.3.2",
"node-pty": "^1.0.0", "node-pty": "1.0.0",
"rxjs": "7.8.0",
"socket.io": "4.8.1", "socket.io": "4.8.1",
"uuid": "11.1.0", "uuid": "11.1.0",
"zone.js": "0.15.0" "zone.js": "0.15.0"
}, },
"devDependencies": { "devDependencies": {
"ace-builds": "1.43.0",
"@angular-devkit/build-angular": "19.2.8", "@angular-devkit/build-angular": "19.2.8",
"@angular/cdk": "19.2.0",
"@angular/common": "19.2.0",
"@angular/core": "19.2.0",
"@angular/cli": "19.2.8", "@angular/cli": "19.2.8",
"@angular/compiler-cli": "19.2.0", "@angular/compiler-cli": "19.2.0",
"@angular/forms": "19.2.0",
"@angular/platform-browser": "19.2.0",
"@types/express": "4.17.17", "@types/express": "4.17.17",
"@types/jasmine": "5.1.0", "@types/jasmine": "5.1.0",
"@types/node": "18.18.0", "@types/node": "18.18.0",
@@ -91,6 +87,7 @@
"karma-jasmine": "5.1.0", "karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0", "karma-jasmine-html-reporter": "2.1.0",
"nanoevents": "9.1.0", "nanoevents": "9.1.0",
"rxjs": "7.8.0",
"tree-sitter": "0.21.1", "tree-sitter": "0.21.1",
"tree-sitter-bash": "0.23.2", "tree-sitter-bash": "0.23.2",
"tree-sitter-c": "0.23.1", "tree-sitter-c": "0.23.1",