aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/package.json')
-rw-r--r--apps/mobile/package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index f94294c3..c17d4f26 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -1,5 +1,5 @@
{
- "name": "@hoarder/mobile",
+ "name": "@karakeep/mobile",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
@@ -15,9 +15,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
- "@hoarder/shared": "workspace:^0.1.0",
- "@hoarder/shared-react": "workspace:^0.1.0",
- "@hoarder/trpc": "workspace:^0.1.0",
+ "@karakeep/shared": "workspace:^0.1.0",
+ "@karakeep/shared-react": "workspace:^0.1.0",
+ "@karakeep/trpc": "workspace:^0.1.0",
"@react-native-menu/menu": "^1.1.6",
"@tanstack/react-query": "^5.67.1",
"class-variance-authority": "^0.7.0",
@@ -60,10 +60,10 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
- "@hoarder/eslint-config": "workspace:^0.2.0",
- "@hoarder/prettier-config": "workspace:^0.1.0",
- "@hoarder/tailwind-config": "workspace:^0.1.0",
- "@hoarder/tsconfig": "workspace:^0.1.0",
+ "@karakeep/eslint-config": "workspace:^0.2.0",
+ "@karakeep/prettier-config": "workspace:^0.1.0",
+ "@karakeep/tailwind-config": "workspace:^0.1.0",
+ "@karakeep/tsconfig": "workspace:^0.1.0",
"@types/react": "^18.2.55",
"ajv": "latest",
"eslint": "^8.57.0",
@@ -76,8 +76,8 @@
"eslintConfig": {
"root": true,
"extends": [
- "@hoarder/eslint-config/base",
- "@hoarder/eslint-config/react"
+ "@karakeep/eslint-config/base",
+ "@karakeep/eslint-config/react"
],
"ignorePatterns": [
"expo-plugins/**",
@@ -86,5 +86,5 @@
"plugins/**"
]
},
- "prettier": "@hoarder/prettier-config"
+ "prettier": "@karakeep/prettier-config"
}