Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 499a10e0e4ad06490486b0d0b21cc9c41f3927c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
	"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.3.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.3",
		"autoprefixer": "^10.4.13",
		"babel-loader-exclude-node-modules-except": "^1.2.1",
		"cypress": "^11.0.1",
		"jest": "^29.3.1",
		"module-replace-webpack-plugin": "0.0.12",
		"postcss": "^8.4.19",
		"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"
	}
}