webstudio 0.209.0 → 0.212.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 +1034 -531
- package/package.json +22 -22
- package/templates/cloudflare/package.json +2 -2
- package/templates/defaults/package.json +12 -12
- package/templates/react-router/package.json +11 -11
- package/templates/react-router-docker/package.json +3 -3
- package/templates/react-router-netlify/package.json +1 -1
- package/templates/react-router-vercel/package.json +1 -1
- package/templates/ssg/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webstudio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.212.0",
|
|
4
4
|
"description": "Webstudio CLI",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -44,40 +44,40 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@netlify/vite-plugin-react-router": "^1.0.0",
|
|
47
|
-
"@react-router/dev": "^7.
|
|
48
|
-
"@react-router/fs-routes": "^7.
|
|
49
|
-
"@remix-run/cloudflare": "^2.16.
|
|
50
|
-
"@remix-run/cloudflare-pages": "^2.16.
|
|
51
|
-
"@remix-run/dev": "^2.16.
|
|
52
|
-
"@remix-run/node": "^2.16.
|
|
53
|
-
"@remix-run/react": "^2.16.
|
|
54
|
-
"@remix-run/server-runtime": "^2.16.
|
|
47
|
+
"@react-router/dev": "^7.4.0",
|
|
48
|
+
"@react-router/fs-routes": "^7.4.0",
|
|
49
|
+
"@remix-run/cloudflare": "^2.16.2",
|
|
50
|
+
"@remix-run/cloudflare-pages": "^2.16.2",
|
|
51
|
+
"@remix-run/dev": "^2.16.2",
|
|
52
|
+
"@remix-run/node": "^2.16.2",
|
|
53
|
+
"@remix-run/react": "^2.16.2",
|
|
54
|
+
"@remix-run/server-runtime": "^2.16.2",
|
|
55
55
|
"@types/react": "^18.2.70",
|
|
56
56
|
"@types/react-dom": "^18.2.25",
|
|
57
57
|
"@types/yargs": "^17.0.33",
|
|
58
58
|
"@vercel/react-router": "^1.1.0",
|
|
59
59
|
"@vitejs/plugin-react": "^4.3.4",
|
|
60
60
|
"h3": "^1.15.1",
|
|
61
|
-
"ipx": "^3.0.
|
|
61
|
+
"ipx": "^3.0.3",
|
|
62
62
|
"prettier": "3.5.3",
|
|
63
63
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
64
64
|
"react-dom": "18.3.0-canary-14898b6a9-20240318",
|
|
65
|
-
"react-router": "^7.
|
|
65
|
+
"react-router": "^7.4.0",
|
|
66
66
|
"ts-expect": "^1.3.0",
|
|
67
|
-
"vike": "^0.4.
|
|
67
|
+
"vike": "^0.4.227",
|
|
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/react-sdk": "0.
|
|
75
|
-
"@webstudio-is/sdk
|
|
76
|
-
"@webstudio-is/sdk": "0.
|
|
77
|
-
"@webstudio-is/sdk-components-react": "0.
|
|
78
|
-
"@webstudio-is/sdk-components-react-radix": "0.
|
|
79
|
-
"@webstudio-is/sdk-components-react-remix": "0.
|
|
80
|
-
"@webstudio-is/sdk-components-react-router": "0.
|
|
71
|
+
"@webstudio-is/css-engine": "0.212.0",
|
|
72
|
+
"@webstudio-is/http-client": "0.212.0",
|
|
73
|
+
"@webstudio-is/image": "0.212.0",
|
|
74
|
+
"@webstudio-is/react-sdk": "0.212.0",
|
|
75
|
+
"@webstudio-is/sdk": "0.212.0",
|
|
76
|
+
"@webstudio-is/sdk-components-animation": "0.212.0",
|
|
77
|
+
"@webstudio-is/sdk-components-react": "0.212.0",
|
|
78
|
+
"@webstudio-is/sdk-components-react-radix": "0.212.0",
|
|
79
|
+
"@webstudio-is/sdk-components-react-remix": "0.212.0",
|
|
80
|
+
"@webstudio-is/sdk-components-react-router": "0.212.0",
|
|
81
81
|
"@webstudio-is/tsconfig": "1.0.7"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"build-cf-types": "wrangler types"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@remix-run/cloudflare": "2.16.
|
|
16
|
-
"@remix-run/cloudflare-pages": "2.16.
|
|
15
|
+
"@remix-run/cloudflare": "2.16.2",
|
|
16
|
+
"@remix-run/cloudflare-pages": "2.16.2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@cloudflare/workers-types": "^4.20240620.0",
|
|
@@ -8,22 +8,22 @@
|
|
|
8
8
|
"typecheck": "tsc"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@remix-run/node": "2.16.
|
|
12
|
-
"@remix-run/react": "2.16.
|
|
13
|
-
"@remix-run/server-runtime": "2.16.
|
|
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.
|
|
21
|
-
"isbot": "^5.1.
|
|
11
|
+
"@remix-run/node": "2.16.2",
|
|
12
|
+
"@remix-run/react": "2.16.2",
|
|
13
|
+
"@remix-run/server-runtime": "2.16.2",
|
|
14
|
+
"@webstudio-is/image": "0.212.0",
|
|
15
|
+
"@webstudio-is/react-sdk": "0.212.0",
|
|
16
|
+
"@webstudio-is/sdk": "0.212.0",
|
|
17
|
+
"@webstudio-is/sdk-components-react": "0.212.0",
|
|
18
|
+
"@webstudio-is/sdk-components-animation": "0.212.0",
|
|
19
|
+
"@webstudio-is/sdk-components-react-radix": "0.212.0",
|
|
20
|
+
"@webstudio-is/sdk-components-react-remix": "0.212.0",
|
|
21
|
+
"isbot": "^5.1.25",
|
|
22
22
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
23
23
|
"react-dom": "18.3.0-canary-14898b6a9-20240318"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@remix-run/dev": "2.16.
|
|
26
|
+
"@remix-run/dev": "2.16.2",
|
|
27
27
|
"@types/react": "^18.2.70",
|
|
28
28
|
"@types/react-dom": "^18.2.25",
|
|
29
29
|
"typescript": "5.8.2",
|
|
@@ -8,19 +8,19 @@
|
|
|
8
8
|
"typecheck": "tsc"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@react-router/dev": "^7.
|
|
12
|
-
"@react-router/fs-routes": "^7.
|
|
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.
|
|
20
|
-
"isbot": "^5.1.
|
|
11
|
+
"@react-router/dev": "^7.4.0",
|
|
12
|
+
"@react-router/fs-routes": "^7.4.0",
|
|
13
|
+
"@webstudio-is/image": "0.212.0",
|
|
14
|
+
"@webstudio-is/react-sdk": "0.212.0",
|
|
15
|
+
"@webstudio-is/sdk": "0.212.0",
|
|
16
|
+
"@webstudio-is/sdk-components-animation": "0.212.0",
|
|
17
|
+
"@webstudio-is/sdk-components-react-radix": "0.212.0",
|
|
18
|
+
"@webstudio-is/sdk-components-react-router": "0.212.0",
|
|
19
|
+
"@webstudio-is/sdk-components-react": "0.212.0",
|
|
20
|
+
"isbot": "^5.1.25",
|
|
21
21
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
22
22
|
"react-dom": "18.3.0-canary-14898b6a9-20240318",
|
|
23
|
-
"react-router": "^7.
|
|
23
|
+
"react-router": "^7.4.0",
|
|
24
24
|
"vite": "^5.4.11"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"start": "react-router-serve ./build/server/index.js"
|
|
4
4
|
},
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@react-router/node": "^7.
|
|
7
|
-
"@react-router/serve": "^7.
|
|
6
|
+
"@react-router/node": "^7.4.0",
|
|
7
|
+
"@react-router/serve": "^7.4.0",
|
|
8
8
|
"h3": "^1.15.1",
|
|
9
|
-
"ipx": "^3.0.
|
|
9
|
+
"ipx": "^3.0.3"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -8,15 +8,15 @@
|
|
|
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.212.0",
|
|
12
|
+
"@webstudio-is/react-sdk": "0.212.0",
|
|
13
|
+
"@webstudio-is/sdk": "0.212.0",
|
|
14
|
+
"@webstudio-is/sdk-components-react": "0.212.0",
|
|
15
|
+
"@webstudio-is/sdk-components-animation": "0.212.0",
|
|
16
|
+
"@webstudio-is/sdk-components-react-radix": "0.212.0",
|
|
17
17
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
18
18
|
"react-dom": "18.3.0-canary-14898b6a9-20240318",
|
|
19
|
-
"vike": "^0.4.
|
|
19
|
+
"vike": "^0.4.227"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/react": "^18.2.70",
|