lbry.tech/package.json
ポール ウェッブ ee9535a8b1 Fixed issues with APIs
2018-08-24 13:55:35 -05:00

84 lines
2.2 KiB
JSON
Executable file

{
"author": "LBRY Team",
"babel": {
"presets": [
"env",
"stage-2"
]
},
"dependencies": {
"@octokit/rest": "^15.10.0",
"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.4.0",
"date-format-lite": "^17.7.0",
"decamelize": "^2.0.0",
"dedent": "^0.7.0",
"dotenv": "^6.0.0",
"fastify": "^1.9.0",
"fastify-compress": "^0.6.0",
"fastify-helmet": "^1.0.3",
"fastify-plugin": "^1.2.0",
"fastify-static": "^0.14.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-fetch-happen": "^4.0.1",
"make-promises-safe": "^1.1.0",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"markdown-it-wikilinks": "^1.0.1",
"nanohtml": "^1.2.4",
"prismjs": "^1.15.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"slack-node": "^0.1.8",
"socket.io": "^2.1.1",
"stringify-object": "^3.2.2",
"turbocolor": "^2.6.1"
},
"description": "Documentation for the LBRY protocol and associated projects",
"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.13.0",
"snazzy": "^7.1.1",
"standardx": "^2.1.0",
"updates": "^4.1.2"
},
"engines": {
"node": "10.2.x"
},
"name": "lbry.tech",
"private": true,
"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/'"
},
"standardx": {
"ignore": [
"public"
]
},
"version": "0.0.0"
}