-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1021 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1021 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
34
35
36
37
38
39
{
"name": "beechat",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@hiveio/dhive": "^0.14.1",
"@nuxtjs/pwa": "^3.0.2",
"axios": "^0.21.1",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.17.0",
"emoji-mart-vue-fast": "^7.0.4",
"emoji-regex": "^9.0.0",
"nuxt": "^2.14.5",
"triplesec": "^4.0.3",
"v-click-outside": "^3.1.2",
"vue-chat-scroll": "^1.4.0",
"vue-icon": "^2.1.2",
"vue-native-websocket": "^2.0.14",
"vue-pincode-input": "^0.3.0",
"vue-timeago": "^5.1.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-plugin-nuxt": "^1.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.2"
}
}