mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
0f79fdf813
- updated version.
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "wavelovers",
|
|
"description": "Wavelovers. Use your device vibration correctly. Make a massager out of a gamepad.",
|
|
"keywords": [ "wavelovers", "gamepad-vibrator", "gamepad-test-tool", "gamepad-vibration-test-tool" ],
|
|
"version": "1.0.13",
|
|
"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": "https://github.com/eugene-serb/wavelovers/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/eugene-serb/wavelovers/issues/"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.8.3",
|
|
"vue": "^3.2.13",
|
|
"vue-router": "^4.0.3",
|
|
"vuex": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@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-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"sass": "^1.32.7",
|
|
"sass-loader": "^12.0.0",
|
|
"typescript": "~4.5.5"
|
|
}
|
|
}
|
|
|