168 строки
5.4 KiB
JSON
168 строки
5.4 KiB
JSON
{
|
|
"name": "@nextcloud/vue",
|
|
"version": "8.19.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) <skjnldsv@protonmail.com>",
|
|
"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-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",
|
|
"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"
|
|
]
|
|
}
|