-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "links",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/button": "2.0.34",
"@nextui-org/code": "2.0.28",
"@nextui-org/input": "2.1.21",
"@nextui-org/kbd": "2.0.29",
"@nextui-org/link": "2.0.32",
"@nextui-org/navbar": "2.0.27",
"@nextui-org/react": "^2.2.10",
"@nextui-org/snippet": "2.0.30",
"@nextui-org/switch": "2.0.30",
"@nextui-org/system": "2.2.2",
"@nextui-org/theme": "2.2.6",
"@react-aria/ssr": "^3.9.3",
"@react-aria/visually-hidden": "^3.8.12",
"@types/node": "20.12.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"clsx": "^2.1.1",
"eslint-config-next": "14.2.4",
"framer-motion": "^11.2.10",
"intl-messageformat": "^10.5.14",
"next": "^14.2.21",
"next-themes": "^0.3.0",
"postcss": "8.4.35",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-variants": "^0.2.1",
"tailwindcss": "3.4.4",
"typescript": "5.4.5"
}
}