-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
169 lines (169 loc) · 5.46 KB
/
package.json
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "@nextcloud/vue",
"version": "8.22.0",
"description": "Nextcloud vue components",
"keywords": [
"vuejs",
"nextcloud",
"components"
],
"repository": "https://github.com/nextcloud-libraries/nextcloud-vue",
"homepage": "https://github.com/nextcloud-libraries/nextcloud-vue",
"bugs": "https://github.com/nextcloud-libraries/nextcloud-vue/issues",
"author": "John Molakvoæ (skjnldsv) <[email protected]>",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "vite build --mode production ",
"dev": "vite build --mode development",
"dev:watch": "vite build --mode development --watch",
"watch": "npm run dev:watch",
"l10n:extract": "node build/extract-l10n.mjs",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"test": "TZ=UTC jest --verbose --color",
"test:coverage": "TZ=UTC jest --verbose --coverage --no-cache",
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",
"styleguide": "vue-styleguidist server",
"styleguide:build": "vue-styleguidist build",
"cypress": "TZ=UTC cypress run --component",
"cypress:gui": "TZ=UTC cypress open --component",
"cypress:update-snapshots": "TZ=UTC cypress run --component --spec \"cypress/visual/**/*.cy.{t,j}s\" --env type=base --config screenshotsFolder=cypress/snapshots/base"
},
"main": "dist/index.cjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./dist/Components/*.js": {
"import": "./dist/Components/*.mjs",
"require": "./dist/Components/*.cjs"
},
"./dist/Directives/*.js": {
"import": "./dist/Directives/*.mjs",
"require": "./dist/Directives/*.cjs"
},
"./dist/Functions/*.js": {
"import": "./dist/Functions/*.mjs",
"require": "./dist/Functions/*.cjs"
},
"./dist/Mixins/*.js": {
"import": "./dist/Mixins/*.mjs",
"require": "./dist/Mixins/*.cjs"
},
"./dist/Composables/*.js": {
"import": "./dist/Composables/*.mjs",
"require": "./dist/Composables/*.cjs"
}
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"dist"
],
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@linusborg/vue-simple-portal": "^0.1.5",
"@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.0",
"@nextcloud/browser-storage": "^0.4.0",
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.3",
"@nextcloud/timezones": "^0.1.1",
"@nextcloud/vue-select": "^3.25.1",
"@vueuse/components": "^11.0.0",
"@vueuse/core": "^11.0.0",
"clone": "^2.1.2",
"debounce": "^2.2.0",
"dompurify": "^3.0.5",
"emoji-mart-vue-fast": "^15.0.1",
"escape-html": "^1.0.3",
"floating-vue": "^1.0.0-beta.19",
"focus-trap": "^7.4.3",
"linkify-string": "^4.0.0",
"md5": "^2.3.0",
"rehype-external-links": "^3.0.0",
"rehype-highlight": "^7.0.1",
"rehype-react": "^7.1.2",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"splitpanes": "^2.4.1",
"string-length": "^5.0.1",
"striptags": "^3.2.0",
"tabbable": "^6.2.0",
"tributejs": "^5.1.3",
"unified": "^11.0.1",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vue": "^2.7.16",
"vue-color": "^2.8.1",
"vue-frag": "^1.4.3",
"vue-router": "^3.6.5",
"vue2-datepicker": "^3.11.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
},
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@cypress/vue2": "^2.0.1",
"@fontsource/roboto": "^5.1.0",
"@jest/globals": "^29.7.0",
"@mdi/js": "^7.4.47",
"@mdi/svg": "^7.4.47",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/vite-config": "^1.2.2",
"@nextcloud/webpack-vue-config": "^6.0.1",
"@testing-library/cypress": "^10.0.2",
"@types/gettext-parser": "^4.0.4",
"@types/jest": "^29.5.5",
"@vue/test-utils": "^1.3.0",
"@vue/tsconfig": "^0.5.1",
"@vue/vue2-jest": "^29.0.0",
"babel-jest": "^29.0.1",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"core-js": "^3.36.1",
"cypress": "^13.6.5",
"cypress-visual-regression": "^5.0.0",
"eslint-plugin-cypress": "^3.0.0",
"file-loader": "^6.2.0",
"gettext-extractor": "^3.7.2",
"gettext-parser": "^8.0.0",
"glob": "^11.0.0",
"jest": "^29.0.1",
"jest-environment-jsdom": "^29.7.0",
"jest-raw-loader": "^1.0.1",
"jest-serializer-vue": "^3.1.0",
"jest-transform-stub": "^2.0.0",
"node-polyfill-webpack-plugin": "^3.0.0",
"resolve-url-loader": "^5.0.0",
"sanitize-filename": "^1.6.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"url-loader": "^4.1.1",
"vite": "^5.0.10",
"vue-eslint-parser": "^9.0.3",
"vue-material-design-icons": "^5.2.0",
"vue-styleguidist": "~4.72.0",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.88.1",
"webpack-merge": "^6.0.1"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}