successfully imports nodeaudio, add yarnrc.yml for registry config

This commit is contained in:
Andrew Gundersen 2021-08-19 15:11:14 -05:00
commit c52ea2bcd2
10 changed files with 302 additions and 45224 deletions

View file

@ -1,5 +1,6 @@
{
"name": "Crimata",
"productName": "crimata-messenger",
"version": "1.0.0-beta.0",
"private": true,
"description": "Cross-platform messenger application built with electron, vue3, and TS.",
@ -14,7 +15,7 @@
},
"main": "background.js",
"dependencies": {
"@google-cloud/speech": "^4.2.0",
"@crimata/nodeaudio": "^0.0.0",
"@types/animejs": "^3.1.2",
"@types/bindings": "^1.3.0",
"@types/dom-mediacapture-record": "^1.0.7",
@ -27,12 +28,9 @@
"electron-is-dev": "^2.0.0",
"electron-store": "^8.0.0",
"electron-updater": "^4.3.8",
"iohook": "^0.9.3",
"mitt": "^2.1.0",
"naudiodon": "^2.3.2",
"node-abi": "^2.30.0",
"node-record-lpcm16": "^1.0.1",
"update-electron-app": "^2.0.1",
"uuid": "^8.3.2",
"vue": "^3.0.0-0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
@ -67,7 +65,22 @@
"spectron": "11.0.0",
"typescript": "~3.9.3",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.6",
"vue-jest": "^5.0.0-0"
"vue-jest": "^5.0.0-0",
"webpack-node-externals": "^3.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint",
"git add"
]
},
"repository": {
"type": "git",
"url": "https://gitlab.com/crimata/electron.git",
"release": "latest"
},
"vue": {
"lintOnSave": false,
@ -86,35 +99,5 @@
}
}
}
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint",
"git add"
]
},
"productName": "crimata-messenger",
"repository": {
"type": "git",
"url": "https://gitlab.com/crimata/electron-app.git",
"release": "latest"
},
"iohook": {
"targets": [
"node-83",
"electron-85"
],
"platforms": [
"win32",
"darwin",
"linux"
],
"arches": [
"x64",
"ia32"
]
}
}