-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
64 lines (64 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
64
{
"name": "vuex-bitshares",
"version": "0.2.4",
"description": "Vue way to build DAP's on bitshares net",
"main": "src/index.js",
"scripts": {
"test": "jest",
"lint": "eslint ./**/*.{vue,js}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrustyFund/vuex-bitshares.git"
},
"keywords": [
"bitshares",
"vuex",
"dap",
"blockchain"
],
"author": "trusty",
"license": "ISC",
"bugs": {
"url": "https://github.com/TrustyFund/vuex-bitshares/issues"
},
"homepage": "https://github.com/TrustyFund/vuex-bitshares#readme",
"dependencies": {
"bitsharesjs": "^1.4.1",
"bitsharesjs-ws": "^1.3.1",
"js-cookie": "^2.2.0"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.10",
"babel-cli": "^6.0.0",
"babel-jest": "^23.6.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-vue": "latest",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-vue": "latest",
"inject-loader": "^4.0.1",
"jasmine": "^3.2.0",
"jest": "^23.6.0",
"jsdom": "^12.0.0",
"jsdom-global": "^3.0.2",
"vue": "^2.5.13",
"vue-template-compiler": "^2.5.13",
"vue-test-utils": "^1.0.0-beta.11",
"vuex": "^3.0.1"
},
"jest": {
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest"
},
"verbose": true,
"transformIgnorePatterns": []
}
}