forked from qtumproject/qtuminfo-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 KB
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
49
{
"name": "vipsinfo-ui",
"version": "0.0.1",
"description": "An open-source frontend for the VIPSTARCOIN info API",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vipstar-dev/vipsinfo-ui.git"
},
"keywords": [
"VIPSTARCOIN",
"VIPSTARCOIN info",
"VIPSTARCOIN explorer"
],
"author": "y-chan<y-chan@y-chan.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vipstar-dev/vipsinfo-ui/issues"
},
"homepage": "https://github.com/vipstar-dev/vipsinfo-ui#readme",
"dependencies": {
"axios": "^0.19.0",
"bn.js": "^5.0.0",
"bs58": "^4.0.1",
"buffer": "^5.4.3",
"crypto-browserify": "^3.12.0",
"moment": "^2.24.0",
"nuxt": "^2.9.2",
"vue-i18n": "^8.14.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.1",
"@nuxt/types": "^2.15.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxt/typescript-runtime": "^2.1.0",
"bulma": "^0.7.5",
"echarts": "^4.3.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"socket.io-client": "^2.2.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"yaml-loader": "^0.5.0"
}
}