-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
33 lines (33 loc) · 896 Bytes
/
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
{
"name": "4-3-nextjs-rsc-react-query-streaming",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3343",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "7.17.0",
"@mantine/hooks": "7.17.0",
"@tabler/icons-react": "3.17.0",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-query-next-experimental": "^5.66.7",
"mantine-react-table": "^2.0.0-beta.6",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.1.7",
"@tanstack/react-query-devtools": "^5.66.7",
"@types/node": "^22",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"postcss": "^8.5.3",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5"
}
}