77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"name": "Crimata",
|
|
"productName": "crimata-messenger",
|
|
"description": "Cross-platform messenger application built with electron, vue3, and TS.",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Enrique Hernandez"
|
|
},
|
|
"scripts": {
|
|
"dev": "yarn electron:serve",
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"lint": "vue-cli-service lint",
|
|
"electron:build": "vue-cli-service electron:build",
|
|
"electron:serve": "vue-cli-service electron:serve",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"postuninstal": "electron-builder install-app-deps"
|
|
},
|
|
"main": "background.js",
|
|
"dependencies": {
|
|
"@google-cloud/speech": "^4.2.0",
|
|
"@types/animejs": "^3.1.2",
|
|
"@types/bindings": "^1.3.0",
|
|
"@types/dom-mediacapture-record": "^1.0.7",
|
|
"@types/node": "^14.14.25",
|
|
"@types/uuid": "^8.3.0",
|
|
"@types/ws": "^7.2.7",
|
|
"animejs": "^3.2.0",
|
|
"core-js": "^3.6.5",
|
|
"mitt": "^2.1.0",
|
|
"naudiodon": "^2.3.2",
|
|
"node-record-lpcm16": "^1.0.1",
|
|
"vue": "^3.0.0-0",
|
|
"vue-router": "^4.0.0-0",
|
|
"vuex": "^4.0.0-0",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.19",
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
"@typescript-eslint/parser": "^2.33.0",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
"@vue/cli-plugin-unit-jest": "~4.5.0",
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.0-0",
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
"@vue/test-utils": "^2.0.0-0",
|
|
"@wasm-tool/wasm-pack-plugin": "^1.3.1",
|
|
"electron": "^9.0.0",
|
|
"electron-devtools-installer": "^3.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^7.0.0-0",
|
|
"lint-staged": "^9.5.0",
|
|
"node-sass": "^4.12.0",
|
|
"optimize-wasm-webpack-plugin": "^1.0.12",
|
|
"sass-loader": "^8.0.2",
|
|
"spectron": "^11.0.0",
|
|
"typescript": "~3.9.3",
|
|
"vue-cli-plugin-electron-builder": "~2.0.0-rc.4",
|
|
"vue-jest": "^5.0.0-0"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue,ts,tsx}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|