@almadar/mobile 1.4.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/mobile",
3
- "version": "1.4.0",
3
+ "version": "1.6.0",
4
4
  "description": "React Native UI components for Almadar - extends @almadar/ui",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -53,15 +53,9 @@
53
53
  "typecheck": "tsc --noEmit",
54
54
  "lint": "eslint src/",
55
55
  "start": "expo start",
56
- "start:storybook": "EXPO_PUBLIC_STORYBOOK=true expo start",
57
56
  "android": "expo start --android",
58
57
  "ios": "expo start --ios",
59
58
  "web": "expo start --web",
60
- "storybook": "EXPO_PUBLIC_STORYBOOK=true expo start",
61
- "storybook:ios": "EXPO_PUBLIC_STORYBOOK=true expo start --ios",
62
- "storybook:android": "EXPO_PUBLIC_STORYBOOK=true expo start --android",
63
- "storybook:web": "EXPO_PUBLIC_STORYBOOK=true expo start --web",
64
- "storybook-generate": "sb-rn-get-stories",
65
59
  "test": "vitest run --passWithNoTests",
66
60
  "test:web": "vitest run --passWithNoTests"
67
61
  },
@@ -87,10 +81,6 @@
87
81
  },
88
82
  "devDependencies": {
89
83
  "@react-navigation/native": "^6.1.18",
90
- "@storybook/addon-ondevice-actions": "8.6.2",
91
- "@storybook/addon-ondevice-backgrounds": "8.6.2",
92
- "@storybook/addon-ondevice-controls": "8.6.2",
93
- "@storybook/react-native": "8.6.2",
94
84
  "@testing-library/react-native": "^13.3.3",
95
85
  "@types/react": "^19.0.0",
96
86
  "@typescript-eslint/eslint-plugin": "^7.0.0",
@@ -101,6 +91,7 @@
101
91
  "eslint": "^8.57.0",
102
92
  "jsdom": "^24.0.0",
103
93
  "react-test-renderer": "^19.2.4",
94
+ "esbuild": "^0.27.0",
104
95
  "tsup": "^8.0.0",
105
96
  "typescript": "^5.4.0",
106
97
  "vitest": "^1.0.0"