-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.62 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
{
"name": "placy-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview --port 5173"
},
"packageManager": "yarn@4.2.2",
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-aria/utils": "^3.25.2",
"@tanstack/react-query": "^5.59.20",
"axios": "^1.7.6",
"body-scroll-lock": "^4.0.0-beta.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.31",
"hls.js": "^1.5.15",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.random": "^3.2.0",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.436.0",
"nuka-carousel": "^8.0.1",
"query-string": "^9.1.0",
"react": "18.3.0-canary-493f72b0a-20230727",
"react-dom": "18.3.0-canary-493f72b0a-20230727",
"react-error-boundary": "^4.1.2",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.53.0",
"react-merge-refs": "^2.1.1",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-toastify": "^10.0.5",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"wavesurfer.js": "^7.8.4",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/babel-plugin-macros": "^3",
"@types/body-scroll-lock": "^3.1.2",
"@types/crypto-js": "^4",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.random": "^3.2.9",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^22.5.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"@types/wavesurfer.js": "^6.0.12",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"twin.macro": "^3.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}