-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 949 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
{
"name": "smart-mirror-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 3000",
"build": "vue-cli-service build",
"deploy": "rm -rf ./dist/ && vue-cli-service build --mode production && scp -r -P 50 ./dist/* [email protected]:/var/www/smart-mirror/gui"
},
"dependencies": {
"@techassi/vue-youtube-iframe": "^1.0.3",
"@types/node": "^14.14.9",
"@types/vue": "^2.0.0",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"socket.io-client": "^3.0.3",
"vue": "^3.0.0",
"vue-class-component": "^8.0.0-0",
"vue-property-decorator": "^9.1.2",
"vue-socket.io-extended": "^5.0.0-alpha.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3"
}
}