forked from refinedev/refine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1018 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
34
35
36
37
{
"name": "upload-mantine-multipart",
"private": true,
"scripts": {
"start": "refine dev",
"build": "tsc && refine build",
"preview": "refine start",
"refine": "refine"
},
"dependencies": {
"@refinedev/mantine": "^2.8.0",
"@refinedev/core": "^4.10.0",
"@refinedev/cli": "^2.3.0",
"@refinedev/react-router-v6": "^4.1.0",
"@refinedev/simple-rest": "^4.3.0",
"@refinedev/react-table": "^5.2.0",
"@tanstack/react-table": "^8.2.6",
"@uiw/react-md-editor": "^3.19.5",
"@mantine/dropzone": "^5.4.1",
"@tabler/icons": "^1.1.0",
"@emotion/react": "^11.8.2",
"@mantine/core": "^5.10.4",
"@mantine/hooks": "^5.10.4",
"@mantine/form": "^5.10.4",
"@mantine/notifications": "^5.10.4",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.7.4",
"vite": "^2.8.0"
},
"version": "3.25.0"
}