mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-31 21:09:20 +00:00
79 lines
2.5 KiB
JSON
79 lines
2.5 KiB
JSON
{
|
|
"name": "tables",
|
|
"description": "Manage data within tables.",
|
|
"version": "0.9.4",
|
|
"author": "Florian Steffens <florian.steffens@nextcloud.com",
|
|
"bugs": {
|
|
"url": "https://github.com/nextcloud/tables/issues"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/nextcloud/tables",
|
|
"type": "git"
|
|
},
|
|
"type": "module",
|
|
"url": "https://github.com/nextcloud/tables/wiki",
|
|
"license": "agpl",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite --mode production build",
|
|
"dev": "vite --mode development build",
|
|
"watch": "vite --mode development build --watch",
|
|
"typescript:check": "tsc --noEmit",
|
|
"typescript:generate": "npx openapi-typescript ./openapi.json --immutable -t -o src/types/openapi/openapi.ts",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint 'css/*.css' 'css/*.scss' 'src/**/*.scss' 'src/**/*.vue'",
|
|
"stylelint:fix": "stylelint 'css/*.css' 'css/*.scss' 'src/**/*.scss' 'src/**/*.vue' --fix"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/svg": "^7.4.47",
|
|
"@nextcloud/auth": "^2.5.1",
|
|
"@nextcloud/axios": "^2.5.1",
|
|
"@nextcloud/capabilities": "^1.2.0",
|
|
"@nextcloud/dialogs": "^6.3.1",
|
|
"@nextcloud/event-bus": "^3.3.2",
|
|
"@nextcloud/files": "^3.11.0",
|
|
"@nextcloud/initial-state": "^2.2.0",
|
|
"@nextcloud/l10n": "^3.3.0",
|
|
"@nextcloud/moment": "^1.3.5",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/vue": "^8.27.0",
|
|
"@tiptap/extension-character-count": "^2.25.0",
|
|
"@tiptap/extension-task-item": "^2.25.0",
|
|
"@tiptap/extension-task-list": "^2.25.0",
|
|
"@tiptap/starter-kit": "^2.25.0",
|
|
"@tiptap/vue-2": "^2.25.0",
|
|
"@vueuse/core": "^11.3.0",
|
|
"debounce": "^2.2.0",
|
|
"pinia": "^2.3.1",
|
|
"vue": "^2.7.16",
|
|
"vue-material-design-icons": "^5.3.1",
|
|
"vue-papa-parse": "^3.1.0",
|
|
"vue-router": "^3.6.5"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.2.0",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/cypress": "^1.0.0-beta.7",
|
|
"@nextcloud/eslint-config": "^8.4.2",
|
|
"@nextcloud/stylelint-config": "^3.1.0",
|
|
"@nextcloud/vite-config": "^1.5.6",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"cypress": "^13.6.4",
|
|
"cypress-downloadfile": "^1.2.4",
|
|
"openapi-typescript": "^7.8.0",
|
|
"typescript": "^5.3.3",
|
|
"cypress-vite": "^1.6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "^4.44.2"
|
|
}
|
|
}
|