85 lines
2.2 KiB
JSON
Executable file
85 lines
2.2 KiB
JSON
Executable file
{
|
|
"name": "lbry.tech",
|
|
"description": "Documentation for the LBRY protocol and associated projects",
|
|
"author": "LBRY Team",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@octokit/rest": "^15.9.4",
|
|
"app-root-path": "^2.1.0",
|
|
"async": "^2.6.1",
|
|
"choo": "^6.13.0",
|
|
"choo-async": "^0.1.1",
|
|
"choo-bundles": "^0.2.4",
|
|
"choo-data": "^0.1.1",
|
|
"choo-ssr": "^0.2.1",
|
|
"choo-websocket": "^2.0.0",
|
|
"cors": "^2.8.4",
|
|
"cron": "^1.3.0",
|
|
"date-format-lite": "^17.7.0",
|
|
"decamelize": "^2.0.0",
|
|
"dedent": "^0.7.0",
|
|
"dotenv": "^6.0.0",
|
|
"fastify": "^1.8.0",
|
|
"fastify-compress": "^0.6.0",
|
|
"fastify-helmet": "^1.0.3",
|
|
"fastify-plugin": "^1.2.0",
|
|
"fastify-static": "^0.12.0",
|
|
"fastify-ws": "^1.0.0",
|
|
"front-matter": "^2.3.0",
|
|
"fs-exists-sync": "^0.1.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"heroku-ssl-redirect": "0.0.4",
|
|
"make-promises-safe": "^1.1.0",
|
|
"markdown-it": "^8.4.2",
|
|
"markdown-it-anchor": "^5.0.2",
|
|
"markdown-it-sup": "^1.0.0",
|
|
"markdown-it-wikilinks": "^1.0.1",
|
|
"nanohtml": "^1.2.4",
|
|
"redis": "^2.8.0",
|
|
"request-promise-native": "^1.0.5",
|
|
"slack-node": "^0.2.0",
|
|
"socket.io": "^2.1.1",
|
|
"stringify-object": "^3.2.2",
|
|
"turbocolor": "~2.3.3",
|
|
"ws": "^5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"choo-devtools": "^2.5.1",
|
|
"nodemon": "^1.18.3",
|
|
"npm-run-all": "^4.1.3",
|
|
"sass": "^1.9.2",
|
|
"snazzy": "^7.1.1",
|
|
"standardx": "^2.1.0",
|
|
"updates": "^3.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"request": "^2.87.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"env",
|
|
"stage-2"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": "10.2.x"
|
|
},
|
|
"standardx": {
|
|
"ignore": [
|
|
"public"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"lint": "standardx --verbose | snazzy",
|
|
"start": "NODE_ENV=production node server",
|
|
"test": "run-p test:*",
|
|
"test:dependencies": "updates -u ./",
|
|
"test:lint": "standardx --verbose | snazzy",
|
|
"watch": "run-p watch:*",
|
|
"watch:sass": "sass --watch sass:public/css --style compressed",
|
|
"watch:server": "NODE_ENV=development nodemon index.js --ignore 'public/'"
|
|
}
|
|
}
|