|
7 | 7 | "nextcloud", |
8 | 8 | "components" |
9 | 9 | ], |
10 | | - "repository": "https://github.com/nextcloud-libraries/nextcloud-vue", |
11 | 10 | "homepage": "https://github.com/nextcloud-libraries/nextcloud-vue", |
12 | 11 | "bugs": "https://github.com/nextcloud-libraries/nextcloud-vue/issues", |
13 | | - "author": "John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>", |
| 12 | + "repository": "https://github.com/nextcloud-libraries/nextcloud-vue", |
14 | 13 | "license": "AGPL-3.0-or-later", |
15 | | - "scripts": { |
16 | | - "build": "vite build --mode production ", |
17 | | - "dev": "vite build --mode development", |
18 | | - "dev:watch": "vite build --mode development --watch", |
19 | | - "watch": "npm run dev:watch", |
20 | | - "l10n:extract": "node build/extract-l10n.mjs", |
21 | | - "lint": "eslint --ext .js,.vue src", |
22 | | - "lint:fix": "eslint --ext .js,.vue src --fix", |
23 | | - "prerelease:format-changelog": "node build/format-changelog.mjs", |
24 | | - "test": "TZ=UTC LANG='en-US' jest --verbose --color", |
25 | | - "test:coverage": "TZ=UTC LANG='en-US' jest --verbose --coverage --no-cache", |
26 | | - "stylelint": "stylelint \"src/**/*.vue\" \"src/**/*.scss\" \"src/**/*.css\"", |
27 | | - "stylelint:fix": "stylelint \"src/**/*.vue\" \"src/**/*.scss\" \"src/**/*.css\" --fix", |
28 | | - "styleguide": "vue-styleguidist server", |
29 | | - "styleguide:build": "vue-styleguidist build", |
30 | | - "cypress": "TZ=UTC cypress run --component", |
31 | | - "cypress:gui": "TZ=UTC cypress open --component", |
32 | | - "cypress:update-snapshots": "TZ=UTC cypress run --component --spec \"cypress/visual/**/*.cy.{t,j}s\" --env type=base --config screenshotsFolder=cypress/snapshots/base" |
33 | | - }, |
34 | | - "main": "dist/index.cjs", |
| 14 | + "author": "Nextcloud GmbH and Nextcloud contributors", |
35 | 15 | "exports": { |
36 | 16 | ".": { |
37 | 17 | "import": "./dist/index.mjs", |
|
74 | 54 | "require": "./dist/Functions/*.cjs" |
75 | 55 | } |
76 | 56 | }, |
| 57 | + "main": "dist/index.cjs", |
77 | 58 | "files": [ |
78 | 59 | "CHANGELOG.md", |
79 | 60 | "LICENSE", |
80 | 61 | "README.md", |
81 | 62 | "dist" |
82 | 63 | ], |
| 64 | + "scripts": { |
| 65 | + "build": "vite build --mode production ", |
| 66 | + "cypress": "TZ=UTC cypress run --component", |
| 67 | + "cypress:gui": "TZ=UTC cypress open --component", |
| 68 | + "cypress:update-snapshots": "TZ=UTC cypress run --component --spec \"cypress/visual/**/*.cy.{t,j}s\" --env type=base --config screenshotsFolder=cypress/snapshots/base", |
| 69 | + "dev": "vite build --mode development", |
| 70 | + "dev:watch": "vite build --mode development --watch", |
| 71 | + "l10n:extract": "node build/extract-l10n.mjs", |
| 72 | + "lint": "eslint --ext .js,.vue src", |
| 73 | + "lint:fix": "eslint --ext .js,.vue src --fix", |
| 74 | + "prerelease:format-changelog": "node build/format-changelog.mjs", |
| 75 | + "styleguide": "vue-styleguidist server", |
| 76 | + "styleguide:build": "vue-styleguidist build", |
| 77 | + "stylelint": "stylelint \"src/**/*.vue\" \"src/**/*.scss\" \"src/**/*.css\"", |
| 78 | + "stylelint:fix": "stylelint \"src/**/*.vue\" \"src/**/*.scss\" \"src/**/*.css\" --fix", |
| 79 | + "test": "TZ=UTC LANG='en-US' jest --verbose --color", |
| 80 | + "test:coverage": "TZ=UTC LANG='en-US' jest --verbose --coverage --no-cache", |
| 81 | + "watch": "npm run dev:watch" |
| 82 | + }, |
| 83 | + "browserslist": [ |
| 84 | + "extends @nextcloud/browserslist-config" |
| 85 | + ], |
| 86 | + "overrides": { |
| 87 | + "mdast-util-gfm": { |
| 88 | + "mdast-util-gfm-autolink-literal": "2.0.0" |
| 89 | + } |
| 90 | + }, |
83 | 91 | "dependencies": { |
84 | 92 | "@floating-ui/dom": "^1.1.0", |
85 | 93 | "@linusborg/vue-simple-portal": "^0.1.5", |
|
129 | 137 | "vue-router": "^3.6.5", |
130 | 138 | "vue2-datepicker": "^3.11.0" |
131 | 139 | }, |
132 | | - "engines": { |
133 | | - "node": "^20.0.0", |
134 | | - "npm": "^10.0.0" |
135 | | - }, |
136 | 140 | "devDependencies": { |
137 | 141 | "@babel/plugin-syntax-import-assertions": "^7.22.5", |
138 | 142 | "@babel/preset-typescript": "^7.27.0", |
|
184 | 188 | "webpack": "^5.98.0", |
185 | 189 | "webpack-merge": "^6.0.1" |
186 | 190 | }, |
187 | | - "overrides": { |
188 | | - "mdast-util-gfm": { |
189 | | - "mdast-util-gfm-autolink-literal": "2.0.0" |
190 | | - } |
| 191 | + "engines": { |
| 192 | + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" |
191 | 193 | }, |
192 | | - "browserslist": [ |
193 | | - "extends @nextcloud/browserslist-config" |
194 | | - ] |
| 194 | + "devEngines": { |
| 195 | + "packageManager": { |
| 196 | + "name": "npm", |
| 197 | + "version": "^10" |
| 198 | + }, |
| 199 | + "runtime": { |
| 200 | + "name": "node", |
| 201 | + "version": "^22" |
| 202 | + } |
| 203 | + } |
195 | 204 | } |
0 commit comments