-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 874 Bytes
/
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
{
"name": "weather",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"@radix-ui/react-select": "^2.0.0",
"@vercel/analytics": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"framer-motion": "^10.12.21",
"lucide-react": "^0.290.0",
"next": "^13.1.1",
"next-seo": "^6.4.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.18.0",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"axios": "^1.5.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
}
}