2019-06-21 16:18:19 +00:00
|
|
|
{
|
2019-06-24 19:26:29 +00:00
|
|
|
"name": "@fraction/oasis",
|
2019-12-29 22:03:23 +00:00
|
|
|
"version": "2.9.9",
|
2019-12-28 00:28:36 +00:00
|
|
|
"description": "friendly neighborhood scuttlebutt interface",
|
|
|
|
"repository": "git@github.com:fraction/oasis.git",
|
2019-09-27 00:19:18 +00:00
|
|
|
"license": "AGPL-3.0",
|
2019-12-28 00:28:36 +00:00
|
|
|
"author": "Christian Bundy <christianbundy@fraction.io>",
|
|
|
|
"main": "index.js",
|
|
|
|
"bin": {
|
|
|
|
"oasis": "./index.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "nodemon --inspect index.js --debug --no-open",
|
|
|
|
"fix": "standard --fix && stylelint --fix src/assets/*.css",
|
|
|
|
"start": "node index.js",
|
|
|
|
"test": "standard && dependency-check ./package.json --unused --no-dev --ignore-module highlight.js --ignore-module @fraction/base16-css && cspell --no-summary '**/*.{js,md}' && stylelint src/assets/*.css && tsc --allowJs --resolveJsonModule --lib dom --checkJs --noEmit --skipLibCheck index.js",
|
|
|
|
"preversion": "npm test"
|
|
|
|
},
|
2019-06-21 16:18:19 +00:00
|
|
|
"dependencies": {
|
2019-10-16 04:00:03 +00:00
|
|
|
"@fraction/base16-css": "^1.1.0",
|
2019-12-07 23:22:00 +00:00
|
|
|
"@fraction/flotilla": "3.0.0",
|
2019-06-28 20:55:05 +00:00
|
|
|
"debug": "^4.1.1",
|
2019-11-13 04:48:37 +00:00
|
|
|
"highlight.js": "^9.16.2",
|
2019-06-27 20:36:43 +00:00
|
|
|
"hyperaxe": "^1.3.0",
|
2019-06-23 18:46:22 +00:00
|
|
|
"koa": "^2.7.0",
|
2019-06-26 00:53:12 +00:00
|
|
|
"koa-body": "^4.1.0",
|
2019-06-25 16:52:34 +00:00
|
|
|
"koa-mount": "^4.0.0",
|
2019-06-23 18:46:22 +00:00
|
|
|
"koa-router": "^7.4.0",
|
2019-06-25 03:10:13 +00:00
|
|
|
"koa-static": "^5.0.0",
|
2019-06-23 18:46:22 +00:00
|
|
|
"lodash": "^4.17.11",
|
2019-11-15 20:16:26 +00:00
|
|
|
"open": "7.0.0",
|
2019-06-23 18:46:22 +00:00
|
|
|
"pretty-ms": "^5.0.0",
|
2019-10-01 00:46:04 +00:00
|
|
|
"pull-paramap": "^1.2.2",
|
2019-12-06 19:31:35 +00:00
|
|
|
"pull-sort": "^1.0.2",
|
2019-06-23 18:46:22 +00:00
|
|
|
"pull-stream": "^3.6.12",
|
2019-06-29 19:56:59 +00:00
|
|
|
"require-style": "^1.1.0",
|
2019-06-23 18:46:22 +00:00
|
|
|
"ssb-client": "^4.7.7",
|
2019-11-13 04:48:37 +00:00
|
|
|
"ssb-config": "^3.4.3",
|
2019-12-29 23:51:59 +00:00
|
|
|
"ssb-markdown": "^6.0.2",
|
2019-08-14 18:44:25 +00:00
|
|
|
"ssb-mentions": "^0.5.0",
|
2019-06-27 22:07:09 +00:00
|
|
|
"ssb-msgs": "^5.2.0",
|
2019-06-28 16:13:35 +00:00
|
|
|
"ssb-ref": "^2.13.9",
|
2019-11-13 04:48:37 +00:00
|
|
|
"ssb-thread-schema": "^1.1.1",
|
2019-12-12 17:27:38 +00:00
|
|
|
"yargs": "^15.0.0"
|
2019-06-24 19:13:16 +00:00
|
|
|
},
|
2019-06-24 22:00:10 +00:00
|
|
|
"devDependencies": {
|
2019-12-29 23:51:59 +00:00
|
|
|
"cspell": "^4.0.43",
|
2019-10-31 22:45:10 +00:00
|
|
|
"dependency-check": "^4.1.0",
|
2019-09-16 20:43:43 +00:00
|
|
|
"husky": "^3.0.5",
|
2019-12-12 17:27:38 +00:00
|
|
|
"nodemon": "^2.0.2",
|
2019-10-31 22:45:10 +00:00
|
|
|
"standard": "^14.3.0",
|
2019-12-29 23:51:59 +00:00
|
|
|
"stylelint": "^12.0.1",
|
2019-11-15 23:57:57 +00:00
|
|
|
"stylelint-config-standard": "^19.0.0",
|
2019-12-29 23:51:59 +00:00
|
|
|
"typescript": "^3.7.4"
|
2019-06-24 22:00:10 +00:00
|
|
|
},
|
2019-12-28 00:28:36 +00:00
|
|
|
"optionalDependencies": {
|
|
|
|
"sharp": "^0.23.0"
|
2019-06-24 22:00:10 +00:00
|
|
|
}
|
2019-06-21 16:18:19 +00:00
|
|
|
}
|