seance/package.json
Hippo ab5ced7c6a Allow newer versions of node in package.json
Till now, they had to be strictly equal to 12.x. Now you can also
use newer versions of node (and hopefully they'll work 😛)
2021-07-25 17:26:42 +05:30

53 lines
1.4 KiB
JSON

{
"name": "seance",
"version": "1.0.0-dev",
"description": "pull posts from Medium.com and add them to a Ghost blog",
"main": "index.js",
"repository": "https://gitlab.com/snipettemag.com/seance",
"author": "Badri Sunderarajan <badrihippo@gmail.com>",
"license": "MIT",
"private": false,
"preferGlobal": true,
"bin": {
"seance": "cli.js"
},
"dependencies": {
"@doweb/vuexpress": "^1.1.3",
"@tryghost/admin-api": "^1.0.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"body-parser": "^1.19.0",
"bulma": "^0.8.2",
"commander": "^3.0.2",
"convict": "6",
"convict-format-with-validator": "^6.2.0",
"css-loader": "^3.5.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"js-yaml": "^3.13.1",
"markdown": "^0.5.0",
"mediumexporter": "github:badrihippo/mediumexporter#seance-latest",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"prompt-async": "^0.9.9",
"r2": "^2.0.1",
"rembrandt": "^0.1.3",
"sass-loader": "7.1.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.3.0",
"webdav": "^2.10.0",
"webpack": "^4.43.0",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},
"engines": {
"node": ">=12.x"
}
}