-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.77 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.77 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "setka-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --experimental-https",
"build": "next build",
"start": "next start",
"api:code-gen": "openapi-generator-cli generate --generator-key api && openapi-generator-cli generate --generator-key admin-api",
"api-dev:code-gen": "openapi-generator-cli generate --generator-key api-dev",
"lint": "next lint"
},
"dependencies": {
"@editorjs/editorjs": "^2.30.8",
"@editorjs/paragraph": "^2.11.7",
"@editorjs/underline": "^1.2.1",
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/postcss": "^4.1.12",
"@tanstack/react-query": "^5.85.5",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.12",
"jose": "^6.0.13",
"js-cookie": "^3.0.5",
"lucide-react": "^0.542.0",
"next": "15.5.2",
"next-themes": "^0.4.6",
"path-to-regexp": "^8.2.0",
"react": "^19.1.1",
"react-click-away-listener": "^2.4.0",
"react-day-picker": "9.9.0",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-mobile-cropper": "^0.10.0",
"swiper": "^11.2.10",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.7",
"use-debounce": "^10.0.5",
"vaul": "^1.1.2",
"zod": "^4.1.3",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@next/eslint-plugin-next": "^15.5.2",
"@openapitools/openapi-generator-cli": "^2.23.1",
"@tanstack/eslint-plugin-query": "^5.83.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.3.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.8",
"eslint": "^9.34.0",
"eslint-config-next": "15.5.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"sass": "^1.91.0",
"tailwindcss": "^4.1.12",
"typescript": "5.9.2"
},
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"trustedDependencies": [
"@nestjs/core",
"@openapitools/openapi-generator-cli",
"@parcel/watcher",
"@tailwindcss/oxide",
"unrs-resolver"
]
}