-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.85 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
{
"name": "brainwave",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@clerk/clerk-react": "^4.30.10",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "1.0.7",
"@stitches/react": "^1.2.8",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clerk": "^0.8.3",
"clsx": "^2.1.0",
"flowbite-react": "^0.9.0",
"follow": "^1.1.0",
"formik": "^2.4.6",
"framer-motion": "^11.0.28",
"install": "^0.13.0",
"lucide-react": "^0.365.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.4",
"react-icons": "^5.2.0",
"react-just-parallax": "^3.1.16",
"react-modal": "^3.16.1",
"react-player": "^2.16.0",
"react-responsive-modal": "^6.4.2",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.1",
"react-slick": "^0.30.2",
"rippleui": "^1.12.1",
"scroll-lock": "^2.1.5",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"window-size": "^1.1.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.2.3"
}
}