-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "tailwindui-salient",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"xml": "node xml.mjs"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.1",
"@studio-freight/react-lenis": "^0.0.45",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.39.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"ahooks": "^3.7.10",
"autoprefixer": "^10.4.12",
"axios": "^1.6.5",
"bufferutil": "^4.0.8",
"clsx": "^1.2.1",
"framer-motion": "^11.0.8",
"he": "^1.2.0",
"mini-svg-data-uri": "^1.4.4",
"next": "13.4.16",
"next-intl": "^3.4.1",
"openai": "^4.24.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-masonry-css": "^1.0.16",
"react-player": "^2.14.1",
"react-share": "^5.0.3",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6",
"utf-8-validate": "^6.0.3"
},
"devDependencies": {
"eslint": "8.45.0",
"eslint-config-next": "13.4.16",
"glob": "^10.3.10",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2",
"sharp": "^0.32.0"
}
}