@digilogiclabs/create-saas-app 1.18.4 → 1.18.6

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 (30) hide show
  1. package/dist/.tsbuildinfo +1 -1
  2. package/dist/templates/mobile/base/template/package.json +2 -2
  3. package/dist/templates/mobile/ui-auth-payments/template/package.json +105 -105
  4. package/dist/templates/mobile/ui-auth-payments-ai/template/package.json +107 -107
  5. package/dist/templates/mobile/ui-auth-payments-ai-rag/template/package.json +112 -112
  6. package/dist/templates/web/base/template/package.json +2 -2
  7. package/dist/templates/web/ui-auth/template/package.json +1 -1
  8. package/dist/templates/web/ui-auth-ai/template/package.json +2 -2
  9. package/dist/templates/web/ui-auth-payments/template/package.json +1 -1
  10. package/dist/templates/web/ui-auth-payments-ai/template/package.json +1 -1
  11. package/dist/templates/web/ui-auth-payments-ai-rag/template/package.json +73 -73
  12. package/dist/templates/web/ui-auth-payments-audio/template/package.json +1 -1
  13. package/dist/templates/web/ui-auth-payments-video/template/package.json +1 -1
  14. package/dist/templates/web/ui-only/template/package.json +1 -1
  15. package/dist/templates/web/ui-package-test/template/package.json +1 -1
  16. package/package.json +1 -1
  17. package/src/templates/mobile/base/template/package.json +2 -2
  18. package/src/templates/mobile/ui-auth-payments/template/package.json +105 -105
  19. package/src/templates/mobile/ui-auth-payments-ai/template/package.json +107 -107
  20. package/src/templates/mobile/ui-auth-payments-ai-rag/template/package.json +112 -112
  21. package/src/templates/web/base/template/package.json +2 -2
  22. package/src/templates/web/ui-auth/template/package.json +1 -1
  23. package/src/templates/web/ui-auth-ai/template/package.json +2 -2
  24. package/src/templates/web/ui-auth-payments/template/package.json +1 -1
  25. package/src/templates/web/ui-auth-payments-ai/template/package.json +1 -1
  26. package/src/templates/web/ui-auth-payments-ai-rag/template/package.json +73 -73
  27. package/src/templates/web/ui-auth-payments-audio/template/package.json +1 -1
  28. package/src/templates/web/ui-auth-payments-video/template/package.json +1 -1
  29. package/src/templates/web/ui-only/template/package.json +1 -1
  30. package/src/templates/web/ui-package-test/template/package.json +1 -1
