create-expo-stack 2.11.22 → 2.11.23-next.2677773
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 +2 -2
- package/build/templates/base/package.json.ejs +1 -1
- package/package.json +72 -72
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ You can also use flags such as `--noInstall`, `--noGit`, and `--default` in orde
|
|
|
47
47
|
|
|
48
48
|
To get started, use npx to run the CLI tool. You will be prompted to opt into the features you want to use.
|
|
49
49
|
|
|
50
|
-
`npx create-expo-stack`
|
|
50
|
+
`npx create-expo-stack@latest`
|
|
51
51
|
|
|
52
52
|
<img src="https://github.com/roninoss/create-expo-stack/assets/5482800/e709dd66-cb9b-463c-91f9-b842bb80585c" />
|
|
53
53
|
|
|
@@ -71,7 +71,7 @@ Each project is generated based on the results of the CLI, on a per-file basis.
|
|
|
71
71
|
| Expo Status Bar | Status Bar Library | v1 | Status bar support |
|
|
72
72
|
| Expo System UI | System UI Library | v2 | System UI support |
|
|
73
73
|
| Expo Web Browser | Web Browser Library | v12 | Open links in the browser |
|
|
74
|
-
| NativeWind | UI Framework | v4
|
|
74
|
+
| NativeWind | UI Framework | v4.1 | Tailwind CSS for React Native |
|
|
75
75
|
| Restyle | UI Framework | v2 | Theme-based styling library for React Native |
|
|
76
76
|
| Tamagui | UI Framework | v1 | Universal UI with a smart optimizing compiler |
|
|
77
77
|
| Unistyles | UI Framework | v2 | Superset of StyleSheet |
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
<% if (props.stylingPackage?.name === "nativewind" || props.stylingPackage?.name === "nativewindui") { %>
|
|
32
|
-
"nativewind": "
|
|
32
|
+
"nativewind": "next",
|
|
33
33
|
<% } %>
|
|
34
34
|
<% if (props.stylingPackage?.name === "nativewindui") { %>
|
|
35
35
|
"@roninoss/icons": "^0.0.4",
|
package/package.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
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
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
2
|
+
"name": "create-expo-stack",
|
|
3
|
+
"version": "2.11.23-next.2677773",
|
|
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 && NODE_ENV=development 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
|
+
"snapshot-update": "bun test --bail=1 --timeout 160000 --update-snapshots",
|
|
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
|
}
|