2023-06-22 20:10:30 +02:00
|
|
|
{
|
|
|
|
"name": "repod",
|
2024-05-29 17:11:53 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2023-06-22 20:10:30 +02:00
|
|
|
"scripts": {
|
2024-08-08 17:20:54 +02:00
|
|
|
"build": "vite build --mode production",
|
|
|
|
"dev": "vite build --mode development",
|
|
|
|
"dev:watch": "vite build --mode development --watch",
|
|
|
|
"watch": "npm run dev:watch",
|
2024-05-29 17:11:53 +02:00
|
|
|
"lint": "eslint src",
|
2024-08-08 17:20:54 +02:00
|
|
|
"lint:fix": "eslint src --fix",
|
|
|
|
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
|
|
|
|
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix"
|
2023-06-22 20:10:30 +02:00
|
|
|
},
|
2024-08-09 11:52:56 +02:00
|
|
|
"type": "module",
|
2024-05-29 17:11:53 +02:00
|
|
|
"browserslist": [
|
|
|
|
"extends @nextcloud/browserslist-config"
|
|
|
|
],
|
|
|
|
"prettier": "@nextcloud/prettier-config",
|
2023-06-22 20:10:30 +02:00
|
|
|
"dependencies": {
|
2024-05-03 18:39:07 +02:00
|
|
|
"@nextcloud/axios": "^2.5.0",
|
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-08-08 11:37:48 +02:00
|
|
|
"dompurify": "^3.1.6",
|
|
|
|
"linkify-html": "^4.1.3",
|
2024-08-08 17:20:54 +02:00
|
|
|
"pinia": "^2.2.1",
|
2024-08-08 22:39:43 +02:00
|
|
|
"toastify-js": "^1.12.0",
|
2024-08-08 17:20:54 +02:00
|
|
|
"vue": "^3.4.37",
|
2024-01-29 15:47:14 +01:00
|
|
|
"vue-material-design-icons": "^5.3.0",
|
2024-08-08 17:20:54 +02:00
|
|
|
"vue-router": "^4.4.3"
|
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-04-30 00:48:47 +02:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-08-08 17:20:54 +02:00
|
|
|
"eslint-plugin-prettier": "^5.2.1"
|
2023-06-22 20:10:30 +02:00
|
|
|
}
|
|
|
|
}
|