161 строка
5.1 KiB
JSON
161 строка
5.1 KiB
JSON
{
|
|
"name": "@nextcloud/vue",
|
|
"version": "8.0.0-beta.1",
|
|
"description": "Nextcloud vue components",
|
|
"keywords": [
|
|
"vuejs",
|
|
"nextcloud",
|
|
"components"
|
|
],
|
|
"repository": "https://github.com/nextcloud/nextcloud-vue",
|
|
"homepage": "https://github.com/nextcloud/nextcloud-vue",
|
|
"bugs": "https://github.com/nextcloud/nextcloud-vue/issues",
|
|
"author": "John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"dev": "webpack --node-env development --progress",
|
|
"watch": "webpack --node-env development --progress --watch",
|
|
"watch:module": "LIBRARY_TARGET=module webpack --node-env development --progress --watch",
|
|
"build": "webpack --node-env production --progress && npm run build:module",
|
|
"build:module": "LIBRARY_TARGET=module webpack --node-env production --progress",
|
|
"l10n:extract": "node build/extract-l10n.js",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"test": "jest --verbose",
|
|
"test:coverage": "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": "cypress run --component",
|
|
"cypress:gui": "cypress open --component",
|
|
"cypress:update-snapshots": "cypress run --component --spec cypress/visual/**/*.cy.js --env type=base --config screenshotsFolder=cypress/snapshots/base"
|
|
},
|
|
"main": "dist/ncvuecomponents.js",
|
|
"module": "dist/index.module.js",
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@floating-ui/dom": "^1.1.0",
|
|
"@nextcloud/auth": "^2.0.0",
|
|
"@nextcloud/axios": "^2.0.0",
|
|
"@nextcloud/browser-storage": "^0.2.0",
|
|
"@nextcloud/calendar-js": "^6.0.0",
|
|
"@nextcloud/capabilities": "^1.0.4",
|
|
"@nextcloud/dialogs": "^4.0.0",
|
|
"@nextcloud/event-bus": "^3.0.0",
|
|
"@nextcloud/initial-state": "^2.0.0",
|
|
"@nextcloud/l10n": "^2.0.1",
|
|
"@nextcloud/logger": "^2.2.1",
|
|
"@nextcloud/router": "^2.0.0",
|
|
"@nextcloud/vue-select": "^3.21.2",
|
|
"@skjnldsv/sanitize-svg": "^1.0.2",
|
|
"@vueuse/components": "^10.0.2",
|
|
"@vueuse/core": "^10.1.2",
|
|
"clone": "^2.1.2",
|
|
"debounce": "1.2.1",
|
|
"emoji-mart-vue-fast": "^15.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"floating-vue": "^1.0.0-beta.19",
|
|
"focus-trap": "^7.1.0",
|
|
"linkify-string": "^4.0.0",
|
|
"md5": "^2.3.0",
|
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
|
"rehype-react": "^7.1.2",
|
|
"remark-breaks": "^3.0.2",
|
|
"remark-external-links": "^9.0.1",
|
|
"remark-parse": "^10.0.1",
|
|
"remark-rehype": "^10.1.0",
|
|
"splitpanes": "^2.4.1",
|
|
"string-length": "^6.0.0",
|
|
"striptags": "^3.2.0",
|
|
"tributejs": "^5.1.3",
|
|
"unified": "^10.1.2",
|
|
"unist-builder": "^3.0.1",
|
|
"unist-util-visit": "^4.1.2",
|
|
"vue": "^2.7.14",
|
|
"vue-color": "^2.8.1",
|
|
"vue-material-design-icons": "^5.1.2",
|
|
"vue-multiselect": "^2.1.6",
|
|
"vue2-datepicker": "^3.11.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0",
|
|
"npm": "^7.0.0 || ^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/vue2": "^2.0.1",
|
|
"@fontsource/roboto": "^5.0.0",
|
|
"@mdi/svg": "^7.0.96",
|
|
"@nextcloud/babel-config": "^1.0.0",
|
|
"@nextcloud/browserslist-config": "^2.3.0",
|
|
"@nextcloud/eslint-config": "^8.2.1",
|
|
"@nextcloud/stylelint-config": "^2.3.0",
|
|
"@nextcloud/webpack-vue-config": "github:nextcloud/webpack-vue-config#master",
|
|
"@vue/test-utils": "^1.3.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"@vue/vue2-jest": "^29.0.0",
|
|
"babel-jest": "^29.0.1",
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
|
"cypress": "^12.3.0",
|
|
"cypress-visual-regression": "^3.0.0",
|
|
"eslint-plugin-cypress": "^2.11.1",
|
|
"file-loader": "^6.2.0",
|
|
"gettext-extractor": "^3.5.4",
|
|
"gettext-parser": "^7.0.0",
|
|
"glob": "^10.0.0",
|
|
"jest": "^29.0.1",
|
|
"jest-environment-jsdom": "29.5.0",
|
|
"jest-serializer-vue": "^3.1.0",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sanitize-filename": "^1.6.3",
|
|
"url-loader": "^4.1.1",
|
|
"vue-eslint-parser": "^9.0.3",
|
|
"vue-styleguidist": "~4.72.0",
|
|
"vue-template-compiler": "^2.7.14",
|
|
"webpack-node-externals": "^3.0.0"
|
|
},
|
|
"jest": {
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"vue"
|
|
],
|
|
"testEnvironment": "jsdom",
|
|
"transform": {
|
|
"^.+\\.js$": "babel-jest",
|
|
"^.+\\.vue$": "@vue/vue2-jest",
|
|
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"/node_modules/(?!(vue-material-design-icons)|(unist*)|(unified)|(bail)|(remark*)|(is-*)|(trough)|(vfile)|(mdast*)|(micromark)|(decode-named-character-reference)|(trim-lines)|(rehype*)|(hast-*)|(property-information)|(space-separated-tokens)|(comma-separated-tokens)|(web-namespaces))"
|
|
],
|
|
"snapshotSerializers": [
|
|
"<rootDir>/node_modules/jest-serializer-vue"
|
|
],
|
|
"setupFilesAfterEnv": [
|
|
"./tests/setup.js"
|
|
],
|
|
"coverageDirectory": "./coverage/",
|
|
"collectCoverage": false,
|
|
"collectCoverageFrom": [
|
|
"<rootDir>/src/**/*.{js,vue}",
|
|
"!**/node_modules/**"
|
|
],
|
|
"coverageReporters": [
|
|
"json",
|
|
"text",
|
|
"html",
|
|
"lcov",
|
|
"clover"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
]
|
|
}
|