-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "vechain-token-transfer",
"version": "2.2.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"publish": "rm -r docs && mkdir -p docs && cp -r dist/. docs/",
"fix": "./node_modules/.bin/eslint src --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/vue-fontawesome": "^0.1.5",
"@vechain/picasso": "^2.0.0",
"bignumber.js": "^8.0.2",
"bootstrap-vue": "^2.0.0-rc.11",
"copy-to-clipboard": "^3.0.8",
"crypto-js": "^3.1.9-1",
"keccak": "^2.0.0",
"papaparse": "^5.2.0",
"randombytes": "^2.1.0",
"scrypt-js": "^2.0.4",
"secp256k1": "^3.6.1",
"semver": "^5.6.0",
"uuid": "^3.3.2",
"vue": "^2.5.21",
"vue-github-button": "^1.0.8",
"vue-i18n": "^8.7.0",
"vue-toasted": "^1.1.26",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vechain/connex": "^0.6.1",
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.5.21"
},
"engines": {
"yarn": "YARN NO LONGER USED - use npm instead."
}
}