2018-03-23 13:53:54 +02:00
|
|
|
{
|
2019-01-29 17:29:14 -06:00
|
|
|
"_moduleAliases": {
|
|
|
|
"@component": "app/components",
|
|
|
|
"@data": "app/data",
|
|
|
|
"@helper": "app/helpers",
|
|
|
|
"@module": "app/modules",
|
|
|
|
"@root": ".",
|
|
|
|
"@view": "app/views"
|
|
|
|
},
|
2018-07-05 15:19:40 -05:00
|
|
|
"author": "LBRY Team",
|
2018-03-23 13:53:54 +02:00
|
|
|
"dependencies": {
|
2018-12-31 14:16:39 -06:00
|
|
|
"@babel/polyfill": "^7.2.5",
|
2018-12-05 11:23:25 -06:00
|
|
|
"@inc/fastify-ws": "^1.1.0",
|
2019-02-07 15:17:30 -06:00
|
|
|
"@octokit/rest": "^16.15.0",
|
2018-11-30 14:46:22 -06:00
|
|
|
"@slack/client": "^4.8.0",
|
2018-07-05 17:33:13 -05:00
|
|
|
"async": "^2.6.1",
|
2018-08-28 18:57:18 -05:00
|
|
|
"async-es": "^2.6.1",
|
2018-10-31 11:06:30 -05:00
|
|
|
"choo": "^6.13.1",
|
2018-07-12 10:21:42 -05:00
|
|
|
"choo-async": "^0.1.1",
|
2018-08-28 18:57:18 -05:00
|
|
|
"choo-devtools": "^2.5.1",
|
2018-07-12 10:21:42 -05:00
|
|
|
"choo-ssr": "^0.2.1",
|
|
|
|
"choo-websocket": "^2.0.0",
|
2018-10-31 11:06:30 -05:00
|
|
|
"colorette": "^1.0.7",
|
2018-11-15 09:50:33 -06:00
|
|
|
"cors": "^2.8.5",
|
2018-12-11 13:22:18 -06:00
|
|
|
"cron": "^1.6.0",
|
2018-07-12 16:07:16 -05:00
|
|
|
"date-format-lite": "^17.7.0",
|
2018-07-12 10:21:42 -05:00
|
|
|
"decamelize": "^2.0.0",
|
|
|
|
"dedent": "^0.7.0",
|
2018-12-11 13:22:18 -06:00
|
|
|
"dotenv": "^6.2.0",
|
2019-01-08 11:18:07 -06:00
|
|
|
"fastify": "~1.13.3",
|
2019-01-16 13:42:14 -06:00
|
|
|
"fastify-compress": "^0.8.0",
|
2018-11-20 16:45:23 -06:00
|
|
|
"fastify-helmet": "^3.0.0",
|
2019-01-08 10:54:56 -06:00
|
|
|
"fastify-static": "^1.1.0",
|
2018-11-15 09:50:33 -06:00
|
|
|
"front-matter": "^3.0.1",
|
2018-07-12 10:21:42 -05:00
|
|
|
"fs-exists-sync": "^0.1.0",
|
2019-01-17 14:41:26 -06:00
|
|
|
"got": "^9.6.0",
|
2018-11-15 09:50:33 -06:00
|
|
|
"graceful-fs": "^4.1.15",
|
2019-01-29 17:29:14 -06:00
|
|
|
"link-module-alias": "^1.1.6",
|
2018-11-20 16:45:23 -06:00
|
|
|
"make-promises-safe": "^4.0.0",
|
2018-07-18 16:31:05 -04:00
|
|
|
"markdown-it": "^8.4.2",
|
2018-07-13 13:03:21 -05:00
|
|
|
"markdown-it-anchor": "^5.0.2",
|
2018-11-21 11:57:58 -06:00
|
|
|
"prismjs": "^1.15.0",
|
2018-05-11 23:08:44 +03:00
|
|
|
"redis": "^2.8.0",
|
2019-01-08 10:54:56 -06:00
|
|
|
"slack-node": "^0.1.8",
|
2018-11-30 14:46:22 -06:00
|
|
|
"socket.io": "^2.2.0",
|
2018-10-31 11:06:30 -05:00
|
|
|
"stringify-object": "^3.3.0"
|
2018-06-06 14:02:16 +03:00
|
|
|
},
|
2018-08-21 17:37:39 -05:00
|
|
|
"description": "Documentation for the LBRY protocol and associated projects",
|
2018-06-06 14:02:16 +03:00
|
|
|
"devDependencies": {
|
2018-12-31 14:16:39 -06:00
|
|
|
"@babel/cli": "^7.2.3",
|
|
|
|
"@babel/core": "^7.2.2",
|
2018-12-03 15:29:06 -06:00
|
|
|
"@babel/plugin-external-helpers": "7.2.0",
|
2019-01-21 16:58:50 -06:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.3.0",
|
|
|
|
"@babel/plugin-proposal-decorators": "7.3.0",
|
2018-12-03 15:29:06 -06:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
|
|
|
|
"@babel/plugin-proposal-function-sent": "7.2.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",
|
2019-01-24 15:45:24 -06:00
|
|
|
"@babel/preset-env": "^7.3.1",
|
2018-08-28 18:57:18 -05:00
|
|
|
"@babel/register": "^7.0.0",
|
2018-11-30 14:46:22 -06:00
|
|
|
"@inc/eslint-config": "^1.1.2",
|
2019-01-30 16:15:10 -06:00
|
|
|
"@inc/sasslint-config": "^1.1.3",
|
2018-12-31 14:16:39 -06:00
|
|
|
"@lbry/color": "^1.1.0",
|
2019-02-07 15:17:30 -06:00
|
|
|
"@lbry/components": "^2.0.1",
|
|
|
|
"eslint": "^5.13.0",
|
2018-12-31 14:16:39 -06:00
|
|
|
"husky": "^1.3.1",
|
|
|
|
"nodemon": "^1.18.9",
|
2018-11-26 17:04:38 -06:00
|
|
|
"npm-run-all": "^4.1.5",
|
2018-12-11 13:22:18 -06:00
|
|
|
"pino-pretty": "^2.5.0",
|
2019-02-07 15:17:30 -06:00
|
|
|
"sass": "^1.17.0",
|
2018-10-05 15:26:48 -05:00
|
|
|
"sass-lint": "^1.12.1",
|
2018-09-24 11:24:16 -05:00
|
|
|
"snazzy": "^8.0.0",
|
|
|
|
"standardx": "^3.0.1",
|
2019-02-07 15:17:30 -06:00
|
|
|
"updates": "^7.0.0"
|
2018-07-05 17:33:13 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-01-28 09:01:03 -06:00
|
|
|
"node": "10.2.x"
|
2018-07-05 17:33:13 -05:00
|
|
|
},
|
2018-09-26 11:42:41 -05:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2018-10-06 09:55:05 -05:00
|
|
|
"pre-commit": "npm run format && npm run test:sass && git add -A :/"
|
2018-09-26 11:42:41 -05:00
|
|
|
}
|
|
|
|
},
|
2018-08-28 18:57:18 -05:00
|
|
|
"main": "server.js",
|
2018-08-21 17:37:39 -05:00
|
|
|
"name": "lbry.tech",
|
2019-01-28 09:05:15 -06:00
|
|
|
"optionalDependencies": {
|
|
|
|
"win-node-env": "^0.4.0"
|
|
|
|
},
|
2018-08-21 17:37:39 -05:00
|
|
|
"private": true,
|
2018-07-05 17:33:13 -05:00
|
|
|
"scripts": {
|
2018-10-15 14:20:55 -05:00
|
|
|
"css": "sass --load-path=node_modules --update app/sass:app/dist --style compressed",
|
2019-01-28 09:01:03 -06:00
|
|
|
"format": "eslint '**/*.js' --fix --ignore-pattern '/app/dist/'",
|
2019-01-29 17:29:14 -06:00
|
|
|
"postinstall": "link-module-alias",
|
|
|
|
"preinstall": "command -v link-module-alias && link-module-alias clean || true",
|
2019-01-17 15:51:00 -06:00
|
|
|
"start": "npm run css && npm i && NODE_ENV=production node index.js",
|
2018-08-28 18:57:18 -05:00
|
|
|
"test": "run-s test:*",
|
2018-12-05 11:23:25 -06:00
|
|
|
"test:dependencies": "updates --update ./ --exclude fastify,prismjs",
|
2018-07-05 17:33:13 -05:00
|
|
|
"test:lint": "standardx --verbose | snazzy",
|
2018-10-31 11:06:30 -05:00
|
|
|
"test:sass": "sass-lint --config ./node_modules/@inc/sasslint-config/config.json --verbose --no-exit",
|
2018-07-12 10:21:42 -05:00
|
|
|
"watch": "run-p watch:*",
|
2018-10-15 14:20:02 -05:00
|
|
|
"watch:sass": "sass --load-path=node_modules --watch app/sass:app/dist --style compressed",
|
2019-01-17 14:41:26 -06:00
|
|
|
"watch:server": "NODE_ENV=development nodemon --ignore 'app/dist'"
|
2018-08-21 17:37:39 -05:00
|
|
|
},
|
|
|
|
"standardx": {
|
|
|
|
"ignore": [
|
2018-08-28 18:57:18 -05:00
|
|
|
"app/dist"
|
2018-08-21 17:37:39 -05:00
|
|
|
]
|
|
|
|
},
|
2019-01-29 17:29:28 -06:00
|
|
|
"version": "3.7.0"
|
2018-03-23 13:53:54 +02:00
|
|
|
}
|