lbry.tech/package.json
ポール ウェッブ 87d3afb196 Updated dependencies
2018-07-05 17:33:13 -05:00

62 lines
1.7 KiB
JSON

{
"name": "lbry.tech",
"description": "Documentation for the LBRY protocol and associated projects",
"author": "LBRY Team",
"version": "1.0.0",
"private": true,
"dependencies": {
"@octokit/rest": "^15.9.4",
"async": "^2.6.1",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"cron": "^1.3.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"graceful-fs": "^4.1.11",
"heroku-ssl-redirect": "0.0.4",
"highlight.js": "^9.12.0",
"jquery": "3.3.1",
"jquery-ui": "^1.12.1",
"jquery.tocify": "^1.9.1",
"lunr": "2.3.0",
"markdown-it": "^8.4.1",
"markdown-it-container": "^2.0.0",
"markdown-it-wikilinks": "^1.0.1",
"node-sass": "^4.9.1",
"redis": "^2.8.0",
"request": "^2.87.0",
"sass-loader": "^7.0.3",
"serve-static": "^1.13.2",
"slack-node": "^0.1.8",
"vue": "^2.5.16",
"vue-images-loaded": "^1.1.2",
"vue-moment": "^4.0.0",
"vue-resource": "^1.5.1",
"vuepress": "^0.10.2"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-cheerio": "^1.0.0",
"chai-http": "^4.0.0",
"cheerio": "^1.0.0-rc.2",
"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"
}
}