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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatrick <patrick@westberliner.net>2021-02-27 18:14:20 +0300
committerpatrick <patrick@westberliner.net>2021-02-27 18:14:20 +0300
commita7b6d5eaa319574de35fd60fecf216fedb5ff015 (patch)
tree726dd7755914a137a4326bcef2d35a5dd3d487fa /package.json
parent273c3ea775a0feb32602baf957db758e1e18b7b8 (diff)
Switching frontend to vue. Adding crc32b algorithm.
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 23 insertions, 3 deletions
diff --git a/package.json b/package.json
index 8fc1ba7..7b2349e 100644
--- a/package.json
+++ b/package.json
@@ -12,16 +12,36 @@
},
"dependencies": {
"@nextcloud/axios": "^1.5.0",
- "@nextcloud/l10n": "^1.4.1",
"@nextcloud/router": "^1.2.0",
- "core-js": "^3.8.1",
- "jquery": "^3.5.1"
+ "@nextcloud/vue": "^3.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@nextcloud/browserslist-config": "^1.0.0",
+ "@nextcloud/eslint-config": "^4.0.0-alpha.0",
+ "@nextcloud/eslint-plugin": "^2.0.0",
+ "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/webpack-vue-config": "^3.0.0-alpha.0",
+ "babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
+ "core-js": "^3.8.1",
+ "css-loader": "^5.1.0",
+ "eslint": "^7.20.0",
+ "eslint-config-standard": "^16.0.2",
+ "eslint-plugin-import": "^2.22.1",
+ "eslint-plugin-node": "^11.1.0",
+ "eslint-plugin-promise": "^4.3.1",
+ "eslint-plugin-vue": "^7.6.0",
+ "eslint-webpack-plugin": "^2.5.2",
+ "sass": "^1.32.8",
+ "sass-loader": "^11.0.1",
+ "stylelint": "^13.11.0",
+ "stylelint-config-recommended-scss": "^4.2.0",
+ "stylelint-scss": "^3.19.0",
+ "stylelint-webpack-plugin": "^2.1.1",
+ "vue-loader": "^15.9.6",
+ "vue-template-compiler": "^2.6.12",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0",
"webpack-merge": "^5.7.2"