lbry.tech/package.json

99 lines
2.9 KiB
JSON
Raw Normal View History

{
"author": "LBRY Team",
"dependencies": {
2018-08-29 01:57:18 +02:00
"@babel/polyfill": "^7.0.0",
2018-09-30 23:58:28 +02:00
"@octokit/rest": "^15.12.1",
2018-07-12 17:21:42 +02:00
"app-root-path": "^2.1.0",
2018-07-06 00:33:13 +02:00
"async": "^2.6.1",
2018-08-29 01:57:18 +02:00
"async-es": "^2.6.1",
2018-07-12 23:07:16 +02:00
"choo": "^6.13.0",
2018-07-12 17:21:42 +02:00
"choo-async": "^0.1.1",
2018-08-29 01:57:18 +02:00
"choo-devtools": "^2.5.1",
2018-07-12 17:21:42 +02:00
"choo-ssr": "^0.2.1",
"choo-websocket": "^2.0.0",
2018-10-03 21:22:04 +02:00
"colorette": "^1.0.5",
2018-04-23 10:54:03 +02:00
"cors": "^2.8.4",
2018-08-29 01:57:18 +02:00
"cron": "^1.4.1",
2018-07-12 23:07:16 +02:00
"date-format-lite": "^17.7.0",
2018-07-12 17:21:42 +02:00
"decamelize": "^2.0.0",
"dedent": "^0.7.0",
2018-07-06 00:33:13 +02:00
"dotenv": "^6.0.0",
2018-09-26 18:42:41 +02:00
"fastify": "^1.12.1",
2018-09-24 18:24:16 +02:00
"fastify-compress": "^0.7.0",
2018-08-24 22:04:47 +02:00
"fastify-helmet": "^2.1.0",
2018-09-24 18:24:16 +02:00
"fastify-plugin": "^1.2.1",
2018-08-21 00:44:50 +02:00
"fastify-static": "^0.14.0",
2018-07-12 17:21:42 +02:00
"fastify-ws": "^1.0.0",
2018-10-05 19:47:53 +02:00
"front-matter": "^3.0.0",
2018-07-12 17:21:42 +02:00
"fs-exists-sync": "^0.1.0",
2018-07-05 20:50:18 +02:00
"graceful-fs": "^4.1.11",
2018-04-23 10:54:03 +02:00
"heroku-ssl-redirect": "0.0.4",
2018-08-01 00:10:10 +02:00
"make-fetch-happen": "^4.0.1",
2018-07-12 17:21:42 +02:00
"make-promises-safe": "^1.1.0",
2018-07-18 22:31:05 +02:00
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"prismjs": "^1.15.0",
2018-05-11 22:08:44 +02:00
"redis": "^2.8.0",
"request": "^2.88.0",
2018-07-12 17:21:42 +02:00
"request-promise-native": "^1.0.5",
2018-07-20 00:42:50 +02:00
"slack-node": "^0.1.8",
2018-07-12 17:21:42 +02:00
"socket.io": "^2.1.1",
2018-10-03 23:13:31 +02:00
"stringify-object": "^3.2.2"
2018-06-06 13:02:16 +02:00
},
"description": "Documentation for the LBRY protocol and associated projects",
2018-06-06 13:02:16 +02:00
"devDependencies": {
2018-09-30 23:58:28 +02:00
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
2018-08-29 01:57:18 +02:00
"@babel/plugin-external-helpers": "7.0.0",
2018-09-24 18:24:16 +02:00
"@babel/plugin-proposal-class-properties": "7.1.0",
2018-10-03 21:22:04 +02:00
"@babel/plugin-proposal-decorators": "7.1.2",
2018-08-29 01:57:18 +02:00
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
2018-09-24 18:24:16 +02:00
"@babel/plugin-proposal-function-sent": "7.1.0",
2018-08-29 01:57:18 +02:00
"@babel/plugin-proposal-json-strings": "7.0.0",
"@babel/plugin-proposal-numeric-separator": "7.0.0",
"@babel/plugin-proposal-throw-expressions": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-syntax-import-meta": "7.0.0",
2018-09-24 18:24:16 +02:00
"@babel/preset-env": "^7.1.0",
2018-08-29 01:57:18 +02:00
"@babel/register": "^7.0.0",
2018-10-05 19:47:53 +02:00
"@inc/eslint-config": "^1.0.2",
"eslint": "^5.6.1",
"husky": "^1.1.1",
2018-09-24 18:24:16 +02:00
"nodemon": "^1.18.4",
2018-07-06 00:33:13 +02:00
"npm-run-all": "^4.1.3",
2018-10-05 19:47:53 +02:00
"prettier": "^1.14.3",
"pretty-quick": "^1.7.0",
2018-09-30 23:58:28 +02:00
"sass": "^1.14.1",
2018-09-24 18:24:16 +02:00
"snazzy": "^8.0.0",
"standardx": "^3.0.1",
2018-10-05 00:01:50 +02:00
"updates": "^4.5.0"
2018-07-06 00:33:13 +02:00
},
"engines": {
"node": "10.2.x"
},
2018-09-26 18:42:41 +02:00
"husky": {
"hooks": {
2018-10-05 19:47:53 +02:00
"pre-commit": "pretty-quick --staged"
2018-09-26 18:42:41 +02:00
}
},
2018-08-29 01:57:18 +02:00
"main": "server.js",
"name": "lbry.tech",
"private": true,
2018-07-06 00:33:13 +02:00
"scripts": {
2018-08-29 01:57:18 +02:00
"css": "sass --update app/sass:app/dist --style compressed",
"start": "npm run css && NODE_ENV=production node server",
"test": "run-s test:*",
"test:dependencies": "updates --update ./",
2018-07-06 00:33:13 +02:00
"test:lint": "standardx --verbose | snazzy",
2018-07-12 17:21:42 +02:00
"watch": "run-p watch:*",
2018-08-29 01:57:18 +02:00
"watch:sass": "sass --watch app/sass:app/dist --style compressed",
"watch:server": "NODE_ENV=development nodemon server --ignore 'public/'"
},
"standardx": {
"ignore": [
2018-08-29 01:57:18 +02:00
"app/dist"
]
},
"version": "0.0.0"
}