forked from txstreet/txstreet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.09 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
{
"name": "txstreet",
"version": "2.0.0",
"private": true,
"description": "TxStreet Frontend",
"author": {
"name": "tomx-eth"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"create-env": "printenv > .env"
},
"dependencies": {
"@walletconnect/web3-provider": "^1.7.1",
"authereum": "^0.1.14",
"bchaddrjs": "^0.4.9",
"bulma": "^0.8.1",
"bulma-extensions": "^6.2.7",
"bulma-multiselect": "^0.0.9",
"circular-dependency-plugin": "^5.2.0",
"copy-webpack-plugin": "^6.0.3",
"core-js": "^3.6.5",
"date-fns": "^2.19.0",
"detect-gpu": "^4.0.20",
"interactjs": "^1.10.2",
"lightweight-charts": "^3.7.0",
"phaser": "3.60.0-beta.4",
"phaser3-rex-plugins": "^1.1.63",
"rainbow-colors-array": "^0.0.31",
"sanitize-html": "^2.4.0",
"socket.io-client": "^4.3.2",
"vue": "^2.7.14",
"vue-bar-graph": "^1.3.0",
"vue-i18n": "^8.24.1",
"vue-multiselect": "^2.1.6",
"vue-toastification": "^1.7.11",
"vue-virtual-scroll-list": "^2.3.3",
"web3": "^1.7.0",
"web3modal": "^1.9.8",
"yarn": "^1.22.11"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.12",
"@vue/cli-plugin-eslint": "~4.5.12",
"@vue/cli-plugin-typescript": "~4.5.12",
"@vue/cli-service": "~4.5.12",
"@vue/eslint-config-typescript": "^5.0.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"typescript": "~4.1.5",
"vue-cli-plugin-i18n": "^2.0.2",
"vue-cli-plugin-webpack-bundle-analyzer": "~4.0.0",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript"
],
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"license": "MIT"
}