flow_webhooks/package.json

72 строки
2.3 KiB
JSON

{
"name": "flow_webhooks",
"version": "0.9.0",
"description": "HTTP request components for Nextcloud Flow",
"main": "webpack.common.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blizzz/flow_http_requests.git"
},
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix"
},
"bugs": {
"url": "https://github.com/blizzz/flow_http_requests/issues"
},
"homepage": "https://github.com/blizzz/flow_http_requests#readme",
"dependencies": {
"@nextcloud/initial-state": "^1.1.2",
"@nextcloud/vue": "^2.9.0",
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.11.0",
"@vue/test-utils": "^1.0.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"browserslist-config-nextcloud": "0.1.0",
"css-loader": "^3.6.0",
"eslint": "^5.16.0",
"eslint-config-nextcloud": "0.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-loader": "^3.0.4",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-nextcloud": "^0.3.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^8.0.0",
"sass-loader": "^7.3.1",
"stylelint": "^14.16.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.18.0",
"stylelint-webpack-plugin": "^0.10.5",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
}