-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 876 Bytes
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
{
"name": "homee-terminal",
"version": "1.0.0",
"description": "See homee websocket traffic",
"author": "Pascal Mattes",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@mdi/font": "6.5.95",
"@nuxtjs/axios": "5.13.6",
"crypto-js": "4.1.1",
"json-formatter-js": "2.3.4",
"nuxt": "2.15.8",
"vue-native-websocket": "2.0.15",
"vuetify-toast-snackbar": "0.6.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "8.0.0",
"@nuxtjs/eslint-module": "3.0.2",
"@nuxtjs/vuetify": "1.12.3",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-nuxt": "3.1.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.5.1"
}
}