-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
33 lines (33 loc) · 900 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": "7.2-nextjs-rsc-react-query-streaming",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 33072",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "7.12.2",
"@mantine/hooks": "7.12.2",
"@tabler/icons-react": "^3.17.0",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-next-experimental": "^5.56.2",
"mantine-react-table": "^2.0.0-beta.6",
"next": "14.2.12",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.12",
"@tanstack/react-query-devtools": "^5.56.2",
"@types/node": "^22",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.47",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5"
}
}