{ "name": "cospend", "version": "0.3.3", "description": "Cospend app", "main": "index.js", "directories": { "test": "tests" }, "type": "module", "scripts": { "build": "NODE_ENV=production vite --mode production build", "dev": "NODE_ENV=development vite --mode development build", "watch": "NODE_ENV=development vite --mode development build --watch", "serve": "NODE_ENV=development webpack serve --progress --config webpack.js", "lint": "eslint --ext .ts,.js,.vue src", "lint:fix": "eslint --ext .ts,.js,.vue src --fix", "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css", "stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix" }, "repository": { "type": "git", "url": "https://github.com/julien-nc/cospend-nc" }, "keywords": [ "cospend" ], "author": "Julien Veyssier", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/julien-nc/cospend-nc/issues" }, "homepage": "https://github.com/julien-nc/cospend-nc", "browserslist": [ "extends @nextcloud/browserslist-config" ], "engines": { "node": "^20", "npm": "^10" }, "dependencies": { "@juliushaertl/vue-richtext": "^1.0.1", "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.0.0", "@nextcloud/dialogs": "^6.0.0", "@nextcloud/event-bus": "^3.0.0", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/moment": "^1.3.1", "@nextcloud/router": "^3.0.0", "@nextcloud/vue": "^8.0.1", "@nextcloud/vue-dashboard": "^2.0.1", "chart.js": "^3.9.1", "kjua-svg": "^1.13.1", "sass": "^1.54.5", "vue": "^2.7.13", "vue-awesome-countdown": "^1.1.4", "vue-chartjs": "^4.1.1", "vue-clipboard2": "^0.3.3", "vue-infinite-loading": "^2.4.5", "vue-material-design-icons": "^5.1.2", "vue-smooth-dnd": "^0.8.1", "vuejs-smart-table": "^0.0.7" }, "devDependencies": { "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/eslint-config": "^8.1.2", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/vite-config": "^1.4.2", "@vue/tsconfig": "^0.5.1", "vite-plugin-eslint": "^1.8.1", "vite-plugin-stylelint": "^5.3.1" } }