create-expo-stack 2.9.7 → 2.9.8-next.dc92e40
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.
- package/build/templates/base/package.json.ejs +13 -13
- package/package.json +67 -67
|
@@ -33,23 +33,23 @@
|
|
|
33
33
|
<% } %>
|
|
34
34
|
<% if (props.stylingPackage?.name === "nativewindui") { %>
|
|
35
35
|
"@roninoss/icons": "^0.0.4",
|
|
36
|
-
"@shopify/flash-list": "1.6.
|
|
36
|
+
"@shopify/flash-list": "1.6.4",
|
|
37
37
|
"class-variance-authority": "^0.7.0",
|
|
38
38
|
"clsx": "^2.1.0",
|
|
39
|
-
"expo-navigation-bar": "~
|
|
39
|
+
"expo-navigation-bar": "~3.0.4",
|
|
40
40
|
"tailwind-merge": "^2.2.1",
|
|
41
41
|
<% if (props.stylingPackage?.options.selectedComponents.includes('selectable-text')) { %>
|
|
42
42
|
"react-native-uitextview": "^1.1.4",
|
|
43
43
|
<% } %>
|
|
44
|
-
"react-native-pager-view": "6.
|
|
44
|
+
"react-native-pager-view": "6.3.0",
|
|
45
45
|
<% if (props.stylingPackage?.options.selectedComponents.includes('date-picker')) { %>
|
|
46
|
-
"@react-native-community/datetimepicker": "
|
|
46
|
+
"@react-native-community/datetimepicker": "8.0.1",
|
|
47
47
|
<% } %>
|
|
48
48
|
<% if (props.stylingPackage?.options.selectedComponents.includes('segmented-control')) { %>
|
|
49
|
-
"@react-native-segmented-control/segmented-control": "2.
|
|
49
|
+
"@react-native-segmented-control/segmented-control": "2.5.2",
|
|
50
50
|
<% } %>
|
|
51
51
|
<% if (props.stylingPackage?.options.selectedComponents.includes('picker')) { %>
|
|
52
|
-
"@react-native-picker/picker": "2.
|
|
52
|
+
"@react-native-picker/picker": "2.7.5",
|
|
53
53
|
<% } %>
|
|
54
54
|
<% if (props.stylingPackage?.options.selectedComponents.includes('bottom-sheet')) { %>
|
|
55
55
|
"@gorhom/bottom-sheet": "^4",
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"zeego": "^1.9.1",
|
|
62
62
|
"react-native-ios-context-menu": "^2.5.0",
|
|
63
63
|
"react-native-ios-utilities": "^4.4.0",
|
|
64
|
-
"@react-native-menu/menu": "^0.
|
|
64
|
+
"@react-native-menu/menu": "^1.0.3",
|
|
65
65
|
<% } %>
|
|
66
66
|
<% if (props.stylingPackage?.options.selectedComponents.includes('ratings-indicator')) { %>
|
|
67
|
-
"expo-store-review": "~
|
|
67
|
+
"expo-store-review": "~7.0.2",
|
|
68
68
|
<% } %>
|
|
69
69
|
<% if (props.stylingPackage?.options.selectedComponents.includes('slider')) { %>
|
|
70
|
-
"@react-native-community/slider": "4.
|
|
70
|
+
"@react-native-community/slider": "4.5.2",
|
|
71
71
|
<% } %>
|
|
72
72
|
<% } %>
|
|
73
73
|
|
|
@@ -109,11 +109,11 @@
|
|
|
109
109
|
<% } %>
|
|
110
110
|
|
|
111
111
|
<% if ((props.navigationPackage?.options.type === "drawer + tabs") && (props.navigationPackage?.name === "react-navigation")) { %>
|
|
112
|
-
"@react-navigation/drawer": "^6.6.
|
|
112
|
+
"@react-navigation/drawer": "^6.6.15",
|
|
113
113
|
"@react-navigation/bottom-tabs": "^6.5.8",
|
|
114
114
|
"react-native-reanimated": "~3.10.1",
|
|
115
115
|
<% } else if (props.navigationPackage?.options.type === "drawer + tabs") { %>
|
|
116
|
-
"@react-navigation/drawer": "^6.6.
|
|
116
|
+
"@react-navigation/drawer": "^6.6.15",
|
|
117
117
|
"@react-navigation/bottom-tabs": "^6.5.8",
|
|
118
118
|
<% } %>
|
|
119
119
|
|
|
@@ -146,10 +146,10 @@
|
|
|
146
146
|
"expo-localization": "~14.8.3",
|
|
147
147
|
<% } %>
|
|
148
148
|
<% if (props.flags?.eas || props.stylingPackage?.name === "nativewindui") { %>
|
|
149
|
-
"expo-dev-client": "~4.0.
|
|
149
|
+
"expo-dev-client": "~4.0.14",
|
|
150
150
|
<% } %>
|
|
151
151
|
|
|
152
|
-
"expo": "
|
|
152
|
+
"expo": "^51.0.0",
|
|
153
153
|
"expo-status-bar": "~1.12.1",
|
|
154
154
|
"react": "18.2.0",
|
|
155
155
|
"react-native": "0.74.1"
|
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
2
|
+
"name": "create-expo-stack",
|
|
3
|
+
"version": "2.9.8-next.dc92e40",
|
|
4
|
+
"description": "CLI tool to initialize a React Native application with Expo",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/danstepanov/create-expo-stack.git",
|
|
8
|
+
"directory": "cli"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://createexpostack.com",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"types": "build/types/types.d.ts",
|
|
13
|
+
"bin": {
|
|
14
|
+
"create-expo-stack": "bin/create-expo-stack.js"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"build",
|
|
18
|
+
"LICENSE",
|
|
19
|
+
"readme.md",
|
|
20
|
+
"docs",
|
|
21
|
+
"bin"
|
|
22
|
+
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build": "bun run clean-build && bun run compile && bun run copy-templates && bun run lint-templates",
|
|
25
|
+
"bump": "bun run ./src/utilities/bumpVersion.ts",
|
|
26
|
+
"clean-build": "rm -rf ./build",
|
|
27
|
+
"compile": "tsc -p .",
|
|
28
|
+
"copy-templates": "bun run copyfiles -u 2 -a \"./src/templates/**/*\" ./build/templates",
|
|
29
|
+
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix --resolve-plugins-relative-to . && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
|
|
30
|
+
"lint-templates": "bun run ejslint ./src/templates",
|
|
31
|
+
"prepublishOnly": "bun run build",
|
|
32
|
+
"publishPublic": "bun run build && npm publish --access public",
|
|
33
|
+
"snapupdate": "jest --updateSnapshot",
|
|
34
|
+
"test:watch": "bun test --watch",
|
|
35
|
+
"test": "bun test --timeout 30000"
|
|
36
|
+
},
|
|
37
|
+
"prettier": {
|
|
38
|
+
"arrowParens": "always",
|
|
39
|
+
"bracketSameLine": false,
|
|
40
|
+
"bracketSpacing": true,
|
|
41
|
+
"printWidth": 120,
|
|
42
|
+
"semi": true,
|
|
43
|
+
"singleQuote": true,
|
|
44
|
+
"tabWidth": 2,
|
|
45
|
+
"trailingComma": "none",
|
|
46
|
+
"useTabs": false
|
|
47
|
+
},
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@clack/prompts": "^0.7.0",
|
|
50
|
+
"ejs-lint": "^2.0.0",
|
|
51
|
+
"figlet": "^1.6.0",
|
|
52
|
+
"gluegun": "latest",
|
|
53
|
+
"gradient-string": "^2.0.2"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@types/gradient-string": "^1.1.2",
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
58
|
+
"@typescript-eslint/parser": "^6.9.1",
|
|
59
|
+
"copyfiles": "^2.4.1",
|
|
60
|
+
"eslint": "^8.53.0",
|
|
61
|
+
"eslint-config-prettier": "^9.0.0",
|
|
62
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
63
|
+
"husky": "^5.1.3",
|
|
64
|
+
"prettier": "^3.1.0"
|
|
65
|
+
},
|
|
66
|
+
"publishConfig": {
|
|
67
|
+
"provenance": false
|
|
68
|
+
}
|
|
69
69
|
}
|