-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) 路 1 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) 路 1 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
{
"name": "three-steam-audio-workspace",
"type": "module",
"version": "0.1.0-beta.3",
"private": true,
"packageManager": "pnpm@11.5.2",
"scripts": {
"build": "pnpm -r build",
"bump": "bumpp",
"dev:docs": "pnpm -F docs dev",
"dev:example-react": "pnpm -F example-react dev",
"lint": "eslint .",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@eslint-react/eslint-plugin": "catalog:",
"@moeru/eslint-config": "catalog:",
"@moeru/tsconfig": "catalog:",
"@react-three/fiber": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/three": "catalog:",
"@vitejs/plugin-react": "catalog:",
"bumpp": "catalog:",
"eslint": "catalog:",
"eslint-plugin-react-refresh": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "catalog:",
"wrangler": "catalog:"
}
}