-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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": "nats-skeleton-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "FORCE_COLOR=1 next dev",
"dev-turbo": "FORCE_COLOR=1 next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --check \"**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@nats-io/nats-core": "3.0.0-27",
"@nats-io/transport-node": "3.0.0-12",
"@next/bundle-analyzer": "^14.2.11",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"joi": "^17.13.3",
"lucide-react": "^0.441.0",
"next": "15.0.0-canary.158",
"next-auth": "5.0.0-beta.21",
"next-themes": "^0.3.0",
"nuid": "2.0.1-2",
"openid-client": "^5.7.0",
"react": "19.0.0-rc-94e652d5-20240912",
"react-dom": "19.0.0-rc-94e652d5-20240912",
"rxjs": "^7.8.1",
"server-only": "^0.0.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.0-canary.153",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.11",
"typescript": "^5"
}
}