aboutsummaryrefslogtreecommitdiffstats
path: root/examples/with-script-in-browser/package.json
diff options
context:
space:
mode:
authorkj_sh6042026-03-15 16:19:35 -0400
committerkj_sh6042026-03-15 16:19:35 -0400
commit225db4a7805befe009fe055fc2ef5daedd6c04f9 (patch)
treea5b0d073daabaadceb2f5c1b18640d785b5a9c71 /examples/with-script-in-browser/package.json
parent8ff10d2bf233608b027f8503cb9c7100c9ee3f16 (diff)
refactor: examples/
Diffstat (limited to 'examples/with-script-in-browser/package.json')
-rw-r--r--examples/with-script-in-browser/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/with-script-in-browser/package.json b/examples/with-script-in-browser/package.json
new file mode 100644
index 0000000..3d61f1a
--- /dev/null
+++ b/examples/with-script-in-browser/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "with-script-in-browser",
+ "version": "1.0.0",
+ "private": true,
+ "dependencies": {
+ "react": "19.0.0",
+ "react-dom": "19.0.0",
+ "@excalidraw/excalidraw": "*",
+ "browser-fs-access": "0.29.1"
+ },
+ "devDependencies": {
+ "vite": "5.0.12",
+ "typescript": "^5"
+ },
+ "scripts": {
+ "start": "vite",
+ "build": "vite build",
+ "build:preview": "yarn build && vite preview --port 5002",
+ "build:package": "yarn workspace @excalidraw/excalidraw run build:esm"
+ }
+}