create-expo-stack 2.11.8 → 2.11.9-next.220ca66

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/README.md CHANGED
@@ -229,6 +229,13 @@ Thanks go to these wonderful people:
229
229
  <sub><b>Gerald</b></sub>
230
230
  </a>
231
231
  </td>
232
+ <td align="center">
233
+ <a href="https://github.com/AlejandroGutierrezB">
234
+ <img src="https://avatars.githubusercontent.com/u/56408597?v=4" width="100;" alt="AlejandroGutierrezB"/>
235
+ <br />
236
+ <sub><b>Alejandro Gutierrez Barcenilla</b></sub>
237
+ </a>
238
+ </td>
232
239
  <td align="center">
233
240
  <a href="https://github.com/andrew-levy">
234
241
  <img src="https://avatars.githubusercontent.com/u/29075740?v=4" width="100;" alt="andrew-levy"/>
@@ -256,15 +263,15 @@ Thanks go to these wonderful people:
256
263
  <br />
257
264
  <sub><b>Gabimoncha</b></sub>
258
265
  </a>
259
- </td>
266
+ </td></tr>
267
+ <tr>
260
268
  <td align="center">
261
269
  <a href="https://github.com/debugtheworldbot">
262
270
  <img src="https://avatars.githubusercontent.com/u/62830430?v=4" width="100;" alt="debugtheworldbot"/>
263
271
  <br />
264
272
  <sub><b>Pipizhu</b></sub>
265
273
  </a>
266
- </td></tr>
267
- <tr>
274
+ </td>
268
275
  <td align="center">
269
276
  <a href="https://github.com/bautistaaa">
270
277
  <img src="https://avatars.githubusercontent.com/u/3660667?v=4" width="100;" alt="bautistaaa"/>
@@ -299,15 +306,15 @@ Thanks go to these wonderful people:
299
306
  <br />
300
307
  <sub><b>Mahir Kadić</b></sub>
301
308
  </a>
302
- </td>
309
+ </td></tr>
310
+ <tr>
303
311
  <td align="center">
304
312
  <a href="https://github.com/Joehoel">
305
313
  <img src="https://avatars.githubusercontent.com/u/31251240?v=4" width="100;" alt="Joehoel"/>
306
314
  <br />
307
315
  <sub><b>Joël Kuijper</b></sub>
308
316
  </a>
309
- </td></tr>
310
- <tr>
317
+ </td>
311
318
  <td align="center">
312
319
  <a href="https://github.com/zamplyy">
313
320
  <img src="https://avatars.githubusercontent.com/u/26258710?v=4" width="100;" alt="zamplyy"/>
@@ -19,7 +19,7 @@
19
19
  ,[
20
20
  "expo-dev-launcher",
21
21
  {
22
- "launchModeExperimental": "most-recent"
22
+ "launchMode": "most-recent"
23
23
  }
24
24
  ]
25
25
  <% } %>
@@ -38,7 +38,7 @@
38
38
  "experiments": {
39
39
  "tsconfigPaths": true
40
40
  },
