-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.68 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
{
"name": "razor-synth",
"private": true,
"main": "src/index.js",
"directories": {
"test": "test"
},
"engines": {
"node": "^12.6.0"
},
"scripts": {
"test": "standard",
"migrate": "truffle migrate",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrishikeshio/minter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hrishikeshio/minter/issues"
},
"homepage": "https://github.com/hrishikeshio/minter#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.7",
"@openzeppelin/contracts": "^2.3.0",
"axios": "^0.19.0",
"bignumber.js": "^9.0.0",
"core-js": "^2.6.5",
"kraken-api": "^1.0.0",
"lodash": "^4.17.15",
"register-service-worker": "^1.6.2",
"truffle-hdwallet-provider": "^1.0.16",
"vue": "^2.6.10",
"vue-analytics": "^5.17.2",
"vue-axios": "^2.1.4",
"vue-element-loading": "^1.1.5",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"web3": "^1.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"fibers": "^4.0.1",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"standard": "^13.1.0",
"vue-template-compiler": "^2.6.10"
}
}