-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·53 lines (53 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.43 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
{
"name": "otpmanager",
"description": "summary",
"author": "Matteo Convertino <matteo@convertino.cloud>",
"contributors": [],
"bugs": {
"url": "https://www.convertino.cloud"
},
"license": "agpl",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite --mode development build",
"watch": "vite --mode development build --watch",
"lint": "eslint src"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@mantine/core": "^6.0.21",
"@mantine/dates": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/modals": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@nextcloud/axios": "^2.5.2",
"@nextcloud/router": "^3.0.1",
"@tabler/icons-react": "^3.35.0",
"crypto-es": "^3.1.2",
"dayjs": "^1.11.19",
"lodash": "^4.17.21",
"lottie-react": "^2.4.1",
"mantine-datatable": "^6.0.8",
"moment": "^2.30.1",
"otpauth": "^9.4.1",
"zod": "^3.25.76",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/lodash": "^4.17.20",
"@types/node": "^24.8.1",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7"
}
}