lbry.tech/package.json
Kristian Polso 99332c9ce2 Closes #71
2018-06-06 10:22:30 +03:00

36 lines
902 B
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"
},
"engines": {
"node": "10.2.x"
},
"license": "ISC",
"dependencies": {
"@octokit/rest": "^15.4.0",
"async": "^2.6.0",
"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",
"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-multianalytics": "1.9.4",
"vue-resource": "^1.5.0",
"vuepress": "0.9.0"
}
}