41
- <% } %>
41
+ <% } %>
42
42
  "plugins": [
43
43
  <% if (props.internalizationPackage?.name === "i18next") { %>
44
44
  "expo-localization"
@@ -50,7 +50,7 @@
50
50
  [
51
51
  "expo-dev-launcher",
52
52
  {
53
- "launchModeExperimental": "most-recent"
53
+ "launchMode": "most-recent"
54
54
  }
55
55
  ]
56
56
  <% } %>
package/package.json CHANGED
@@ -1,74 +1,74 @@
1
1
  {
2
- "name": "create-expo-stack",
3
- "version": "2.11.8",
4
- "description": "CLI tool to initialize a React Native application with Expo",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/roninoss/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
- "dev": "bun run build && bun run bin/create-expo-stack.js",
30
- "format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix --resolve-plugins-relative-to . && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
31
- "lint-templates": "bun run ejslint ./src/templates",
32
- "prepublishOnly": "bun run build",
33
- "publishPublic": "bun run build && npm publish --access public",
34
- "snapupdate": "jest --updateSnapshot",
35
- "test:watch": "bun test --watch",
36
- "test": "bun test --bail=1 --timeout 160000",
37
- "test:all": "ALL_PACKAGE_MANAGERS=true bun test --bail=1 --timeout 160000"
38
- },
39
- "prettier": {
40
- "arrowParens": "always",
41
- "bracketSameLine": false,
42
- "bracketSpacing": true,
43
- "printWidth": 120,
44
- "semi": true,
45
- "singleQuote": true,
46
- "tabWidth": 2,
47
- "trailingComma": "none",
48
- "useTabs": false
49
- },
50
- "dependencies": {
51
- "@clack/prompts": "^0.7.0",
52
- "ejs-lint": "^2.0.0",
53
- "expo": "^51.0.11",
54
- "figlet": "^1.6.0",
55
- "gluegun": "latest",
56
- "google-auth-library": "^9.11.0",
57
- "googleapis": "^140.0.0",
58
- "gradient-string": "^2.0.2"
59
- },
60
- "devDependencies": {
61
- "@types/gradient-string": "^1.1.2",
62
- "@typescript-eslint/eslint-plugin": "^6.9.1",
63
- "@typescript-eslint/parser": "^6.9.1",
64
- "copyfiles": "^2.4.1",
65
- "eslint": "^8.53.0",
66
- "eslint-config-prettier": "^9.0.0",
67
- "eslint-plugin-prettier": "^5.0.1",
68
- "husky": "^5.1.3",
69
- "prettier": "^3.1.0"
70
- },
71
- "publishConfig": {
72
- "provenance": false
73
- }
2
+ "name": "create-expo-stack",
3
+ "version": "2.11.9-next.220ca66",
4
+ "description": "CLI tool to initialize a React Native application with Expo",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/roninoss/create-expo-stack.git",
8
+ "directory": "cli"
9
+ },
10
+ "homepage": "https://rn.new",
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
+ "dev": "bun run build && bun run bin/create-expo-stack.js",
30
+ "format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix --resolve-plugins-relative-to . && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
31
+ "lint-templates": "bun run ejslint ./src/templates",
32
+ "prepublishOnly": "bun run build",
33
+ "publishPublic": "bun run build && npm publish --access public",
34
+ "snapupdate": "jest --updateSnapshot",
35
+ "test:watch": "bun test --watch",
36
+ "test": "bun test --bail=1 --timeout 160000",
37
+ "test:all": "ALL_PACKAGE_MANAGERS=true bun test --bail=1 --timeout 160000"
38
+ },
39
+ "prettier": {
40
+ "arrowParens": "always",
41
+ "bracketSameLine": false,
42
+ "bracketSpacing": true,
43
+ "printWidth": 120,
44
+ "semi": true,
45
+ "singleQuote": true,
46
+ "tabWidth": 2,
47
+ "trailingComma": "none",
48
+ "useTabs": false
49
+ },
50
+ "dependencies": {
51
+ "@clack/prompts": "^0.7.0",
52
+ "ejs-lint": "^2.0.0",
53
+ "expo": "^51.0.11",
54
+ "figlet": "^1.6.0",
55
+ "gluegun": "latest",
56
+ "google-auth-library": "^9.11.0",
57
+ "googleapis": "^140.0.0",
58
+ "gradient-string": "^2.0.2"
59
+ },
60
+ "devDependencies": {
61
+ "@types/gradient-string": "^1.1.2",
62
+ "@typescript-eslint/eslint-plugin": "^6.9.1",
63
+ "@typescript-eslint/parser": "^6.9.1",
64
+ "copyfiles": "^2.4.1",
65
+ "eslint": "^8.53.0",
66
+ "eslint-config-prettier": "^9.0.0",
67
+ "eslint-plugin-prettier": "^5.0.1",
68
+ "husky": "^5.1.3",
69
+ "prettier": "^3.1.0"
70
+ },
71
+ "publishConfig": {
72
+ "provenance": false
73
+ }
74
74
  }