-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 KB
/
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
38
39
40
41
42
43
{
"name": "auth-mantine",
"version": "1.0.0",
"private": true,
"type": "module",
"author": "Monei Bakang",
"email": "bakangmonei2@gmail.com",
"scripts": {
"build": "tsc && refine build",
"cypress": "cypress open -C ./cypress.config.ts",
"cypress:run": "cypress run -C ./cypress.config.ts",
"dev": "refine dev",
"preview": "refine start",
"refine": "refine"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@mantine/core": "^5.10.4",
"@mantine/form": "^5.10.4",
"@mantine/hooks": "^5.10.4",
"@mantine/notifications": "^5.10.4",
"@refinedev/cli": "^2.16.36",
"@refinedev/core": "^4.53.0",
"@refinedev/mantine": "^2.32.2",
"@refinedev/react-router-v6": "^4.5.11",
"@refinedev/react-table": "^5.6.12",
"@refinedev/simple-rest": "^5.0.8",
"@tabler/icons-react": "^3.1.0",
"@tanstack/react-table": "^8.2.6",
"@uiw/react-md-editor": "^3.19.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.8.1"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.2.1",
"cypress": "^13.6.3",
"typescript": "^5.4.2",
"vite": "^5.1.6"
}
}