-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.1 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.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
{
"name": "@vaened/search-builder-root",
"private": true,
"version": "1.0.0",
"packageManager": "pnpm@10.0.0",
"type": "module",
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"verify:pack": "pnpm --filter @vaened/react-search-builder verify:pack && pnpm --filter @vaened/mui-search-builder verify:pack",
"test": "pnpm -r test",
"test:ci": "pnpm -r test:ci",
"test:types": "pnpm -r test:types",
"typecheck": "pnpm -r typecheck",
"clean": "rimraf packages/**/dist node_modules",
"lint": "eslint .",
"play": "pnpm --filter @vaened/search-builder-playground dev",
"react:build": "pnpm --filter @vaened/react-search-builder build",
"mui:build": "pnpm --filter @vaened/mui-search-builder build"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@testing-library/jest-dom": "^6.9.1",
"@types/react": "^19.2",
"@types/react-dom": "^19.2",
"happy-dom": "^15.0.0",
"rimraf": "^5.0.0",
"tsup": "^8.5.0",
"typescript": "^5.9.0",
"vite": "^7.1.9",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.13"
}
}