aboutsummaryrefslogtreecommitdiffstats
path: root/examples/with-script-in-browser/package.json
blob: 3d61f1a1b7bca63f0b96c80b78f0cc688e20d74b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
  }
}