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.
 
 
 
 

85 lines
2.4 KiB

{
"name": "nostr-watch",
"version": "0.0.17",
"private": true,
"scripts": {
"prebuild": "node ./scripts/geo.js",
"serve": "vue-cli-service serve --host localhost",
"build": "yarn prebuild && vue-cli-service build",
"watch": "yarn prebuild && vue-cli-service build --watch",
"lint": "vue-cli-service lint",
"docker": "yarn docker:build && yarn docker:tag && yarn docker:push",
"docker:up": "docker-compose up",
"docker:build": "docker build . -t nostr-relay-status",
"docker:tag": "docker tag nostr-relay-status:latest registry.digitalocean.com/sandwich-farm/nostr-relay-status",
"docker:push": "docker push registry.digitalocean.com/sandwich-farm/nostr-relay-status"
},
"dependencies": {
"@2alheure/vue-safe-mail": "1.0.3",
"@vue-leaflet/vue-leaflet": "0.6.1",
"core-js": "^3.8.3",
"country-code-emoji": "2.3.0",
"cross-fetch": "3.1.5",
"doh-resolver": "1.2.8",
"geoip-lite": "1.4.6",
"global": "4.4.0",
"ip-fetch": "1.0.10",
"js-yaml": "4.1.0",
"json-loader": "^0.5.7",
"json-server": "0.17.1",
"leaflet": "1.9.3",
"node-emoji": "1.11.0",
"node-polyfill-webpack-plugin": "2.0.1",
"nostr": "0.2.5",
"nostr-relay-inspector": "0.0.11",
"onion-regex": "2.0.8",
"requests": "0.3.0",
"sass": "1.56.1",
"sass-loader": "13.2.0",
"socks-proxy-agent": "7.0.0",
"stream-browserify": "3.0.0",
"vue": "^3.2.13",
"vue-final-modal": "3",
"vue-grid-responsive": "1.3.0",
"vue-meta": "3.0.0-alpha.2",
"vue-nav-tabs": "0.5.7",
"vue-router": "4.1.6",
"vue-simple-maps": "1.1.3",
"vue3-popper": "1.5.0",
"vue3-storage": "0.1.11",
"vue3-tabs-component": "1.1.2",
"yaml-loader": "^0.6.0",
"yaml2json": "1.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"vue-cli-plugin-yaml-loader": "~1.0.0",
"webpack-cli": "5.0.0"
},
"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"
]
}