lbry.tech/package.json

62 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "lbry.tech",
"description": "Documentation for the LBRY protocol and associated projects",
"author": "LBRY Team",
2018-07-06 00:33:13 +02:00
"version": "1.0.0",
"private": true,
"dependencies": {
2018-07-06 00:33:13 +02:00
"@octokit/rest": "^15.9.4",
"async": "^2.6.1",
2018-06-08 11:56:28 +02:00
"body-parser": "^1.18.3",
2018-04-23 10:54:03 +02:00
"cors": "^2.8.4",
2018-05-12 12:03:21 +02:00
"cron": "^1.3.0",
2018-07-06 00:33:13 +02:00
"dotenv": "^6.0.0",
2018-04-23 10:54:03 +02:00
"express": "^4.16.3",
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-04-20 15:17:16 +02:00
"highlight.js": "^9.12.0",
2018-07-06 00:33:13 +02:00
"jquery": "3.3.1",
"jquery-ui": "^1.12.1",
"jquery.tocify": "^1.9.1",
2018-07-06 00:33:13 +02:00
"lunr": "2.3.0",
"markdown-it": "^8.4.1",
"markdown-it-container": "^2.0.0",
2018-06-15 08:37:39 +02:00
"markdown-it-wikilinks": "^1.0.1",
2018-07-06 00:33:13 +02:00
"node-sass": "^4.9.1",
2018-05-11 22:08:44 +02:00
"redis": "^2.8.0",
2018-07-06 00:33:13 +02:00
"request": "^2.87.0",
"sass-loader": "^7.0.3",
"serve-static": "^1.13.2",
2018-06-01 09:10:22 +02:00
"slack-node": "^0.1.8",
2018-04-20 15:17:16 +02:00
"vue": "^2.5.16",
"vue-images-loaded": "^1.1.2",
2018-07-06 00:33:13 +02:00
"vue-moment": "^4.0.0",
"vue-resource": "^1.5.1",
"vuepress": "^0.10.2"
2018-06-06 13:02:16 +02:00
},
"devDependencies": {
"chai": "^4.1.2",
"chai-cheerio": "^1.0.0",
"chai-http": "^4.0.0",
"cheerio": "^1.0.0-rc.2",
2018-07-06 00:33:13 +02:00
"mocha": "^5.2.0",
"npm-run-all": "^4.1.3",
"snazzy": "^7.1.1",
"standardx": "^2.1.0"
},
"peerDependencies": {
"ajv": "^6.0.0",
"eslint": "^5.0.1"
},
"engines": {
"node": "10.2.x"
},
"scripts": {
"dev": "./node_modules/vuepress/bin/vuepress.js dev content",
"start": "./node_modules/vuepress/bin/vuepress.js build content && node server.js",
"test": "run-p test:*",
"test:lint": "standardx --verbose | snazzy",
"test:mocha": "./node_modules/vuepress/bin/vuepress.js build content && ./node_modules/mocha/bin/mocha --exit"
2018-04-20 15:17:16 +02:00
}
}