-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "laptops",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev localhost:3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query-devtools": "^5.64.1",
"@trpc/client": "11.0.0-rc.700",
"@trpc/next": "11.0.0-rc.700",
"@trpc/react-query": "11.0.0-rc.700",
"@trpc/server": "11.0.0-rc.700",
"@types/react-syntax-highlighter": "^15.5.13",
"chart.js": "^4.4.7",
"edgedb": "^1.5.12",
"next": "15.1.3",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.3",
"react-syntax-highlighter": "^15.6.1",
"sharp": "^0.33.5",
"superjson": "^2.2.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@artsy/fresnel": "^8.0.1",
"@edgedb/generate": "^0.5.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8.4.49",
"postcss-custom-media": "^11.0.5",
"postcss-env-function": "^7.0.0",
"sass": "^1.83.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}