generated from mrkev/new-react-ts-lib
-
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) · 758 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 758 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.29.7",
"@eslint/js": "^9.39.1",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"nx": "22.1.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.0"
},
"packageManager": "pnpm@10.23.0",
"dependencies": {
"@typescript-eslint/parser": "^8.48.0"
}
}