photos/package.json

115 lines
3.6 KiB
JSON

{
"name": "photos",
"description": "Your memories under your control",
"version": "2.5.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>"
],
"keywords": [
"nextcloud",
"photos",
"app"
],
"bugs": {
"url": "https://github.com/nextcloud/photos/issues"
},
"repository": {
"url": "https://github.com/nextcloud/photos",
"type": "git"
},
"homepage": "https://github.com/nextcloud/photos",
"license": "agpl",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"serve": "NODE_ENV=development webpack serve --progress --config webpack.js",
"test": "jest",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix",
"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"
},
"dependencies": {
"@essentials/request-timeout": "^1.3.0",
"@mdi/svg": "^7.3.67",
"@nextcloud/auth": "^2.1.0",
"@nextcloud/axios": "^2.1.0",
"@nextcloud/dialogs": "^4.1.0",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.1.0",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/upload": "^1.0.4",
"@nextcloud/vue": "^8.8.1",
"blurhash": "^2.0.5",
"camelcase": "^8.0.0",
"debounce": "^1.2.1",
"he": "^1.2.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"path-posix": "^1.0.0",
"qs": "^6.11.2",
"url-parse": "^1.5.10",
"vue": "^2.7.14",
"vue-material-design-icons": "^5.2.0",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.14",
"vue-virtual-grid": "^2.5.0",
"vue2-leaflet": "^2.7.1",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^4.11.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/cypress": "^1.0.0-beta.6",
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/webpack-vue-config": "^5.5.1",
"@types/dockerode": "^3.3.14",
"@types/jest": "^29.5.1",
"@vue/test-utils": "^1.3.6",
"@vue/tsconfig": "^0.1.3",
"@vue/vue2-jest": "^29.2.6",
"autoprefixer": "^10.4.14",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"cypress-visual-regression": "^4.0.0",
"cypress-wait-until": "^2.0.1",
"dockerode": "^3.3.4",
"eslint-plugin-cypress": "^2.12.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"module-replace-webpack-plugin": "0.0.12",
"postcss": "^8.4.35",
"postcss-loader": "^7.3.3",
"raw-loader": "^4.0.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"wait-on": "^7.0.1",
"workbox-webpack-plugin": "^6.5.4"
}
}