lbry.tech/package.json
2018-06-22 16:13:30 -05:00

52 lines
1.3 KiB
JSON

{
"name": "lbry.tech",
"version": "1.0.0",
"description": "A Vue.js project",
"author": "",
"private": true,
"scripts": {
"dev": "./node_modules/vuepress/bin/vuepress.js dev content",
"start": "./node_modules/vuepress/bin/vuepress.js build content && node server.js",
"test": "./node_modules/vuepress/bin/vuepress.js build content && ./node_modules/mocha/bin/mocha --exit"
},
"engines": {
"node": "10.2.x"
},
"license": "ISC",
"dependencies": {
"@octokit/rest": "^15.4.0",
"async": "^2.6.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"cron": "^1.3.0",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"heroku-ssl-redirect": "0.0.4",
"highlight.js": "^9.12.0",
"jquery": "2.1.3",
"jquery-ui": "^1.12.1",
"jquery.tocify": "^1.9.1",
"lunr": "0.5.7",
"markdown-it": "^8.4.1",
"markdown-it-container": "^2.0.0",
"markdown-it-wikilinks": "^1.0.1",
"node-sass": "^4.9.0",
"redis": "^2.8.0",
"request": "^2.85.0",
"sass-loader": "^7.0.1",
"slack-node": "^0.1.8",
"vue": "^2.5.16",
"vue-images-loaded": "^1.1.2",
"vue-moment": "^3.2.0",
"vue-resource": "^1.5.0",
"vuepress": "^0.10.0"
},
"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"
}
}