summaryrefslogtreecommitdiffstats
path: root/package.json
blob: ff0236d61f49629a639887fe088c882f89c9c87b (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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
  "name": "photos",
  "description": "Your memories under your control",
  "version": "3.0.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": "^3.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.20",
    "@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": "^5.0.0",
    "cypress-wait-until": "^2.0.1",
    "dockerode": "^3.3.5",
    "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.38",
    "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"
  }
}