-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
{
"name": "next-app-template",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/button": "2.0.37",
"@nextui-org/card": "^2.0.33",
"@nextui-org/code": "2.0.32",
"@nextui-org/divider": "^2.0.31",
"@nextui-org/image": "^2.0.31",
"@nextui-org/input": "2.2.4",
"@nextui-org/kbd": "2.0.33",
"@nextui-org/link": "2.0.34",
"@nextui-org/navbar": "2.0.36",
"@nextui-org/select": "^2.2.5",
"@nextui-org/snippet": "2.0.41",
"@nextui-org/switch": "2.0.33",
"@nextui-org/system": "2.2.5",
"@nextui-org/theme": "2.2.9",
"@react-aria/ssr": "^3.9.5",
"@react-aria/visually-hidden": "^3.8.14",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "10.4.20",
"cheerio": "1.0.0-rc.12",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"eslint": "9.8.0",
"eslint-config-next": "14.2.5",
"formik": "^2.4.6",
"framer-motion": "^11.3.21",
"intl-messageformat": "^10.5.14",
"next": "14.2.5",
"next-themes": "^0.3.0",
"postcss": "8.4.40",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-variants": "^0.2.1",
"tailwindcss": "3.4.7",
"typescript": "5.5.4",
"usehooks-ts": "^3.1.0",
"yup": "^1.4.0"
}
}