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-05-29 17:11:53 +02:00
|
|
|
"build": "NODE_ENV=production webpack --config webpack.js --progress",
|
|
|
|
"dev": "NODE_ENV=development webpack --config webpack.js --progress",
|
|
|
|
"watch": "NODE_ENV=development webpack --config webpack.js --progress --watch",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css"
|
2023-06-22 20:10:30 +02:00
|
|
|
},
|
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-07-09 14:53:28 +02:00
|
|
|
"@nextcloud/dialogs": "^5.3.5",
|
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-07-09 14:53:28 +02:00
|
|
|
"@nextcloud/vue": "^8.14.0",
|
2023-07-02 16:56:58 +02:00
|
|
|
"vue": "^2",
|
2024-01-29 15:47:14 +01:00
|
|
|
"vue-material-design-icons": "^5.3.0",
|
2023-07-07 18:38:53 +02:00
|
|
|
"vue-router": "^3",
|
|
|
|
"vuex": "^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
|
|
|
"@nextcloud/webpack-vue-config": "^6.0.1",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-05-29 17:11:53 +02:00
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
|
|
"eslint-webpack-plugin": "^4.2.0",
|
|
|
|
"stylelint-webpack-plugin": "^5.0.1"
|
2023-06-22 20:10:30 +02:00
|
|
|
}
|
|
|
|
}
|