create-backpack-app 0.2.0 → 0.3.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.
- package/README.md +4 -4
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
- https://github.com/ef-global/nextjs-backpack-boilerplate,
|
|
8
8
|
- https://github.com/ef-global/reactjs-backpack-boilerplate,
|
|
9
9
|
- https://github.com/ef-global/storyblok-nextjs-backpack-boilerplate
|
|
10
|
-
- You need to have `
|
|
10
|
+
- You need to have `GH_PACKAGES_TOKEN` setup in your environment variables. (https://vimeo.com/777149667)
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
Run the following command to create a new app with Backpack Design System:
|
|
14
14
|
|
|
15
15
|
```
|
|
16
|
-
npm create backpack
|
|
16
|
+
npm create backpack-app
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
or
|
|
20
20
|
|
|
21
21
|
```
|
|
22
|
-
yarn create backpack
|
|
23
|
-
```
|
|
22
|
+
yarn create backpack-app
|
|
23
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-backpack-app",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"repository": "git@github.com:ef-global/create-backpack.git",
|
|
5
5
|
"author": "marckraw <marckraw@icloud.com>",
|
|
6
6
|
"publishConfig": {
|
|
@@ -27,20 +27,20 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"chalk": "^5.2.0",
|
|
30
|
-
"commander": "^10.0.
|
|
31
|
-
"execa": "^7.
|
|
32
|
-
"fs-extra": "^11.1.
|
|
33
|
-
"inquirer": "^9.1.
|
|
34
|
-
"ora": "^6.
|
|
30
|
+
"commander": "^10.0.1",
|
|
31
|
+
"execa": "^7.1.1",
|
|
32
|
+
"fs-extra": "^11.1.1",
|
|
33
|
+
"inquirer": "^9.1.5",
|
|
34
|
+
"ora": "^6.3.0",
|
|
35
35
|
"rimraf": "^4.3.1",
|
|
36
|
-
"sb-mig": "^4.1.0-beta.
|
|
36
|
+
"sb-mig": "^4.1.0-beta.69"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/fs-extra": "^11.0.1",
|
|
40
40
|
"@types/inquirer": "^9.0.3",
|
|
41
|
-
"@types/node": "^18.
|
|
42
|
-
"tsup": "^6.
|
|
43
|
-
"type-fest": "^3.
|
|
41
|
+
"@types/node": "^18.15.11",
|
|
42
|
+
"tsup": "^6.7.0",
|
|
43
|
+
"type-fest": "^3.8.0",
|
|
44
44
|
"typescript": "^4.9.5"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|