-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.87 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "owlbear-persistence",
"type": "module",
"version": "1.2.2",
"description": "Persist token data between scenes and create token templates.",
"scripts": {
"dev": "vite",
"build": "pnpm docs:build && tsc --build && vite build",
"docs:build": "node scripts/build-docs.js",
"preview": "vite preview",
"workers:types": "wrangler types",
"workers:deploy": "pnpm build && wrangler deploy",
"workers:dry-run": "pnpm build && wrangler deploy --dry-run",
"workers:dev": "wrangler dev",
"lint": "eslint .",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"keywords": [],
"author": "desain",
"license": "GPL-3.0",
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"devDependencies": {
"@cloudflare/vite-plugin": "^1.12.2",
"@eslint/js": "^9.34.0",
"@types/node": "^22.18.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.34.0",
"eslint-config": "github:desain/eslint-config",
"jsdom": "^26.1.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.42.0",
"vite": "^6.3.5",
"vite-plugin-mkcert": "^1.17.8",
"vitest": "^3.2.4",
"wrangler": "^4.33.2"
},
"dependencies": {
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@nozbe/microfuzz": "^1.0.0",
"@owlbear-rodeo/sdk": "^3.1.0",
"filesize": "^11.0.2",
"immer": "^10.1.3",
"object-sizeof": "^2.6.5",
"owlbear-utils": "github:desain/owlbear-utils",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"zustand": "^5.0.8"
}
}