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

package.json - github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40be029314f98a24e85b1b6bb1609e201896be2b (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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
  "name": "calendar",
  "description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
  "version": "4.1.0-rc1",
  "author": "Georg Ehrke <oc.list@georgehrke.com>",
  "contributors": [
    "Georg Ehrke <oc.list@georgehrke.com>",
    "Thomas Citharel <tcit@tcit.fr>"
  ],
  "keywords": [
    "nextcloud",
    "calendars",
    "vevent",
    "caldav"
  ],
  "bugs": {
    "url": "https://github.com/nextcloud/calendar/issues"
  },
  "repository": {
    "url": "https://github.com/nextcloud/calendar",
    "type": "git"
  },
  "homepage": "https://github.com/nextcloud/calendar",
  "license": "agpl",
  "private": true,
  "scripts": {
    "build": "webpack --node-env production --progress",
    "dev": "webpack --node-env development --progress",
    "watch": "webpack --node-env development --progress --watch",
    "lint": "eslint --ext .js,.vue src",
    "lint:fix": "eslint --ext .js,.vue src --fix",
    "stylelint": "stylelint src css",
    "stylelint:fix": "stylelint src css --fix",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "dependencies": {
    "@fullcalendar/core": "5.11.3",
    "@fullcalendar/daygrid": "5.11.3",
    "@fullcalendar/interaction": "5.11.3",
    "@fullcalendar/list": "5.11.3",
    "@fullcalendar/resource-timeline": "5.11.3",
    "@fullcalendar/timegrid": "5.11.3",
    "@fullcalendar/vue": "5.11.2",
    "@nextcloud/auth": "^2.0.0",
    "@nextcloud/axios": "^2.1.0",
    "@nextcloud/calendar-availability-vue": "^0.5.0-beta.3",
    "@nextcloud/calendar-js": "^3.1.0",
    "@nextcloud/cdav-library": "^1.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/router": "^2.0.0",
    "@nextcloud/vue": "^7.0.1",
    "@nextcloud/vue-dashboard": "^2.0.1",
    "autosize": "^5.0.1",
    "closest-css-color": "^1.0.0",
    "color-convert": "^2.0.1",
    "core-js": "^3.26.0",
    "css-color-names": "^1.0.1",
    "debounce": "^1.2.1",
    "jstz": "^2.1.1",
    "md5": "^2.3.0",
    "p-limit": "^4.0.0",
    "v-tooltip": "^2.1.3",
    "vue": "^2.7.13",
    "vue-click-outside": "^1.1.0",
    "vue-material-design-icons": "^5.1.2",
    "vue-router": "^3.6.5",
    "vue-shortkey": "^3.1.7",
    "vuedraggable": "^2.24.3",
    "vuex": "^3.6.2",
    "vuex-router-sync": "^5.0.0"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "engines": {
    "node": "^16.0.0",
    "npm": "^7.0.0 || ^8.0.0"
  },
  "devDependencies": {
    "@nextcloud/babel-config": "^1.0.0",
    "@nextcloud/browserslist-config": "^2.3.0",
    "@nextcloud/eslint-config": "^8.1.2",
    "@nextcloud/stylelint-config": "^2.3.0",
    "@nextcloud/webpack-vue-config": "^5.4.0",
    "@vue/test-utils": "^1.3.3",
    "babel-core": "^7.0.0-bridge.0",
    "babel-loader-exclude-node-modules-except": "^1.2.1",
    "ical.js": "^1.5.0",
    "jest": "^29.2.2",
    "jest-environment-jsdom": "^29.2.2",
    "jest-serializer-vue": "^2.0.2",
    "resolve-url-loader": "^5.0.0",
    "vue-jest": "^3.0.7",
    "vue-template-compiler": "^2.7.13"
  },
  "optionalDependencies": {
    "fsevents": "^2.3.2"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "vue"
    ],
    "moduleNameMapper": {
      "^@/(.*)$": "<rootDir>/src/$1",
      "^ical.js": "<rootDir>/node_modules/ical.js"
    },
    "transform": {
      ".*\\.js$": "<rootDir>/node_modules/babel-jest",
      ".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
    },
    "snapshotSerializers": [
      "<rootDir>/node_modules/jest-serializer-vue"
    ],
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "<rootDir>/src/**/*.{js,vue}",
      "!**/node_modules/**"
    ],
    "coverageReporters": [
      "json",
      "text",
      "html",
      "lcov",
      "clover"
    ],
    "transformIgnorePatterns": [
      "/node_modules/(?!(@fullcalendar|uuid)).+\\.js$"
    ],
    "setupFilesAfterEnv": [
      "./tests/javascript/jest.setup.js",
      "./tests/assets/loadAsset.js"
    ],
    "testEnvironment": "jsdom"
  }
}