-
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) · 805 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 805 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
{
"name": "daxus-monorepo",
"packageManager": "pnpm@8.9.0",
"repository": {
"type": "git",
"url": "https://github.com/jason89521/daxus"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.7",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^24.1.1",
"msw": "^2.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.8",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.0"
}
}