lbry.tech/package.json
2018-05-30 12:20:33 +03:00

37 lines
913 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",
"vue": "^2.5.16",
"vue-highlightjs": "^1.3.3",
"vue-image-upload-resize": "^1.1.6",
"vue-images-loaded": "^1.1.2",
"vue-moment": "^3.2.0",
"vue-resource": "^1.5.0",
"vuepress": "0.9.0"
}
}