forked from ugurkocde/IntuneGet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.91 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.91 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
60
61
62
63
64
65
66
67
68
69
{
"name": "intuneget",
"version": "0.6.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@azure/msal-browser": "^3.30.0",
"@azure/msal-node": "^2.16.3",
"@azure/msal-react": "^2.2.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@react-three/postprocessing": "^2.19.1",
"@supabase/supabase-js": "^2.47.10",
"@tanstack/react-query": "^5.90.19",
"better-sqlite3": "^11.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.27.1",
"jose": "^6.1.3",
"lucide-react": "^0.474.0",
"next": "14.2.35",
"postprocessing": "^6.36.7",
"react": "^18",
"react-dom": "^18",
"recharts": "^3.6.0",
"resend": "^6.8.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.172.0",
"yaml": "^2.8.2",
"zod": "^4.3.6",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.172.0",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"husky": "^9.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^4.0.18"
}
}