You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.5 KiB
52 lines
1.5 KiB
{
|
|
"name": "app_app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"deploy:prod": "npm run build && scp -r ./dist/* vpsDcminer:/data/wwwroot/netdisk"
|
|
},
|
|
"dependencies": {
|
|
"@antv/l7": "^2.15.5",
|
|
"@antv/l7-maps": "^2.15.5",
|
|
"@ipld/car": "^2.1.0",
|
|
"@mapbox/mapbox-gl-language": "^1.0.1",
|
|
"@scure/bip39": "^1.2.0",
|
|
"@walletconnect/client": "^1.7.8",
|
|
"@walletconnect/qrcode-modal": "^1.7.8",
|
|
"@walletconnect/web3-provider": "^1.7.8",
|
|
"@zondax/filecoin-signing-tools": "2.0.0",
|
|
"axios": "^1.4.0",
|
|
"browser-readablestream-to-it": "^1.0.2",
|
|
"clipboard": "^2.0.11",
|
|
"core-js": "^3.8.3",
|
|
"dayjs": "^1.11.8",
|
|
"echarts": "^5.4.2",
|
|
"ethereumjs-util": "^7.1.5",
|
|
"ipfs-car": "^1.0.0",
|
|
"ipfs-unixfs-importer": "^15.1.5",
|
|
"js-md5": "^0.7.3",
|
|
"mapbox-gl": "^2.15.0",
|
|
"moment": "^2.29.4",
|
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
|
"svg-sprite-loader": "^6.0.11",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-i18n": "^8.28.2",
|
|
"vue-router": "^3.5.1",
|
|
"vuex": "^3.6.2",
|
|
"vuex-persistedstate": "^4.1.0",
|
|
"web3": "^1.10.0",
|
|
"webpack": "^5.88.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"less": "^4.0.0",
|
|
"less-loader": "^8.0.0",
|
|
"vue-json-excel": "^0.3.0",
|
|
"vue-template-compiler": "^2.6.14"
|
|
}
|
|
}
|