-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.53 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.53 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-admin-auth",
"version": "0.5.0",
"description": "Reusable authentication components for React-admin.",
"main": "dist/react-admin-auth.umd.js",
"module": "dist/react-admin-auth.es.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"demo": "cd demo && pnpm install && vite dev",
"prepare": "npm run build"
},
"peerDependencies": {
"@emotion/react": ">=11.0.0",
"@emotion/styled": ">=11.0.0",
"@mui/icons-material": ">=5.0.0",
"@mui/material": ">=5.0.0",
"react": ">=18.0.0",
"react-admin": ">=5.0.0",
"react-dom": ">=18.0.0",
"react-router": ">=6.0.0",
"react-router-dom": ">=6.0.0"
},
"dependencies": {
"@logora/debate": "0.2.3",
"random-words": "^2.0.1",
"slugify": "^1.6.6"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@testing-library/dom": "^10.0.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.0.0",
"@vitejs/plugin-react": "^5.0.2",
"ra-data-fakerest": "^5",
"react": "^18.3.1",
"react-admin": "^5.11.1",
"react-dom": "^18.3.1",
"react-router": "^6.30.1",
"react-router-dom": "^6.30.1",
"sass": "^1.92.1",
"vite": "^7.1.5"
},
"keywords": [
"react-admin",
"authentication",
"login",
"react"
],
"author": "Henry Boisgibault <henry.boisgibault@proton.me>",
"license": "GPL-3.0-only"
}