-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.39 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "atticlab-eos-wallet",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "vue-cli-service build --no-clean",
"dev": "vue-cli-service serve"
},
"keywords": [
"scatter",
"blockchain",
"signatures",
"eos",
"ethereum"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/vue-fontawesome": "^0.1.1",
"@ledgerhq/hw-transport-u2f": "^4.21.0",
"asn1-ber": "^1.0.9",
"assert": "^1.4.1",
"axios": "^0.18.0",
"bip32-path": "^0.4.2",
"chart.js": "^2.7.2",
"element-ui": "^2.4.4",
"eosjs": "^16.0.0",
"eosjs-ecc": "^4.0.4",
"fcbuffer": "^2.2.2",
"fullcalendar": "^3.6.2",
"google-maps": "^3.2.1",
"jquery": "^3.2.1",
"json-formatter-js": "^2.2.1",
"jvectormap-next": "^3.0.0",
"lodash": "^4.17.11",
"microseconds": "^0.1.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"perfect-scrollbar": "0.7.1",
"scatter-js": "^2.5.2",
"scatterjs-core": "2.3.8",
"scatterjs-plugin-eosjs": "1.3.7",
"sweetalert2": "^6.11.4",
"vee-validate": "^2.1.0-beta.6",
"vue": "^2.5.16",
"vue-analytics": "^5.16.0",
"vue-chartjs": "^3.3.2",
"vue-clickaway": "^2.2.2",
"vue-clipboard2": "^0.2.1",
"vue-notifyjs": "^0.4.3",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.1",
"vue2-transitions": "^0.2.3",
"vuex": "^3.0.1",
"webpack": "^4.23.1",
"vue-markdown": "^2.2.4"
},
"devDependencies": {
"@babel/runtime": "^7.1.5",
"@vue/cli-plugin-babel": "^3.0.0-rc.11",
"@vue/cli-service": "^3.0.0-rc.11",
"babel-eslint": "^8.2.1",
"babel-plugin-component": "^1.1.1",
"es6-promise": "^4.2.4",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"vue-template-compiler": "^2.5.16"
},
"description": "A premium Vue.js admin dashboard for bootstrap. Coded by Cristi Jora, designed by Creative Tim.",
"author": "Evgeny Fern <[email protected]>",
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}