-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@vastiny/remote-control-server",
"version": "2.0.3",
"description": "Remote control your computer keyboard and trackpad.",
"main": "server/index.js",
"scripts": {
"start": "node ./bin/www",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-watch": "vue-cli-service build --watch",
"lint": "vue-cli-service lint"
},
"keywords": [
"remote control",
"remote access",
"keyboard",
"trackpad"
],
"author": "yantze",
"repository": "https://github.com/yantze/remote-control-server",
"license": "GPL-3.0-or-later",
"dependencies": {
"@uppy/core": "^1.0.0",
"@uppy/progress-bar": "^1.0.0",
"@uppy/tus": "^1.0.0",
"clipboardy": "^2.0.0",
"copy-to-clipboard": "^3.2.0",
"drag-drop": "^4.2.0",
"express": "^4.16.3",
"lodash": "^4.17.11",
"register-service-worker": "^1.0.0",
"robotjs": "^0.6.0",
"seamless-immutable": "^7.1.4",
"socket.io": "^2.1.1",
"tus-node-server": "^0.3.2",
"vue-socket.io": "^3.0.7",
"vuex": "^3.1.1"
},
"devDependencies": {
"@types/hammerjs": "^2.0.35",
"@types/socket.io-client": "^1.4.32",
"@vue/cli-plugin-pwa": "^3.0.1",
"@vue/cli-plugin-typescript": "^3.0.1",
"@vue/cli-service": "^4.5.11",
"hammerjs": "^2.0.8",
"tslint": "^5.16.0",
"typescript": "^3.4.5",
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}