-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
117 lines (117 loc) · 2.92 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "clovers-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix"
},
"pre-commit": [
"lint"
],
"dependencies": {
"@portis/web3": "3.0.10",
"@walletconnect/web3-provider": "^1.4.1",
"animate.css": "^3.7.0",
"axios": "^0.21.1",
"basscss": "^8.1.0",
"basscss-addons": "https://github.com/n-kort/addons.git",
"basscss-responsive-states": "^1.0.6",
"bignumber.js": "^4.1.0",
"bottleneck": "^2.6.0",
"canvas-confetti": "^0.3.0",
"chart.js": "^2.7.2",
"clovers-contracts": "2.2.0",
"clovers-reversi": "1.0.21",
"copy-to-clipboard": "^3.2.0",
"debounce": "^1.2.0",
"decimal.js": "^10.2.0",
"ethereum-ens": "^0.8.0",
"ethjs": "^0.2.9",
"fortmatic": "^0.8.2",
"fs": "0.0.1-security",
"lazysizes": "^5.2.1",
"moment": "^2.24.0",
"node-emoji": "^1.10.0",
"patternomaly": "^1.3.2",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.1.0",
"register-service-worker": "^1.6.2",
"sha3": "^2.1.4",
"shelljs": "^0.7.8",
"socket.io-client": "^4.0.1",
"truffle-contract": "^2.0.5",
"underscore": "^1.9.1",
"vue": "^2.5.13",
"vue-chartjs": "^3.4.0",
"vue-chat-scroll": "^1.3.4",
"vue-click-outside": "^1.1.0",
"vue-head": "^2.1.0",
"vue-router": "^3.0.1",
"vue-scrollto": "^2.15.0",
"vue-touch": "^2.0.0-beta.4",
"vuex": "^3.1.1",
"web3": "^1.2.0",
"web3modal": "^1.9.3",
"xss": "^0.3.7"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.6",
"@vue/cli-plugin-eslint": "^3.0.0-beta.6",
"@vue/cli-plugin-pwa": "^3.0.0-beta.6",
"@vue/cli-service": "^3.0.0-beta.6",
"@vue/eslint-config-standard": "^3.0.0-beta.6",
"@vue/test-utils": "^1.0.0-beta.10",
"chai": "^4.1.2",
"postcss-color-function": "^4.0.1",
"postcss-import": "^11.1.0",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^5.0.0",
"pre-commit": "^1.2.2",
"precss": "^3.1.2",
"vue-template-compiler": "^2.5.13",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.0",
"webpack-command": "^0.4.1",
"worker-loader": "^2.0.0"
},
"babel": {
"presets": [
"@vue/app"
]
},
"eslintConfig": {
"rules": {
"no-unused-vars": 0,
"no-console": 0,
"no-inner-declarations": 0,
"import/no-webpack-loader-syntax": 0,
"no-mixed-operators": 0,
"no-new": 0
},
"root": false,
"parserOptions": {
"parser": "babel-eslint"
},
"extends": [
"plugin:vue/base",
"standard"
],
"globals": {
"require": true,
"process": true,
"global": true,
"module": true,
"web3": true,
"ga": true,
"import": true
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}