-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 946 Bytes
/
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
{
"name": "drummer-app",
"version": "0.1.0",
"license": "GPL-3.0-or-later",
"private": true,
"homepage": "https://github.com/simduchaine/DrumSensor-Vuejs-App#readme",
"repository": {
"type" : "git",
"url" : "https://github.com/simduchaine/DrumSensor-Vuejs-App.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"express": "^4.16.4",
"howler": "^2.0.15",
"serialport": "^7.0.2",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"uws": "^10.148.1",
"vue": "^2.5.17",
"vue-socket.io": "^2.1.1-b"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-plugin-eslint": "^3.0.3",
"@vue/cli-service": "^3.0.3",
"@vue/eslint-config-standard": "^3.0.4",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
}
}