diff --git a/package.json.orig b/package.json.orig deleted file mode 100644 index df02f908..00000000 --- a/package.json.orig +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "terms_of_service", - "description": "Requires users to accept the terms of service before accessing data.", - "version": "2.3.2", - "author": "Joas Schilling ", - "license": "agpl", - "private": true, - "scripts": { - "build": "NODE_ENV=production webpack --progress --config webpack.js", - "dev": "NODE_ENV=development webpack --config webpack.js", - "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", - "lint": "eslint --ext .js,.vue src", - "lint:fix": "eslint --ext .js,.vue src --fix", - "stylelint": "stylelint **/*.css **/*.scss **/*.vue", - "stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix" - }, - "dependencies": { - "@nextcloud/axios": "^2.3.0", - "@nextcloud/dialogs": "^5.1.1", -<<<<<<< HEAD - "@nextcloud/router": "^2.2.1", - "@nextcloud/vue": "^8.6.2", -======= - "@nextcloud/router": "^3.0.0", - "@nextcloud/vue": "^8.6.1", ->>>>>>> c21015a (Chore(deps): Bump @nextcloud/router from 2.2.1 to 3.0.0) - "vue": "^2.7.16", - "vue-frag": "^1.4.3", - "vue-material-design-icons": "^5.3.0" - }, - "browserslist": [ - "extends @nextcloud/browserslist-config" - ], - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" - }, - "devDependencies": { - "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^3.0.0", - "@nextcloud/eslint-config": "^8.3.0", - "@nextcloud/stylelint-config": "^2.4.0", - "@nextcloud/webpack-vue-config": "^6.0.1", - "vue-template-compiler": "^2.7.16" - } -}