2023-06-22 20:10:30 +02:00
|
|
|
{
|
|
|
|
"name": "repod",
|
2024-05-29 17:11:53 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2024-11-12 22:02:18 +01:00
|
|
|
"type": "module",
|
2023-06-22 20:10:30 +02:00
|
|
|
"scripts": {
|
2024-11-10 15:49:35 +01:00
|
|
|
"build": "vite build",
|
2024-10-17 16:29:49 +02:00
|
|
|
"dev": "vite --mode development build",
|
2024-10-23 13:42:56 +02:00
|
|
|
"lint": "vue-tsc && eslint src",
|
2024-11-09 00:28:19 +01:00
|
|
|
"lint:fix": "vue-tsc && eslint src --fix",
|
|
|
|
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
|
2024-11-12 22:02:18 +01:00
|
|
|
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",
|
|
|
|
"watch": "vite --mode development build --watch"
|
2023-06-22 20:10:30 +02:00
|
|
|
},
|
2024-11-08 23:25:47 +01:00
|
|
|
"browserslist": [
|
|
|
|
"extends @nextcloud/browserslist-config"
|
|
|
|
],
|
2024-11-12 22:02:18 +01:00
|
|
|
"prettier": "@nextcloud/prettier-config",
|
2023-06-22 20:10:30 +02:00
|
|
|
"dependencies": {
|
2024-12-09 07:53:25 +01:00
|
|
|
"@formatjs/intl-segmenter": "^11.7.7",
|
2024-09-19 08:27:04 +02:00
|
|
|
"@nextcloud/axios": "^2.5.1",
|
2024-04-30 00:48:47 +02:00
|
|
|
"@nextcloud/initial-state": "^2.2.0",
|
2024-05-18 12:46:11 +02:00
|
|
|
"@nextcloud/l10n": "^3.1.0",
|
2024-04-30 00:48:47 +02:00
|
|
|
"@nextcloud/router": "^3.0.1",
|
2024-08-08 17:20:54 +02:00
|
|
|
"@nextcloud/vite-config": "^2.2.2",
|
|
|
|
"@nextcloud/vue": "9.0.0-alpha.5",
|
2024-12-10 07:38:26 +01:00
|
|
|
"dompurify": "^3.2.3",
|
2024-12-04 07:50:39 +01:00
|
|
|
"linkify-html": "^4.2.0",
|
2024-12-05 07:42:29 +01:00
|
|
|
"pinia": "^2.3.0",
|
2024-08-08 22:39:43 +02:00
|
|
|
"toastify-js": "^1.12.0",
|
2024-12-02 14:21:00 +01:00
|
|
|
"vite": "~5.4.11",
|
2024-11-16 07:32:26 +01:00
|
|
|
"vue": "^3.5.13",
|
2024-10-17 16:05:27 +02:00
|
|
|
"vue-material-design-icons": "^5.3.1",
|
2024-11-26 07:54:34 +01:00
|
|
|
"vue-router": "^4.5.0"
|
2023-06-22 20:10:30 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-30 00:48:47 +02:00
|
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
2024-05-18 12:46:11 +02:00
|
|
|
"@nextcloud/eslint-config": "^8.4.1",
|
2024-05-06 14:47:47 +02:00
|
|
|
"@nextcloud/prettier-config": "^1.1.0",
|
2024-05-18 12:46:11 +02:00
|
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
2024-09-13 08:56:04 +02:00
|
|
|
"@types/toastify-js": "^1.12.3",
|
2024-12-02 14:21:00 +01:00
|
|
|
"@vue/eslint-config-typescript": "~13.0.0",
|
2024-11-28 07:32:39 +01:00
|
|
|
"@vue/tsconfig": "^0.7.0",
|
2024-04-30 00:48:47 +02:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-08-25 11:53:52 +02:00
|
|
|
"eslint-plugin-pinia": "^0.4.1",
|
2024-09-13 08:56:04 +02:00
|
|
|
"eslint-plugin-prettier": "^5.2.1",
|
2024-12-02 14:21:00 +01:00
|
|
|
"typescript": "~5.5.4",
|
2024-11-06 23:32:09 +01:00
|
|
|
"vue-tsc": "^2.1.10"
|
2024-11-12 22:02:18 +01:00
|
|
|
}
|
2023-06-22 20:10:30 +02:00
|
|
|
}
|