-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 KB
/
package.json
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
{
"name": "users_dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@tabler/icons-react": "^3.8.0",
"@tanstack/react-query": "5.48.0",
"autoprefixer": "10.4.19",
"clsx": "2.1.1",
"postcss": "8.4.38",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-headless-pagination": "1.1.6",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwindcss": "3.4.4"
},
"devDependencies": {
"@eslint/compat": "1.1.0",
"@eslint/js": "9.5.0",
"@tanstack/eslint-plugin-query": "5.47.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/bun": "latest",
"@types/dom-view-transitions": "1.0.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.5.0",
"eslint": "9.6.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-tailwindcss": "3.17.4",
"globals": "15.6.0",
"happy-dom": "^14.12.3",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss-3d": "1.0.6",
"typescript": "5.2.2",
"typescript-eslint": "7.14.1",
"vite": "5.3.1",
"vitest": "^1.6.0"
},
"module": "index.ts"
}