hamstr/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

{
2021-12-19 15:26:35 +00:00
"name": "branle",
"version": "0.0.1",
"description": "a twitter-like nostr client",
2021-12-19 15:26:35 +00:00
"productName": "branle",
"author": "fiatjaf <fiatjaf@gmail.com>",
"private": true,
"scripts": {
2021-12-20 21:59:57 +00:00
"lint": "eslint --ext .js,.vue ./",
"dev": "quasar dev --port 3001"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"core-js": "^3.6.5",
"identicon.js": "^2.3.3",
2021-12-18 23:56:13 +00:00
"nostr-tools": "^0.11.0",
2021-12-13 15:42:03 +00:00
"pouchdb-adapter-idb": "6",
"pouchdb-core": "6",
"pouchdb-mapreduce": "6",
"pouchdb-upsert": "^2.2.0",
"quasar": "^2.0.0",
"readable-stream": "^3.6.0",
"relative-date": "^1.1.3",
"stream": "^0.0.2",
"tailwindcss": "^3.0.1",
"vuex": "^4.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@quasar/app": "^3.0.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^7.0.0",
"eslint-webpack-plugin": "^2.4.0"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}