-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
110 lines (110 loc) · 3.57 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
100
101
102
103
104
105
106
107
108
109
110
{
"name": "aonsoku",
"private": true,
"version": "0.8.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint \"src/**\"",
"lint:fix": "pnpm lint --fix",
"cy:open": "cypress open",
"test": "cypress run --component"
},
"repository": {
"url": "https://github.com/victoralvesf/aonsoku"
},
"dependencies": {
"@chriscodesthings/random-css-hex-color": "^1.1.0",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-table": "^8.17.3",
"@tanstack/react-virtual": "^3.10.8",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "~2",
"@tauri-apps/plugin-updater": "~2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"embla-carousel-autoplay": "^8.1.3",
"embla-carousel-react": "^8.1.3",
"fast-average-color": "^9.4.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"lucide-react": "^0.378.0",
"react": "^18.2.0",
"react-country-flag": "^3.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.5",
"react-hook-form": "^7.52.2",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.2",
"react-lazy-load-image-component": "^1.6.0",
"react-lrc": "^3.2.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.1",
"react-toastify": "^10.0.5",
"remark-gfm": "^4.0.0",
"standardized-audio-context": "^25.3.77",
"tailwind-extended-shadows": "^0.4.0",
"tailwind-extended-shadows-merge": "^0.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.3",
"vaul": "^0.9.1",
"yet-another-react-lightbox": "^3.21.6",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@rocketseat/eslint-config": "^2.2.2",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@tauri-apps/cli": "^2.1.0",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.2.7",
"@types/react-lazy-load-image-component": "^1.6.4",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"cypress": "^13.14.2",
"cypress-real-events": "^1.13.0",
"eslint": "8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.0.2",
"vite": "^5.0.0"
}
}