-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.04 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "kudos-portal",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\" --ignore-path .gitignore",
"depcheck": "npx depcheck --ignores 'sharp,autoprefixer,@types/node'"
},
"dependencies": {
"@next/third-parties": "^14.2.13",
"@nextui-org/button": "2.0.38",
"@nextui-org/card": "^2.0.34",
"@nextui-org/checkbox": "^2.1.5",
"@nextui-org/chip": "^2.0.33",
"@nextui-org/divider": "^2.0.32",
"@nextui-org/dropdown": "^2.1.31",
"@nextui-org/image": "^2.0.32",
"@nextui-org/input": "^2.2.5",
"@nextui-org/link": "2.0.35",
"@nextui-org/modal": "^2.0.41",
"@nextui-org/navbar": "2.0.37",
"@nextui-org/pagination": "^2.0.36",
"@nextui-org/scroll-shadow": "^2.1.20",
"@nextui-org/select": "^2.2.7",
"@nextui-org/skeleton": "^2.0.32",
"@nextui-org/spinner": "^2.0.34",
"@nextui-org/system": "2.2.6",
"@nextui-org/table": "^2.0.40",
"@nextui-org/theme": "2.2.11",
"@nextui-org/tooltip": "^2.0.41",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@types/react": "18.3.8",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"edge-csrf": "^1.0.9",
"eslint": "8.56.0",
"eslint-config-next": "14.2.3",
"framer-motion": "^11.5.6",
"is-email": "^1.0.2",
"isomorphic-dompurify": "^2.16.0",
"marked": "^14.1.2",
"next": "14.2.13",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"react-responsive": "^10.0.0",
"sharp": "0.33.5",
"tailwind-variants": "^0.2.1",
"tailwindcss": "3.4.12",
"typescript": "5.6.2"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "5.32.1",
"@types/is-email": "^1.0.0",
"@types/node": "22.5.5",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3"
}
}