-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.26 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
{
"name": "next-stockmon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"animate.css": "^4.1.1",
"axios": "1.7.4",
"boring-avatars": "1.10.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"jotai": "2.9.3",
"lightweight-charts": "^4.2.0",
"lucide-react": "^0.429.0",
"next": "14.2.5",
"next-client-cookies": "^1.1.1",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "5.3.0",
"react-ts-tradingview-widgets": "^1.2.5",
"sass": "1.77.8",
"shadcn-ui": "^0.8.0",
"sweetalert2": "^11.13.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"universal-cookie": "^7.2.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ws": "^8.5.12",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}