mirror of
https://github.com/MetaProvide/nextcloud-swarm-plugin.git
synced 2025-01-11 13:48:58 +00:00
7424727ca0
Unview File Unview Folder Missing -> Unview Batch Action > Problem importing p-queue Co-authored-by: Henry Bergström <henrybergstrom@protonmail.com>
83 lines
2.7 KiB
JSON
83 lines
2.7 KiB
JSON
{
|
|
"name": "nextcloud-swarm-plugin",
|
|
"version": "1.0.0",
|
|
"description": "Swarm plugin for Nextcloud",
|
|
"license": "AGPL-3.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MetaProvide/nextcloud-swarm-plugin.git"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.7",
|
|
"@babel/eslint-parser": "^7.17.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@nextcloud/babel-config": "^1.0.0",
|
|
"@nextcloud/browserslist-config": "^2.2.0",
|
|
"@nextcloud/eslint-config": "^7.0.2",
|
|
"@nextcloud/eslint-plugin": "^2.0.0",
|
|
"@nextcloud/stylelint-config": "^2.1.2",
|
|
"@nextcloud/webpack-vue-config": "^5.0.0",
|
|
"babel-loader": "^8.2.4",
|
|
"css-loader": "^6.7.1",
|
|
"eslint": "^8.11.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-standard": "^17.0.0-1",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-jsdoc": "^37.9.7",
|
|
"eslint-plugin-n": "^14.0.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint-plugin-vue": "^8.5.0",
|
|
"eslint-webpack-plugin": "^3.1.1",
|
|
"node-polyfill-webpack-plugin": "^1.1.4",
|
|
"postcss-html": "^1.3.0",
|
|
"prettier": "^2.5.1",
|
|
"sass": "^1.49.11",
|
|
"sass-loader": "^12.6.0",
|
|
"style-loader": "^3.3.1",
|
|
"stylelint": "^14.6.1",
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
"stylelint-config-recommended-scss": "^5.0.2",
|
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
"stylelint-webpack-plugin": "^3.2.0",
|
|
"vue-loader": "^15.9.8",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"webpack": "^5.71.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.8.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.0.0",
|
|
"npm": "^7.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --node-env production --progress",
|
|
"dev": "webpack --node-env development --progress",
|
|
"watch": "webpack --node-env development --progress --watch",
|
|
"serve": "webpack --node-env development serve --progress",
|
|
"eslint": "eslint --ext .js,.vue src",
|
|
"eslint:fix": "eslint --ext .js,.vue src --fix",
|
|
"prettier": "prettier --check .",
|
|
"prettier:fix": "prettier --write .",
|
|
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
|
|
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
|
|
},
|
|
"dependencies": {
|
|
"@ethersphere/bee-js": "^3.3.3",
|
|
"@material-design-icons/svg": "^0.14.13",
|
|
"@nextcloud/axios": "^2.5.1",
|
|
"@nextcloud/event-bus": "^3.3.1",
|
|
"@nextcloud/files": "^3.6.0",
|
|
"@nextcloud/router": "^2.0.0",
|
|
"@nextcloud/vue": "^5.3.0",
|
|
"axios": "^0.27.2",
|
|
"ical.js": "^1.4.0",
|
|
"linkifyjs": "^3.0.0",
|
|
"p-queue": "^8.0.1",
|
|
"vue": "^2.6.14"
|
|
}
|
|
}
|