-
-
Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathpackage.json
32 lines (32 loc) · 806 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
{
"name": "mantine-react-table-example-advanced",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --port 3001",
"build": "vite build",
"serve": "vite preview",
"start": "vite"
},
"dependencies": {
"@mantine/core": "^7.8.0",
"@mantine/dates": "^7.8.0",
"@mantine/hooks": "^7.8.0",
"@tabler/icons-react": "3.2.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"mantine-react-table": "^2.0.0-beta.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.14.4",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.4.5",
"vite": "^5.2.8"
}
}