-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.89 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
58
59
60
61
62
63
64
65
66
{
"name": "carecode-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@lukemorales/query-key-factory": "^1.3.4",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-tabs": "^1.1.13",
"@tanstack/react-query": "^5.85.3",
"@tanstack/react-query-devtools": "^5.85.3",
"axios": "^1.11.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"firebase": "^12.17.1",
"motion": "12.23.0",
"next": "15.3.5",
"radix-ui": "^1.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.60.0",
"zod": "3.25.74",
"zustand": "5.0.6"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/compat": "^1.3.2",
"@eslint/eslintrc": "^3.3.1",
"@skeletonlabs/skeleton": "3.1.4",
"@skeletonlabs/skeleton-react": "1.2.3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.3",
"@types/node": "20",
"@types/react": "19",
"@types/react-dom": "19",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"eslint": "9",
"eslint-config-next": "15.3.5",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
"jsdom": "^30.0.1",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "4",
"typescript": "5",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^3.2.7"
}
}