Files
Bridge-Multi/package.json
2020-03-05 18:47:37 -05:00

78 lines
2.6 KiB
JSON

{
"name": "bridge",
"version": "0.0.0",
"description": "A handy CloneHero library management tool with built in chart searching and downloading.",
"homepage": "https://github.com/Geomitron/Bridge",
"license": "GPL-3.0",
"author": {
"name": "Geo",
"email": "geomitron@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Geomitron/Bridge"
},
"main": "dist/electron/main.js",
"private": true,
"scripts": {
"start": "run-p serve:angular serve:electron",
"serve:electron": "wait-on http-get://localhost:4200/ && nodemon --exec \"tsc -p tsconfig.electron.json && electron . --dev\" --watch src/electron -e ts",
"lint": "ng lint",
"clean": "rimraf dist release",
"build:windows": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build --windows",
"build:mac": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build --mac",
"build:linux": "ng build -c production && tsc -p tsconfig.electron.json && electron-builder build --linux",
"serve:angular": "ng serve"
},
"dependencies": {
"7zip-bin": "^5.0.3",
"@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"@types/cli-color": "^2.0.0",
"@types/electron-window-state": "^2.0.33",
"@types/mysql": "^2.15.8",
"@types/needle": "^2.0.4",
"@types/underscore": "^1.9.4",
"cli-color": "^2.0.0",
"electron-window-state": "^5.0.3",
"fomantic-ui": "^2.8.3",
"jquery": "^3.4.1",
"mysql": "^2.18.1",
"needle": "^2.3.2",
"node-7z": "^2.0.5",
"node-unrar-js": "^0.8.1",
"rxjs": "~6.4.0",
"sanitize-filename": "^1.6.3",
"tslib": "^1.10.0",
"underscore": "^1.9.2",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.25",
"@angular-eslint/builder": "0.0.1-alpha.18",
"@angular/cli": "^8.3.25",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "11.15.0",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"electron": "^7.1.12",
"electron-builder": "^22.3.2",
"electron-reload": "^1.5.0",
"eslint": "^6.8.0",
"nodemon": "^2.0.2",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3",
"wait-on": "^4.0.0"
}
}