-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 801 Bytes
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
{
"name": "sessions-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 3020",
"build": "next build --turbopack",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mantine/core": "^8.3.1",
"@mantine/hooks": "^8.3.1",
"@session-services/react-elements": "^0.1.20",
"@session-services/sdk": "^0.1.20",
"@tabler/icons-react": "^3.34.1",
"dayjs": "^1.11.18",
"next": "15.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5"
}
}