48 lines
988 B
JSON
48 lines
988 B
JSON
|
{
|
||
|
"name": "vue",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"build": "vue-cli-service build",
|
||
|
"lint": "vue-cli-service lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@wagmi/connectors": "4.1.14",
|
||
|
"@wagmi/core": "2.6.5",
|
||
|
"@web3modal/wagmi": "4.0.5",
|
||
|
"core-js": "3.36.0",
|
||
|
"viem": "2.7.9",
|
||
|
"vue": "3.4.19"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "7.12.16",
|
||
|
"@babel/eslint-parser": "7.12.16",
|
||
|
"@vue/cli-plugin-babel": "5.0.8",
|
||
|
"@vue/cli-plugin-eslint": "5.0.0",
|
||
|
"@vue/cli-service": "5.0.8",
|
||
|
"eslint": "7.32.0",
|
||
|
"eslint-plugin-vue": "8.0.3"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
|
"root": true,
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:vue/vue3-essential",
|
||
|
"eslint:recommended"
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"parser": "@babel/eslint-parser"
|
||
|
},
|
||
|
"rules": {}
|
||
|
},
|
||
|
"browserslist": [
|
||
|
"> 1%",
|
||
|
"last 2 versions",
|
||
|
"not dead",
|
||
|
"not ie 11"
|
||
|
]
|
||
|
}
|