-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.79 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.79 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
{
"name": "owlbear-emanation",
"private": true,
"version": "1.9.1",
"type": "module",
"license": "GPL-3.0",
"scripts": {
"dev": "vite",
"build": "pnpm docs:build && { test \"$CF_PAGES\" '!=' 1 || test \"$SKIP_DEPENDENCY_INSTALL\" = 1; } || { echo 'SKIP_DEPENDENCY_INSTALL=1 must be set on Cloudflare Pages'; exit 1; } && tsc --build && vite build",
"docs:build": "node scripts/build-docs.js",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.39.1",
"eslint-config": "github:desain/eslint-config",
"jsdom": "^26.1.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^6.3.6",
"vite-plugin-glsl": "^1.5.3",
"vite-plugin-mkcert": "^1.17.8",
"vitest": "^3.2.4"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.9",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@owlbear-rodeo/sdk": "^3.1.0",
"@types/object-hash": "^3.0.6",
"await-lock": "^3.0.0",
"immer": "^11.0.1",
"object-hash": "^3.0.0",
"owlbear-utils": "github:desain/owlbear-utils",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"zustand": "^5.0.9"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
}