@@ -1,106 +1,106 @@
1
- {
2
- "name": "{{packageName}}",
3
- "version": "1.0.0",
4
- "description": "{{description}} - Mobile App with UI, Auth, and Payments",
5
- "main": "node_modules/expo/AppEntry.js",
6
- "scripts": {
7
- "start": "expo start",
8
- "dev": "expo start --dev-client",
9
- "android": "expo start --android",
10
- "ios": "expo start --ios",
11
- "web": "expo start --web",
12
- "build": "eas build",
13
- "build:android": "eas build --platform android",
14
- "build:ios": "eas build --platform ios",
15
- "preview": "eas build --profile preview",
16
- "submit": "eas submit",
17
- "test": "jest",
18
- "lint": "expo lint",
19
- "type-check": "tsc --noEmit"
20
- },
21
- "dependencies": {
22
- "expo": "~50.0.0",
23
- "react": "18.2.0",
24
- "react-native": "0.73.4",
25
-
26
- "@expo/vector-icons": "^14.0.0",
27
- "@expo/config-plugins": "~7.8.0",
28
-
29
- "@react-navigation/native": "^6.1.9",
30
- "@react-navigation/stack": "^6.3.20",
31
- "@react-navigation/bottom-tabs": "^6.5.11",
32
- "@react-navigation/drawer": "^6.6.6",
33
- "react-native-screens": "~3.29.0",
34
- "react-native-safe-area-context": "4.8.2",
35
- "react-native-gesture-handler": "~2.14.0",
36
- "react-native-reanimated": "~3.6.2",
37
-
38
- "@digilogiclabs/saas-factory-ui": "^0.22.0",
39
- "@digilogiclabs/saas-factory-auth": "^1.0.1",
40
- "@digilogiclabs/saas-factory-payments": "^1.1.0",
41
-
42
- "@supabase/supabase-js": "^2.39.0",
43
- "@react-native-async-storage/async-storage": "1.21.0",
44
-
45
- "@stripe/stripe-react-native": "0.37.2",
46
-
47
- "expo-router": "~3.4.0",
48
- "expo-font": "~11.10.0",
49
- "expo-linking": "~6.2.2",
50
- "expo-constants": "~15.4.0",
51
- "expo-status-bar": "~1.11.1",
52
- "expo-splash-screen": "~0.26.4",
53
- "expo-system-ui": "~2.9.3",
54
- "expo-web-browser": "~12.8.2",
55
- "expo-haptics": "~12.8.1",
56
- "expo-device": "~5.9.3",
57
- "expo-location": "~16.5.3",
58
- "expo-image-picker": "~14.7.1",
59
- "expo-camera": "~14.1.3",
60
- "expo-barcode-scanner": "~12.9.3",
61
- "expo-notifications": "~0.27.6",
62
- "expo-secure-store": "~12.8.1",
63
- "expo-file-system": "~16.0.6",
64
- "expo-updates": "~0.24.11",
65
- "expo-linear-gradient": "~12.7.2",
66
- "expo-blur": "~12.9.2",
67
-
68
- "@react-native-community/netinfo": "11.2.1",
69
- "react-native-mmkv": "^2.12.2",
70
- "react-native-svg": "14.1.0",
71
- "react-native-url-polyfill": "^2.0.0",
72
-
73
- "zustand": "^4.4.7",
74
- "react-hook-form": "^7.48.2",
75
- "@hookform/resolvers": "^3.3.2",
76
- "zod": "^3.22.4",
77
- "date-fns": "^3.0.6",
78
- "react-native-heroicons": "^4.0.0"
79
- },
80
- "devDependencies": {
81
- "@babel/core": "^7.23.6",
82
- "@types/react": "~18.2.45",
83
- "@types/react-native": "~0.73.0",
84
- "typescript": "~5.3.3",
85
- "jest": "^29.7.0",
86
- "@testing-library/react-native": "^12.4.2",
87
- "@testing-library/jest-native": "^5.4.3",
88
- "babel-plugin-module-resolver": "^5.0.0",
89
- "eslint": "^8.57.0",
90
- "eslint-config-expo": "^7.0.0",
91
- "prettier": "^3.1.1"
92
- },
93
- "jest": {
94
- "preset": "jest-expo",
95
- "setupFilesAfterEnv": ["<rootDir>/jest-setup.ts"],
96
- "transformIgnorePatterns": [
97
- "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
98
- ]
99
- },
100
- "private": true,
101
- "expo": {
102
- "install": {
103
- "exclude": ["react-native-safe-area-context"]
104
- }
105
- }
1
+ {
2
+ "name": "{{packageName}}",
3
+ "version": "1.0.0",
4
+ "description": "{{description}} - Mobile App with UI, Auth, and Payments",
5
+ "main": "node_modules/expo/AppEntry.js",
6
+ "scripts": {
7
+ "start": "expo start",
8
+ "dev": "expo start --dev-client",
9
+ "android": "expo start --android",
10
+ "ios": "expo start --ios",
11
+ "web": "expo start --web",
12
+ "build": "eas build",
13
+ "build:android": "eas build --platform android",
14
+ "build:ios": "eas build --platform ios",
15
+ "preview": "eas build --profile preview",
16
+ "submit": "eas submit",
17
+ "test": "jest",
18
+ "lint": "expo lint",
19
+ "type-check": "tsc --noEmit"
20
+ },
21
+ "dependencies": {
22
+ "expo": "~50.0.0",
23
+ "react": "18.2.0",
24
+ "react-native": "0.73.4",
25
+
26
+ "@expo/vector-icons": "^14.0.0",
27
+ "@expo/config-plugins": "~7.8.0",
28
+
29
+ "@react-navigation/native": "^6.1.9",
30
+ "@react-navigation/stack": "^6.3.20",
31
+ "@react-navigation/bottom-tabs": "^6.5.11",
32
+ "@react-navigation/drawer": "^6.6.6",
33
+ "react-native-screens": "~3.29.0",
34
+ "react-native-safe-area-context": "4.8.2",
35
+ "react-native-gesture-handler": "~2.14.0",
36
+ "react-native-reanimated": "~3.6.2",
37
+
38
+ "@digilogiclabs/saas-factory-ui": "^0.25.1",
39
+ "@digilogiclabs/saas-factory-auth": "^1.0.1",
40
+ "@digilogiclabs/saas-factory-payments": "^1.1.0",
41
+
42
+ "@supabase/supabase-js": "^2.39.0",
43
+ "@react-native-async-storage/async-storage": "1.21.0",
44
+
45
+ "@stripe/stripe-react-native": "0.37.2",
46
+
47
+ "expo-router": "~3.4.0",
48
+ "expo-font": "~11.10.0",
49
+ "expo-linking": "~6.2.2",
50
+ "expo-constants": "~15.4.0",
51
+ "expo-status-bar": "~1.11.1",
52
+ "expo-splash-screen": "~0.26.4",
53
+ "expo-system-ui": "~2.9.3",
54
+ "expo-web-browser": "~12.8.2",
55
+ "expo-haptics": "~12.8.1",
56
+ "expo-device": "~5.9.3",
57
+ "expo-location": "~16.5.3",
58
+ "expo-image-picker": "~14.7.1",
59
+ "expo-camera": "~14.1.3",
60
+ "expo-barcode-scanner": "~12.9.3",
61
+ "expo-notifications": "~0.27.6",
62
+ "expo-secure-store": "~12.8.1",
63
+ "expo-file-system": "~16.0.6",
64
+ "expo-updates": "~0.24.11",
65
+ "expo-linear-gradient": "~12.7.2",
66
+ "expo-blur": "~12.9.2",
67
+
68
+ "@react-native-community/netinfo": "11.2.1",
69
+ "react-native-mmkv": "^2.12.2",
70
+ "react-native-svg": "14.1.0",
71
+ "react-native-url-polyfill": "^2.0.0",
72
+
73
+ "zustand": "^4.4.7",
74
+ "react-hook-form": "^7.48.2",
75
+ "@hookform/resolvers": "^3.3.2",
76
+ "zod": "^3.22.4",
77
+ "date-fns": "^3.0.6",
78
+ "react-native-heroicons": "^4.0.0"
79
+ },
80
+ "devDependencies": {
81
+ "@babel/core": "^7.23.6",
82
+ "@types/react": "~18.2.45",
83
+ "@types/react-native": "~0.73.0",
84
+ "typescript": "~5.3.3",
85
+ "jest": "^29.7.0",
86
+ "@testing-library/react-native": "^12.4.2",
87
+ "@testing-library/jest-native": "^5.4.3",
88
+ "babel-plugin-module-resolver": "^5.0.0",
89
+ "eslint": "^8.57.0",
90
+ "eslint-config-expo": "^7.0.0",
91
+ "prettier": "^3.1.1"
92
+ },
93
+ "jest": {
94
+ "preset": "jest-expo",
95
+ "setupFilesAfterEnv": ["<rootDir>/jest-setup.ts"],
96
+ "transformIgnorePatterns": [
97
+ "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
98
+ ]
99
+ },
100
+ "private": true,
101
+ "expo": {
102
+ "install": {
103
+ "exclude": ["react-native-safe-area-context"]
104
+ }
105
+ }
106
106
  }
@@ -1,108 +1,108 @@
1
- {
2
- "name": "{{packageName}}",
3
- "version": "1.0.0",
4
- "description": "{{description}} - Mobile AI App with UI, Auth, Payments, and AI Generation",
5
- "main": "node_modules/expo/AppEntry.js",
6
- "scripts": {
7
- "start": "expo start",
8
- "dev": "expo start --dev-client",
9
- "android": "expo start --android",
10
- "ios": "expo start --ios",
11
- "web": "expo start --web",
12
- "build": "eas build",
13
- "build:android": "eas build --platform android",
14
- "build:ios": "eas build --platform ios",
15
- "preview": "eas build --profile preview",
16
- "submit": "eas submit",
17
- "test": "jest",
18
- "lint": "expo lint",
19
- "type-check": "tsc --noEmit"
20
- },
21
- "dependencies": {
22
- "expo": "~50.0.0",
23
- "react": "18.2.0",
24
- "react-native": "0.73.4",
25
-
26
- "@expo/vector-icons": "^14.0.0",
27
- "@expo/config-plugins": "~7.8.0",
28
-
29
- "@react-navigation/native": "^6.1.9",
30
- "@react-navigation/stack": "^6.3.20",
31
- "@react-navigation/bottom-tabs": "^6.5.11",
32
- "@react-navigation/drawer": "^6.6.6",
33
- "react-native-screens": "~3.29.0",
34
- "react-native-safe-area-context": "4.8.2",
35
- "react-native-gesture-handler": "~2.14.0",
36
- "react-native-reanimated": "~3.6.2",
37
-
38
- "@digilogiclabs/saas-factory-ui": "^0.22.0",
39
- "@digilogiclabs/saas-factory-auth": "^1.0.1",
40
- "@digilogiclabs/saas-factory-payments": "^1.1.0",
41
- "@digilogiclabs/saas-factory-ai": "^3.0.0",
42
- "@digilogiclabs/saas-factory-ai-types": "^3.0.0",
43
-
44
- "@supabase/supabase-js": "^2.39.0",
45
- "@react-native-async-storage/async-storage": "1.21.0",
46
-
47
- "@stripe/stripe-react-native": "0.37.2",
48
-
49
- "expo-router": "~3.4.0",
50
- "expo-font": "~11.10.0",
51
- "expo-linking": "~6.2.2",
52
- "expo-constants": "~15.4.0",
53
- "expo-status-bar": "~1.11.1",
54
- "expo-splash-screen": "~0.26.4",
55
- "expo-system-ui": "~2.9.3",
56
- "expo-web-browser": "~12.8.2",
57
- "expo-haptics": "~12.8.1",
58
- "expo-device": "~5.9.3",
59
- "expo-location": "~16.5.3",
60
- "expo-image-picker": "~14.7.1",
61
- "expo-camera": "~14.1.3",
62
- "expo-barcode-scanner": "~12.9.3",
63
- "expo-notifications": "~0.27.6",
64
- "expo-secure-store": "~12.8.1",
65
- "expo-file-system": "~16.0.6",
66
- "expo-updates": "~0.24.11",
67
- "expo-linear-gradient": "~12.7.2",
68
- "expo-blur": "~12.9.2",
69
-
70
- "@react-native-community/netinfo": "11.2.1",
71
- "react-native-mmkv": "^2.12.2",
72
- "react-native-svg": "14.1.0",
73
- "react-native-url-polyfill": "^2.0.0",
74
-
75
- "zustand": "^4.4.7",
76
- "react-hook-form": "^7.48.2",
77
- "@hookform/resolvers": "^3.3.2",
78
- "zod": "^3.22.4",
79
- "date-fns": "^3.0.6",
80
- "react-native-heroicons": "^4.0.0"
81
- },
82
- "devDependencies": {
83
- "@babel/core": "^7.23.6",
84
- "@types/react": "~18.2.45",
85
- "@types/react-native": "~0.73.0",
86
- "typescript": "~5.3.3",
87
- "jest": "^29.7.0",
88
- "@testing-library/react-native": "^12.4.2",
89
- "@testing-library/jest-native": "^5.4.3",
90
- "babel-plugin-module-resolver": "^5.0.0",
91
- "eslint": "^8.57.0",
92
- "eslint-config-expo": "^7.0.0",
93
- "prettier": "^3.1.1"
94
- },
95
- "jest": {
96
- "preset": "jest-expo",
97
- "setupFilesAfterEnv": ["<rootDir>/jest-setup.ts"],
98
- "transformIgnorePatterns": [
99
- "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
100
- ]
101
- },
102
- "private": true,
103
- "expo": {
104
- "install": {
105
- "exclude": ["react-native-safe-area-context"]
106
- }
107
- }
1
+ {
2
+ "name": "{{packageName}}",
3
+ "version": "1.0.0",
4
+ "description": "{{description}} - Mobile AI App with UI, Auth, Payments, and AI Generation",
5
+ "main": "node_modules/expo/AppEntry.js",
6
+ "scripts": {
7
+ "start": "expo start",
8
+ "dev": "expo start --dev-client",
9
+ "android": "expo start --android",
10
+ "ios": "expo start --ios",
11
+ "web": "expo start --web",
12
+ "build": "eas build",
13
+ "build:android": "eas build --platform android",
14
+ "build:ios": "eas build --platform ios",
15
+ "preview": "eas build --profile preview",
16
+ "submit": "eas submit",
17
+ "test": "jest",
18
+ "lint": "expo lint",
19
+ "type-check": "tsc --noEmit"
20
+ },
21
+ "dependencies": {
22
+ "expo": "~50.0.0",
23
+ "react": "18.2.0",
24
+ "react-native": "0.73.4",
25
+
26
+ "@expo/vector-icons": "^14.0.0",
27
+ "@expo/config-plugins": "~7.8.0",
28
+
29
+ "@react-navigation/native": "^6.1.9",
30
+ "@react-navigation/stack": "^6.3.20",
31
+ "@react-navigation/bottom-tabs": "^6.5.11",
32
+ "@react-navigation/drawer": "^6.6.6",
33
+ "react-native-screens": "~3.29.0",
34
+ "react-native-safe-area-context": "4.8.2",
35
+ "react-native-gesture-handler": "~2.14.0",
36
+ "react-native-reanimated": "~3.6.2",
37
+
38
+ "@digilogiclabs/saas-factory-ui": "^0.25.1",
39
+ "@digilogiclabs/saas-factory-auth": "^1.0.1",
40
+ "@digilogiclabs/saas-factory-payments": "^1.1.0",
41
+ "@digilogiclabs/saas-factory-ai": "^3.0.0",
42
+ "@digilogiclabs/saas-factory-ai-types": "^3.0.0",
43
+
44
+ "@supabase/supabase-js": "^2.39.0",
45
+ "@react-native-async-storage/async-storage": "1.21.0",
46
+
47
+ "@stripe/stripe-react-native": "0.37.2",
48
+
49
+ "expo-router": "~3.4.0",
50
+ "expo-font": "~11.10.0",
51
+ "expo-linking": "~6.2.2",
52
+ "expo-constants": "~15.4.0",
53
+ "expo-status-bar": "~1.11.1",
54
+ "expo-splash-screen": "~0.26.4",
55
+ "expo-system-ui": "~2.9.3",
56
+ "expo-web-browser": "~12.8.2",
57
+ "expo-haptics": "~12.8.1",
58
+ "expo-device": "~5.9.3",
59
+ "expo-location": "~16.5.3",
60
+ "expo-image-picker": "~14.7.1",
61
+ "expo-camera": "~14.1.3",
62
+ "expo-barcode-scanner": "~12.9.3",
63
+ "expo-notifications": "~0.27.6",
64
+ "expo-secure-store": "~12.8.1",
65
+ "expo-file-system": "~16.0.6",
66
+ "expo-updates": "~0.24.11",
67
+ "expo-linear-gradient": "~12.7.2",
68
+ "expo-blur": "~12.9.2",
69
+
70
+ "@react-native-community/netinfo": "11.2.1",
71
+ "react-native-mmkv": "^2.12.2",
72
+ "react-native-svg": "14.1.0",
73
+ "react-native-url-polyfill": "^2.0.0",
74
+
75
+ "zustand": "^4.4.7",
76
+ "react-hook-form": "^7.48.2",
77
+ "@hookform/resolvers": "^3.3.2",
78
+ "zod": "^3.22.4",
79
+ "date-fns": "^3.0.6",
80
+ "react-native-heroicons": "^4.0.0"
81
+ },
82
+ "devDependencies": {
83
+ "@babel/core": "^7.23.6",
84
+ "@types/react": "~18.2.45",
85
+ "@types/react-native": "~0.73.0",
86
+ "typescript": "~5.3.3",
87
+ "jest": "^29.7.0",
88
+ "@testing-library/react-native": "^12.4.2",
89
+ "@testing-library/jest-native": "^5.4.3",
90
+ "babel-plugin-module-resolver": "^5.0.0",
91
+ "eslint": "^8.57.0",
92
+ "eslint-config-expo": "^7.0.0",
93
+ "prettier": "^3.1.1"
94
+ },
95
+ "jest": {
96
+ "preset": "jest-expo",
97
+ "setupFilesAfterEnv": ["<rootDir>/jest-setup.ts"],
98
+ "transformIgnorePatterns": [
99
+ "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
100
+ ]
101
+ },
102
+ "private": true,
103
+ "expo": {
104
+ "install": {
105
+ "exclude": ["react-native-safe-area-context"]
106
+ }
107
+ }
108
108
  }