photos/package.json

98 lines
3.0 KiB
JSON

{
"name": "photos",
"description": "Your memories under your control",
"version": "2.2.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",
"test": "jest",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix",
"e2e": "./cypress/start.sh; cypress run; ./cypress/stop.sh",
"e2e:gui": "./cypress/start.sh; cypress open; ./cypress/stop.sh",
"precypress:update-snapshots": "TESTING=true npm run dev",
"cypress:update-snapshots": "TESTING=true cypress run --env type=base --spec cypress/e2e/visual-regression.cy.js --config screenshotsFolder=cypress/snapshots/base",
"wait-on": "wait-on -i 500 -t 300000"
},
"dependencies": {
"@essentials/request-timeout": "^1.3.0",
"@mdi/svg": "^7.0.96",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.1.0",
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/event-bus": "^3.0.2",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.4.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.0-beta.8",
"@nextcloud/vue": "^7.0.0",
"camelcase": "^7.0.0",
"debounce": "^1.2.1",
"he": "^1.2.0",
"jest-environment-jsdom": "^29.2.1",
"path-posix": "^1.0.0",
"qs": "^6.11.0",
"url-parse": "^1.5.10",
"vue": "^2.7.13",
"vue-material-design-icons": "^5.1.2",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.13",
"vue-virtual-grid": "^2.5.0",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webdav": "^4.11.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.4.0",
"@vue/test-utils": "^1.3.0",
"autoprefixer": "^10.4.13",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"cypress": "^10.11.0",
"jest": "^29.2.2",
"module-replace-webpack-plugin": "0.0.12",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
"raw-loader": "^4.0.2",
"vue-jest": "^3.0.7",
"wait-on": "^6.0.1",
"workbox-webpack-plugin": "^6.5.4"
}
}