webstudio 0.216.0 → 0.217.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/lib/cli.js +562 -870
- package/package.json +13 -13
- package/templates/defaults/package.json +7 -7
- package/templates/react-router/package.json +7 -7
- package/templates/ssg/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webstudio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.217.0",
|
|
4
4
|
"description": "Webstudio CLI",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"change-case": "^5.4.4",
|
|
34
34
|
"deepmerge": "^4.3.1",
|
|
35
35
|
"env-paths": "^3.0.0",
|
|
36
|
-
"nanoid": "^5.
|
|
36
|
+
"nanoid": "^5.1.5",
|
|
37
37
|
"p-limit": "^6.2.0",
|
|
38
38
|
"parse5": "7.2.1",
|
|
39
39
|
"picocolors": "^1.1.1",
|
|
@@ -68,17 +68,17 @@
|
|
|
68
68
|
"vite": "^5.4.11",
|
|
69
69
|
"vitest": "^3.0.8",
|
|
70
70
|
"wrangler": "^3.63.2",
|
|
71
|
-
"@webstudio-is/css-engine": "0.
|
|
72
|
-
"@webstudio-is/http-client": "0.
|
|
73
|
-
"@webstudio-is/image": "0.
|
|
74
|
-
"@webstudio-is/
|
|
75
|
-
"@webstudio-is/sdk": "0.
|
|
76
|
-
"@webstudio-is/sdk-components-
|
|
77
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
78
|
-
"@webstudio-is/
|
|
79
|
-
"@webstudio-is/sdk-components-react-
|
|
80
|
-
"@webstudio-is/
|
|
81
|
-
"@webstudio-is/
|
|
71
|
+
"@webstudio-is/css-engine": "0.217.0",
|
|
72
|
+
"@webstudio-is/http-client": "0.217.0",
|
|
73
|
+
"@webstudio-is/image": "0.217.0",
|
|
74
|
+
"@webstudio-is/sdk": "0.217.0",
|
|
75
|
+
"@webstudio-is/sdk-components-animation": "0.217.0",
|
|
76
|
+
"@webstudio-is/sdk-components-react-radix": "0.217.0",
|
|
77
|
+
"@webstudio-is/sdk-components-react-remix": "0.217.0",
|
|
78
|
+
"@webstudio-is/react-sdk": "0.217.0",
|
|
79
|
+
"@webstudio-is/sdk-components-react-router": "0.217.0",
|
|
80
|
+
"@webstudio-is/tsconfig": "1.0.7",
|
|
81
|
+
"@webstudio-is/sdk-components-react": "0.217.0"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"typecheck": "tsc",
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"@remix-run/node": "2.16.4",
|
|
12
12
|
"@remix-run/react": "2.16.4",
|
|
13
13
|
"@remix-run/server-runtime": "2.16.4",
|
|
14
|
-
"@webstudio-is/image": "0.
|
|
15
|
-
"@webstudio-is/react-sdk": "0.
|
|
16
|
-
"@webstudio-is/sdk": "0.
|
|
17
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
18
|
-
"@webstudio-is/sdk-components-animation": "0.
|
|
19
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
20
|
-
"@webstudio-is/sdk-components-react-remix": "0.
|
|
14
|
+
"@webstudio-is/image": "0.217.0",
|
|
15
|
+
"@webstudio-is/react-sdk": "0.217.0",
|
|
16
|
+
"@webstudio-is/sdk": "0.217.0",
|
|
17
|
+
"@webstudio-is/sdk-components-react": "0.217.0",
|
|
18
|
+
"@webstudio-is/sdk-components-animation": "0.217.0",
|
|
19
|
+
"@webstudio-is/sdk-components-react-radix": "0.217.0",
|
|
20
|
+
"@webstudio-is/sdk-components-react-remix": "0.217.0",
|
|
21
21
|
"isbot": "^5.1.25",
|
|
22
22
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
23
23
|
"react-dom": "18.3.0-canary-14898b6a9-20240318"
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@react-router/dev": "^7.5.0",
|
|
12
12
|
"@react-router/fs-routes": "^7.5.0",
|
|
13
|
-
"@webstudio-is/image": "0.
|
|
14
|
-
"@webstudio-is/react-sdk": "0.
|
|
15
|
-
"@webstudio-is/sdk": "0.
|
|
16
|
-
"@webstudio-is/sdk-components-animation": "0.
|
|
17
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
18
|
-
"@webstudio-is/sdk-components-react-router": "0.
|
|
19
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
13
|
+
"@webstudio-is/image": "0.217.0",
|
|
14
|
+
"@webstudio-is/react-sdk": "0.217.0",
|
|
15
|
+
"@webstudio-is/sdk": "0.217.0",
|
|
16
|
+
"@webstudio-is/sdk-components-animation": "0.217.0",
|
|
17
|
+
"@webstudio-is/sdk-components-react-radix": "0.217.0",
|
|
18
|
+
"@webstudio-is/sdk-components-react-router": "0.217.0",
|
|
19
|
+
"@webstudio-is/sdk-components-react": "0.217.0",
|
|
20
20
|
"isbot": "^5.1.25",
|
|
21
21
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
22
22
|
"react-dom": "18.3.0-canary-14898b6a9-20240318",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"typecheck": "tsc"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@webstudio-is/image": "0.
|
|
12
|
-
"@webstudio-is/react-sdk": "0.
|
|
13
|
-
"@webstudio-is/sdk": "0.
|
|
14
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
15
|
-
"@webstudio-is/sdk-components-animation": "0.
|
|
16
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
11
|
+
"@webstudio-is/image": "0.217.0",
|
|
12
|
+
"@webstudio-is/react-sdk": "0.217.0",
|
|
13
|
+
"@webstudio-is/sdk": "0.217.0",
|
|
14
|
+
"@webstudio-is/sdk-components-react": "0.217.0",
|
|
15
|
+
"@webstudio-is/sdk-components-animation": "0.217.0",
|
|
16
|
+
"@webstudio-is/sdk-components-react-radix": "0.217.0",
|
|
17
17
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
18
18
|
"react-dom": "18.3.0-canary-14898b6a9-20240318",
|
|
19
19
|
"vike": "^0.4.228"
|