generated from mrkev/new-react-ts-lib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 833 Bytes
/
package.json
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
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "npx nx run-many -t dev",
"build": "npx nx run-many -t build",
"build:site": "npm run --workspace=site build",
"build:lib": "npm run --workspace=webgpu-waveform build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"devDependencies": {
"@eslint/compat": "^1.2.1",
"@eslint/js": "^9.13.0",
"@nx/eslint": "20.0.6",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0-rc-e948a5ac-20240807",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"nx": "20.0.6",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0"
},
"packageManager": "[email protected]"
}