-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.38 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
{
"name": "cukcs-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint",
"icons:clean": "svgo -r -f src/shared/icons/source --config=./svgo.config.mjs --multipass",
"icons:gen": "pnpm dlx tsx src/shared/icons/scripts/generate-icon-list.ts ",
"icons": "pnpm icons:clean && pnpm icons:gen"
},
"dependencies": {
"@tanstack/react-query": "^5.90.5",
"axios": "^1.12.2",
"clsx": "^2.1.1",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.1",
"next": "16.0.7",
"next-pwa": "^5.6.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.64.0",
"svgo": "^4.0.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"lucide-react": "^0.540.0",
"postcss": "^8.5.6",
"react-day-picker": "^9.11.1",
"svg-sprite-loader": "^6.0.11",
"tailwindcss": "4.1.14",
"typescript": "^5"
}
}