-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.57 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.57 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
{
"name": "cmnw-next",
"version": "3.2.26",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.8.2",
"@heroui/button": "2.2.32",
"@heroui/code": "2.2.25",
"@heroui/input": "2.4.33",
"@heroui/kbd": "2.2.26",
"@heroui/link": "2.2.26",
"@heroui/listbox": "2.3.31",
"@heroui/navbar": "2.2.30",
"@heroui/react": "^3.0.2",
"@heroui/snippet": "2.2.33",
"@heroui/styles": "^3.0.2",
"@heroui/switch": "2.2.27",
"@heroui/system": "2.4.28",
"@heroui/theme": "2.4.26",
"@heroui/toast": "2.0.9",
"@hookform/resolvers": "5.2.2",
"@react-aria/ssr": "3.9.10",
"@react-aria/visually-hidden": "3.8.31",
"@tremor/react": "3.18.7",
"clsx": "2.1.1",
"dayjs": "1.11.20",
"framer-motion": "12.38.0",
"geist": "1.7.0",
"negotiator": "1.0.0",
"next": "16.2.6",
"next-themes": "0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "7.72.1",
"react-markdown": "10.1.0",
"recharts": "^2.15.4",
"swr": "2.4.1",
"yup": "1.7.1"
},
"devDependencies": {
"@eslint/compat": "2.0.4",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"@next/eslint-plugin-next": "16.2.2",
"@react-types/shared": "3.33.1",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "25.5.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "8.58.0",
"@typescript-eslint/parser": "8.58.0",
"autoprefixer": "10.4.27",
"baseline-browser-mapping": "^2.10.15",
"eslint": "10.2.0",
"eslint-config-next": "16.2.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-unused-imports": "4.4.1",
"globals": "17.4.0",
"postcss": "8.5.10",
"prettier": "3.8.1",
"tailwind-variants": "3.2.2",
"tailwindcss": "4.2.2",
"@typescript/native": "npm:typescript@^7.0.2",
"typescript": "npm:@typescript/typescript6@^6.0.2"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}