mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "wavelovers",
|
|
"description": "Wavelovers is a tool that can turn your gamepad into a vibration massager or simply a gamepad vibration and buttons test tool.",
|
|
"keywords": [
|
|
"wavelovers",
|
|
"gamepad-vibrator",
|
|
"gamepad-vibration-test-tool",
|
|
"gamepad-tester",
|
|
"gamepad-test-tool"
|
|
],
|
|
"version": "1.3.1",
|
|
"license": "GNU GPL v3",
|
|
"homepage": "https://wavelovers.ru/",
|
|
"author": {
|
|
"name": "Eugene Serb",
|
|
"email": "eugene.serb@gmail.com",
|
|
"url": "https://eugene-serb.github.io/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/eugene-serb/wavelovers.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/eugene-serb/wavelovers/issues/"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.8.3",
|
|
"vue": "^3.2.13",
|
|
"vue-meta-tag-updater": "^1.1.0",
|
|
"vue-query-router": "^1.1.0",
|
|
"vue-router": "^4.0.3",
|
|
"vuex": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
"@vue/cli-plugin-unit-jest": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
"@vue/test-utils": "^2.0.0-0",
|
|
"@vue/vue3-jest": "^27.0.0-alpha.1",
|
|
"babel-jest": "^27.0.6",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"jest": "^27.0.5",
|
|
"sass": "^1.32.7",
|
|
"sass-loader": "^12.0.0",
|
|
"ts-jest": "^27.0.4",
|
|
"typescript": "~4.5.5"
|
|
}
|
|
}
|