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