-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.31 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
{
"name": "vue-nkn-chat",
"version": "0.2.5",
"private": false,
"license": "Apache-2.0",
"keywords": [
"NKN",
"blockchain",
"chat"
],
"description": "vue-nkn-chat",
"author": "heron",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name nknChat --dest lib packages/index.js"
},
"main": "./lib/nknChat.umd.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/iheron/vue-nkn-chat.git"
},
"dependencies": {
"core-js": "^2.6.5",
"js-cookie": "^2.2.1",
"moment": "^2.24.0",
"nkn-multiclient": "^0.1.2",
"nkn-wallet": "^0.4.8",
"register-service-worker": "^1.6.2",
"uuid": "^3.3.3",
"vue": "^2.6.10",
"vuetify": "^2.1.15"
},
"devDependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-regular-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@vue/cli-plugin-babel": "^3.12.0",
"@vue/cli-service": "^3.12.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-vuetify": "^2.0.2",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.0"
}
}