-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.61 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.61 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "public",
"version": "1.3.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild dev --open",
"format": "prettier --write .",
"lint": "eslint .",
"preview": "rsbuild preview",
"test": "vitest",
"test:run": "vitest run",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@rsbuild/core": "^1.5.16",
"@rsbuild/plugin-less": "^1.5.0",
"@rsbuild/plugin-react": "^1.4.1",
"@rspack/cli": "^1.5.8",
"@rspack/core": "^1.5.8",
"@tanstack/eslint-plugin-query": "^5.91.2",
"@tanstack/react-router-devtools": "^1.133.22",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/ui": "^4.0.17",
"eslint": "^9.35.0",
"globals": "^16.3.0",
"jsdom": "^27.4.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
"typescript-eslint": "^8.43.0",
"vitest": "^4.0.17",
"zod": "^4.1.12"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@tailwindcss/postcss": "^4.1.16",
"@tanstack/react-form": "^1.23.7",
"@tanstack/react-query": "^5.90.5",
"@tanstack/react-router": "^1.133.22",
"@tanstack/router-plugin": "^1.133.22",
"clsx": "^2.1.1",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}