f9b5944e2a
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) to 4.1.1 and updates ancestor dependency [updates](https://github.com/silverwind/updates). These dependencies need to be updated together. Updates `http-cache-semantics` from 4.0.3 to 4.1.1 - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.0.3...v4.1.1) Updates `updates` from 8.5.3 to 13.2.8 - [Release notes](https://github.com/silverwind/updates/releases) - [Commits](https://github.com/silverwind/updates/compare/8.5.3...13.2.8) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect - dependency-name: updates dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
115 lines
3.6 KiB
JSON
115 lines
3.6 KiB
JSON
{
|
|
"_moduleAliases": {
|
|
"~component": "app/components",
|
|
"~data": "app/data",
|
|
"~helper": "app/helpers",
|
|
"~module": "app/modules",
|
|
"~root": ".",
|
|
"~socket": "app/sockets.js",
|
|
"~view": "app/views"
|
|
},
|
|
"author": "LBRY Team",
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.4.4",
|
|
"@inc/fastify-ws": "^2019.7.23",
|
|
"@octokit/rest": "^16.28.7",
|
|
"@slack/client": "^5.0.2",
|
|
"async": "^3.1.0",
|
|
"async-es": "^3.1.0",
|
|
"choo": "6.13.3",
|
|
"choo-async": "^0.1.1",
|
|
"choo-devtools": "^3.0.0",
|
|
"choo-ssr": "^0.2.1",
|
|
"choo-websocket": "^2.0.0",
|
|
"colorette": "^1.1.0",
|
|
"cors": "^2.8.5",
|
|
"cron": "^1.7.1",
|
|
"date-format-lite": "^17.7.0",
|
|
"decamelize": "^3.2.0",
|
|
"dedent": "^0.7.0",
|
|
"dotenv": "^8.0.0",
|
|
"fastify": "~2.7.1",
|
|
"fastify-compress": "^0.10.0",
|
|
"fastify-helmet": "^3.0.1",
|
|
"fastify-static": "^2.5.0",
|
|
"front-matter": "^3.0.2",
|
|
"fs-exists-sync": "^0.1.0",
|
|
"got": "^9.6.0",
|
|
"graceful-fs": "^4.2.1",
|
|
"link-module-alias": "^1.2.0",
|
|
"make-promises-safe": "^5.0.0",
|
|
"markdown-it": "^9.0.1",
|
|
"markdown-it-anchor": "^5.2.4",
|
|
"prismjs": "^1.17.1",
|
|
"redis": "^2.8.0",
|
|
"slack-node": "^0.1.8",
|
|
"socket.io": "^2.2.0",
|
|
"stringify-object": "^3.3.0",
|
|
"request": "latest"
|
|
},
|
|
"description": "Documentation for the LBRY protocol and associated projects",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.5.5",
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-external-helpers": "7.2.0",
|
|
"@babel/plugin-proposal-class-properties": "7.5.5",
|
|
"@babel/plugin-proposal-decorators": "7.4.4",
|
|
"@babel/plugin-proposal-export-namespace-from": "7.5.2",
|
|
"@babel/plugin-proposal-function-sent": "7.5.0",
|
|
"@babel/plugin-proposal-json-strings": "7.2.0",
|
|
"@babel/plugin-proposal-numeric-separator": "7.2.0",
|
|
"@babel/plugin-proposal-throw-expressions": "7.2.0",
|
|
"@babel/plugin-syntax-dynamic-import": "7.2.0",
|
|
"@babel/plugin-syntax-import-meta": "7.2.0",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/register": "^7.5.5",
|
|
"@inc/eslint-config": "^2019.7.23",
|
|
"@inc/sasslint-config": "^2019.7.23",
|
|
"@lbry/color": "^1.1.1",
|
|
"@lbry/components": "^2019.6.22",
|
|
"eslint": "^6.1.0",
|
|
"husky": "^3.0.2",
|
|
"nodemon": "^1.19.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"pino-pretty": "^3.2.0",
|
|
"sass": "^1.22.9",
|
|
"sass-lint": "^1.13.1",
|
|
"snazzy": "^8.0.0",
|
|
"standardx": "^4.0.0",
|
|
"updates": "^13.2.8"
|
|
},
|
|
"engines": {
|
|
"node": "10.2.x"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run format && npm run test:sass && git add -A :/"
|
|
}
|
|
},
|
|
"main": "server.js",
|
|
"name": "lbry.tech",
|
|
"optionalDependencies": {
|
|
"win-node-env": "^0.4.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"css": "sass --load-path=node_modules --update app/sass:app/dist --style compressed",
|
|
"format": "eslint . --fix --ignore-pattern '/app/dist/'",
|
|
"postinstall": "link-module-alias",
|
|
"preinstall": "command -v link-module-alias;link-module-alias clean || true",
|
|
"start": "npm i && npm run css && NODE_ENV=production node index.js",
|
|
"test": "run-s test:*",
|
|
"test:dependencies": "updates --update ./ --exclude prismjs",
|
|
"test:lint": "standardx --verbose | snazzy",
|
|
"test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit",
|
|
"watch": "npm run css && run-p watch:*",
|
|
"watch:sass": "sass --load-path=node_modules --watch app/sass:app/dist --style compressed",
|
|
"watch:server": "NODE_ENV=development nodemon --ignore 'app/dist'"
|
|
},
|
|
"standardx": {
|
|
"ignore": [
|
|
"app/dist"
|
|
]
|
|
},
|
|
"version": "5.3.2"
|
|
}
|