-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.31 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.31 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
35
36
37
38
39
40
41
42
43
44
{
"name": "x-filter-monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.0.0",
"scripts": {
"build": "pnpm -r run build",
"test": "pnpm exec jest --runInBand",
"lint": "pnpm -r run lint",
"format": "pnpm -r run format",
"format:write": "pnpm -r run format:write",
"typecheck": "pnpm -r run typecheck",
"dev": "pnpm --filter @x-filter/playground dev",
"security": "pnpm audit",
"prepare": "husky install"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vitejs/plugin-react": "^4.3.1",
"coverage-summary-cli": "^1.0.4",
"eslint": "^8.57.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.1.5",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"madge": "^7.0.0",
"prettier": "^3.3.3",
"ts-jest": "^29.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vite": "^5.4.6"
}
}