-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
99 lines (99 loc) · 3.11 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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "rtu-mirea-map",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev -p 5051",
"lint": "next lint",
"start": "next start",
"production": "node server.js",
"format": "prettier --write \"**/*.{js,mjs,cjs,ts,tsx}\""
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-hook/window-size": "^3.1.1",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.32.6",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"d3": "^7.8.5",
"embla-carousel-react": "^8.1.8",
"lucide-react": "^0.285.0",
"next": "^14.2.5",
"next-auth": "^4.23.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"openapi-fetch": "^0.7.4",
"prettier-plugin-tailwindcss": "^0.6.5",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.45.4",
"react-hotkeys-hook": "^4.4.1",
"react-icons": "^5.2.1",
"react-query": "^3.39.3",
"react-spring-bottom-sheet": "^3.5.0-alpha.0",
"react-zoom-pan-pinch": "^3.1.0",
"sonner": "^1.5.0",
"superjson": "1.13.1",
"tailwind-datepicker-react": "^1.4.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"zod": "^3.22.3",
"zustand": "^4.4.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/eslint-plugin-query": "^4.32.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/axios": "^0.14.0",
"@types/d3": "^7.4.0",
"@types/eslint": "^8.44.2",
"@types/next-pwa": "^5.6.4",
"@types/node": "^20.5.0",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.20",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.7",
"@types/react-highlight-words": "^0.16.4",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.57.0",
"eslint-config-next": "^13.4.17",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.1",