mirror of
https://github.com/webstudio-is/webstudio.git
synced 2025-03-15 09:45:09 +00:00
## Description 1. What is this PR about (link the issue and add a short description) ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 0000) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file
60 lines
2.2 KiB
JSON
60 lines
2.2 KiB
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"cli": "NODE_OPTIONS='--conditions=webstudio --import=tsx' webstudio",
|
|
"fixtures:link": "pnpm cli link --link https://p-d845c167-ea07-4875-b08d-83e97c09dcce-dot-${BUILDER_HOST:-main.development.webstudio.is}'?authToken=e9d1343f-9298-4fd3-a66e-f89a5af2dd93'",
|
|
"fixtures:sync": "pnpm cli sync --buildId a2e8de30-03d5-4514-a3a6-406b3266a3af && pnpm prettier --write ./.webstudio/",
|
|
"fixtures:build": "pnpm cli build --template cloudflare --template saas-helpers --template internal && pnpm prettier --write ./app/ ./package.json ./tsconfig.json",
|
|
"build": "remix vite:build",
|
|
"dev": "remix vite:dev",
|
|
"typecheck": "tsc",
|
|
"deploy": "npm run build && wrangler pages deploy ./build/client",
|
|
"start": "wrangler pages dev ./build/client",
|
|
"typegen": "wrangler types",
|
|
"preview": "npm run build && wrangler pages dev ./build/client",
|
|
"build-cf-types": "wrangler types"
|
|
},
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"name": "webstudio-cloudflare-template",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0-or-later",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@remix-run/cloudflare": "2.16.0",
|
|
"@remix-run/cloudflare-pages": "2.16.0",
|
|
"@remix-run/node": "2.16.0",
|
|
"@remix-run/react": "2.16.0",
|
|
"@remix-run/server-runtime": "2.16.0",
|
|
"@webstudio-is/image": "workspace:*",
|
|
"@webstudio-is/react-sdk": "workspace:*",
|
|
"@webstudio-is/sdk": "workspace:*",
|
|
"@webstudio-is/sdk-components-animation": "workspace:*",
|
|
"@webstudio-is/sdk-components-react": "workspace:*",
|
|
"@webstudio-is/sdk-components-react-radix": "workspace:*",
|
|
"@webstudio-is/sdk-components-react-remix": "workspace:*",
|
|
"isbot": "^5.1.23",
|
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
"react-dom": "18.3.0-canary-14898b6a9-20240318",
|
|
"webstudio": "workspace:*",
|
|
"worktop": "0.8.0-next.18",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20240620.0",
|
|
"@remix-run/dev": "2.16.0",
|
|
"@types/react": "^18.2.70",
|
|
"@types/react-dom": "^18.2.25",
|
|
"typescript": "5.7.3",
|
|
"vite": "^5.4.11",
|
|
"wrangler": "^3.63.2",
|
|
"fast-glob": "^3.3.2"
|
|
}
|
|
}
|