-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 757 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 757 Bytes
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
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "npm run --workspace=site dev",
"build": "pnpx nx run-many -t build",
"build:site": "npm run --workspace=site build",
"build:lib": "npm run --workspace=webgpu-waveform build",
"lint": "eslint"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@eslint/js": "^10.0.1",
"eslint": "^10.1.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"nx": "22.6.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.0"
},
"packageManager": "pnpm@10.33.0",
"dependencies": {
"@typescript-eslint/parser": "^8.58.0"
}
}