chore: ⬆️ add locks and pinia
This commit is contained in:
parent
de82bca61d
commit
50e7f39014
@ -2,6 +2,7 @@ module.exports = {
|
|||||||
extends: [
|
extends: [
|
||||||
'@nextcloud',
|
'@nextcloud',
|
||||||
'@vue/eslint-config-typescript/recommended',
|
'@vue/eslint-config-typescript/recommended',
|
||||||
|
'plugin:pinia/recommended',
|
||||||
'plugin:prettier/recommended',
|
'plugin:prettier/recommended',
|
||||||
],
|
],
|
||||||
parser: 'vue-eslint-parser',
|
parser: 'vue-eslint-parser',
|
||||||
|
@ -1,14 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nextcloud/retro",
|
"name": "nextcloud/retro",
|
||||||
"description": "An example description",
|
"description": "🕹️ Play your favorite retro games in Nextcloud",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "example",
|
|
||||||
"email": "example@example.com",
|
|
||||||
"homepage": "https://example.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"OCA\\AppTemplate\\": "lib/"
|
"OCA\\AppTemplate\\": "lib/"
|
||||||
|
3419
composer.lock
generated
Normal file
3419
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
12690
package-lock.json
generated
Normal file
12690
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,8 @@
|
|||||||
"@formatjs/intl-segmenter": "^11.7.7",
|
"@formatjs/intl-segmenter": "^11.7.7",
|
||||||
"@nextcloud/vite-config": "^2.2.2",
|
"@nextcloud/vite-config": "^2.2.2",
|
||||||
"@nextcloud/vue": "9.0.0-alpha.5",
|
"@nextcloud/vue": "9.0.0-alpha.5",
|
||||||
"vite": "^6.0.5",
|
"pinia": "^2.3.0",
|
||||||
|
"vite": "~5.4.11",
|
||||||
"vue": "^3.5.13"
|
"vue": "^3.5.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -30,11 +31,12 @@
|
|||||||
"@nextcloud/eslint-config": "^8.4.1",
|
"@nextcloud/eslint-config": "^8.4.1",
|
||||||
"@nextcloud/prettier-config": "^1.1.0",
|
"@nextcloud/prettier-config": "^1.1.0",
|
||||||
"@nextcloud/stylelint-config": "^3.0.1",
|
"@nextcloud/stylelint-config": "^3.0.1",
|
||||||
"@vue/eslint-config-typescript": "^13",
|
"@vue/eslint-config-typescript": "~13.0.0",
|
||||||
"@vue/tsconfig": "^0.7.0",
|
"@vue/tsconfig": "^0.7.0",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
|
"eslint-plugin-pinia": "^0.4.1",
|
||||||
"eslint-plugin-prettier": "^5.2.1",
|
"eslint-plugin-prettier": "^5.2.1",
|
||||||
"typescript": "5.5",
|
"typescript": "~5.5.4",
|
||||||
"vue-tsc": "^2.2.0"
|
"vue-tsc": "^2.2.0"
|
||||||
},
|
},
|
||||||
"prettier": "@nextcloud/prettier-config"
|
"prettier": "@nextcloud/prettier-config"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user