-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 901 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 901 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
30
31
32
33
34
35
36
{
"name": "on-monorepo",
"version": "0.0.0",
"private": true,
"type": "module",
"description": "NX-powered monorepo for the on CLI and plugin ecosystem.",
"packageManager": "pnpm@10.30.3",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"nx": "nx",
"build": "nx run-many -t build",
"lint": "nx run-many -t lint",
"test": "nx run-many -t test"
},
"devDependencies": {
"@changesets/cli": "2.30.0",
"@eslint/js": "10.0.1",
"@nx/eslint": "22.5.4",
"@nx/js": "^22.5.4",
"@nx/vite": "^22.5.4",
"@nx/vitest": "22.5.4",
"@types/node": "^22.13.10",
"@typescript-eslint/eslint-plugin": "8.57.1",
"@typescript-eslint/parser": "8.57.1",
"eslint": "~8.57.0",
"nx": "^22.5.4",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "8.57.1",
"vite": "^7.3.1",
"vitest": "4.1.0"
}
}