Skip to content

Commit 1810b1a

Browse files
committed
feat: add new vercel template based on react-router
1 parent 4855ffd commit 1810b1a

34 files changed

+1697
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.DS_Store
2+
/node_modules/
3+
4+
# React Router
5+
/.react-router/
6+
/build/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
force=true
2+
# to support using NODE_OPTIONS for windows tests
3+
shell-emulator=true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
force=true
2+
# to support using NODE_OPTIONS for windows tests
3+
shell-emulator=true
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"dependencies": {
3+
"@webstudio-is/image": "workspace:*",
4+
"@webstudio-is/react-sdk": "workspace:*",
5+
"@webstudio-is/sdk": "workspace:*",
6+
"@webstudio-is/sdk-components-animation": "workspace:*",
7+
"@webstudio-is/sdk-components-react": "workspace:*",
8+
"@webstudio-is/sdk-components-react-radix": "workspace:*",
9+
"@webstudio-is/sdk-components-react-router": "workspace:*",
10+
"webstudio": "workspace:*"
11+
}
12+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"compilerOptions": {
3+
"customConditions": ["webstudio"]
4+
}
5+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"projectId": "d845c167-ea07-4875-b08d-83e97c09dcce"
3+
}

0 commit comments

Comments
 (0)