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.
 
 
 
 

109 lines
3.2 KiB

{
"name": "nostr-watch",
"version": "0.1.3",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"get:relays": "node ./scripts/relays.js",
"get:geo": "node ./scripts/geo.js",
"serve": "vue-cli-service serve --host localhost",
"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 --progress=plain",
"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",
"@headlessui/vue": "1.7.7",
"@heroicons/vue": "2.0.13",
"@popperjs/core": "2.11.6",
"@vue-leaflet/vue-leaflet": "0.6.1",
"@vueuse/core": "9.10.0",
"@vueuse/head": "1.0.22",
"array-timsort": "1.0.3",
"country-code-emoji": "2.3.0",
"cross-fetch": "3.1.5",
"dotenv": "16.0.3",
"fast-safe-stringify": "2.1.1",
"js-yaml": "4.1.0",
"leaflet": "1.9.3",
"node-emoji": "1.11.0",
"node-fetch": "3.3.0",
"nostr": "0.2.5",
"nostr-relay-inspector": "0.0.25",
"nostr-tools": "1.1.1",
"object-hash": "3.0.0",
"object-sizeof": "1.6.3",
"onion-regex": "2.0.8",
"pinia": "2.0.28",
"pinia-plugin-persistedstate-2": "2.0.8",
"pinia-shared-state": "0.2.10",
"postcss-apply": "0.12.0",
"postcss-import": "15.1.0",
"requests": "0.3.0",
"stream-browserify": "3.0.0",
"vue": "^3.2.45",
"vue-grid-responsive": "1.3.0",
"vue-meta": "3.0.0-alpha.8",
"vue-router": "4.1.6",
"vue-tailwind": "2.5.1",
"vue-use": "0.2.0",
"vue3-storage": "0.1.11",
"webpack": "5.75.0",
"write-yaml-file": "4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@babel/plugin-syntax-top-level-await": "7.14.5",
"@tailwindcss/forms": "0.5.3",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/composition-api": "1.7.1",
"autoprefixer": "10.4.13",
"compression-webpack-plugin": "10.0.0",
"css-minimizer-webpack-plugin": "4.2.2",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"html-webpack-plugin": "5.5.0",
"json-loader": "^0.5.7",
"json-server": "0.17.1",
"mini-css-extract-plugin": "2.7.2",
"node-polyfill-webpack-plugin": "2.0.1",
"node-sass": "8.0.0",
"postcss": "8.4.20",
"postcss-loader": "7.0.2",
"postcss-preset-env": "7.8.3",
"sass": "1.56.1",
"sass-loader": "13.2.0",
"style-loader": "3.3.1",
"tailwindcss": "3.2.4",
"vue-cli-plugin-yaml-loader": "~1.0.0",
"vue-template-compiler": "2.7.14",
"webpack-cli": "5.0.0",
"yaml-loader": "^0.6.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"
]
}