84 lines
2.7 KiB
JSON
84 lines
2.7 KiB
JSON
{
|
|
"name": "activity",
|
|
"description": "This application enables people to view a log of activities about them or about files.",
|
|
"version": "2.20.0",
|
|
"author": "Julius Härtl <jus@bitgrid.net",
|
|
"contributors": [],
|
|
"bugs": {
|
|
"url": "https://github.com/nextcloud/activity/issues"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/nextcloud/activity",
|
|
"type": "git"
|
|
},
|
|
"homepage": "https://github.com/nextcloud/activity",
|
|
"license": "agpl",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite --mode production build",
|
|
"dev": "vite --mode development build",
|
|
"watch": "vite --mode development build --watch",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"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",
|
|
"test": "TZ=CET NODE_ENV=test vitest run",
|
|
"test:coverage": "TZ=CET NODE_ENV=test vitest --coverage run",
|
|
"cypress": "npm run cypress:component && npm run cypress:e2e",
|
|
"cypress:component": "cypress run --component",
|
|
"cypress:e2e": "cypress run --e2e",
|
|
"cypress:gui": "cypress open",
|
|
"precypress:update-snapshots": "TESTING=true npm run dev"
|
|
},
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^9.0.0"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"dependencies": {
|
|
"@mdi/svg": "^7.4.47",
|
|
"@nextcloud/auth": "^2.2.1",
|
|
"@nextcloud/axios": "^2.4.0",
|
|
"@nextcloud/dialogs": "^5.1.1",
|
|
"@nextcloud/initial-state": "^2.1.0",
|
|
"@nextcloud/l10n": "^2.2.0",
|
|
"@nextcloud/logger": "^2.7.0",
|
|
"@nextcloud/moment": "^1.3.1",
|
|
"@nextcloud/paths": "^2.1.0",
|
|
"@nextcloud/router": "^3.0.0",
|
|
"@nextcloud/vue": "^8.6.2",
|
|
"@vueuse/core": "^10.5.0",
|
|
"vue": "^2.7.16",
|
|
"vue-frag": "^1.4.3",
|
|
"vue-material-design-icons": "^5.3.0",
|
|
"vue-router": "^3.6.5",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/browserslist-config": "^3.0.0",
|
|
"@nextcloud/cypress": "^1.0.0-beta.6",
|
|
"@nextcloud/eslint-config": "^8.3.0",
|
|
"@nextcloud/stylelint-config": "^2.3.1",
|
|
"@nextcloud/vite-config": "^1.2.1",
|
|
"@testing-library/vue": "^5.9.0",
|
|
"@types/dockerode": "^3.3.23",
|
|
"@vitest/coverage-v8": "^1.2.2",
|
|
"@vue/test-utils": "^1.3.6",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"cypress-visual-regression": "^3.0.0",
|
|
"cypress-vite": "^1.5.0",
|
|
"cypress-wait-until": "^2.0.1",
|
|
"dockerode": "^4.0.0",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"happy-dom": "^13.3.8",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.12",
|
|
"vitest": "^1.2.2",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"wait-on": "^7.2.0"
|
|
}
|
|
}
|