Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-06-14 18:03:25 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-17 17:48:26 +0300
commit29b2dd55ac8d7d593d0a1fb0b4bf09e01137ee42 (patch)
tree884ab667aa538857f5b01371a4dbf10340ce969f /package.json
parent6b452be45b4906c025f7f54d4a1a2ab8af5ff0e5 (diff)
Bump dependencies and use npm7
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'package.json')
-rw-r--r--package.json44
1 files changed, 7 insertions, 37 deletions
diff --git a/package.json b/package.json
index 5d65f97ad..b811330a0 100644
--- a/package.json
+++ b/package.json
@@ -5,16 +5,16 @@
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
"scripts": {
- "build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
+ "build": "NODE_ENV=production webpack --progress --config webpack.js",
"test:unit": "TZ=UTC vue-cli-service test:unit",
"test:coverage": "TZ=UTC vue-cli-service test:unit --coverage",
"test:watch": "TZ=UTC vue-cli-service test:unit --watchAll",
"lint": "eslint --ext .js,.vue src",
- "dev": "NODE_ENV=development webpack --config webpack.dev.js",
+ "dev": "NODE_ENV=development webpack --config webpack.js",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix",
- "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js"
+ "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js"
},
"dependencies": {
"@juliushaertl/vue-richtext": "^0.3.3",
@@ -66,49 +66,19 @@
"wildemitter": "^1.2.1"
},
"devDependencies": {
- "@babel/core": "^7.14.3",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.14.4",
- "@babel/runtime": "^7.14.0",
+ "@nextcloud/babel-config": "^1.0.0-beta.1",
"@nextcloud/browserslist-config": "^2.1.0",
- "@nextcloud/eslint-config": "^1.2.0",
- "@nextcloud/eslint-plugin": "^1.5.0",
+ "@nextcloud/eslint-config": "^5.1.0",
+ "@nextcloud/stylelint-config": "^1.0.0-beta.0",
+ "@nextcloud/webpack-vue-config": "^4.0.3",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/test-utils": "^1.2.0",
- "babel-eslint": "^10.1.0",
- "babel-loader": "^8.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",
- "babel-plugin-add-module-exports": "^1.0.4",
- "css-loader": "^5.0.1",
- "eslint": "^5.16.0",
- "eslint-config-standard": "^12.0.0",
- "eslint-import-resolver-webpack": "^0.13.1",
- "eslint-loader": "^3.0.4",
- "eslint-plugin-import": "^2.23.4",
- "eslint-plugin-jest": "^24.3.6",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.3.1",
- "eslint-plugin-standard": "^4.1.0",
- "eslint-plugin-vue": "^5.2.3",
"jest-localstorage-mock": "^2.4.14",
"jest-mock-axios": "^4.4.0",
"jest-mock-console": "^1.1.0",
- "node-sass": "^5.0.0",
"regenerator-runtime": "^0.13.7",
- "sass": "^1.34.1",
- "sass-loader": "^10.1.1",
- "style-loader": "^2.0.0",
- "stylelint": "^13.13.1",
- "stylelint-config-recommended-scss": "^4.2.0",
- "stylelint-scss": "^3.19.0",
- "stylelint-webpack-plugin": "^2.1.1",
- "url-loader": "^4.1.1",
- "vue-loader": "^15.9.7",
- "vue-template-compiler": "^2.6.14",
- "webpack": "^4.46.0",
- "webpack-cli": "^4.7.0",
- "webpack-merge": "^5.7.3",
"webpack-node-externals": "^3.0.0"
},
"browserslist": [