mirror of
https://github.com/chenasraf/cospend-nc.git
synced 2026-05-18 01:39:06 +00:00
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "cospend",
|
|
"version": "0.3.3",
|
|
"description": "Cospend app",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
|
|
"build": "NODE_ENV=production webpack --progress --config webpack.js",
|
|
"serve": "NODE_ENV=development webpack serve --progress --config webpack.js",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .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": "^16.0.0",
|
|
"npm": "^8.0.0 || ^7.0.0"
|
|
},
|
|
"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-click-outside": "^1.1.0",
|
|
"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/webpack-vue-config": "^6.0.0",
|
|
"eslint-webpack-plugin": "^4.0.0",
|
|
"stylelint": "^16.5.0",
|
|
"stylelint-webpack-plugin": "^5.0.0"
|
|
}
|
|
}
|