-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 951 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
37
38
{
"name": "weather",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.39.0",
"@tanstack/react-query-devtools": "^5.40.1",
"eslint-config-next": "^14.2.4",
"flowbite": "^2.0.0",
"flowbite-react": "^0.6.4",
"formik": "^2.4.5",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.11.0",
"react-tsparticles": "^2.12.2",
"sweetalert": "^2.1.2",
"swiper": "^11.0.4",
"tsparticles": "^2.12.0",
"yup": "^1.1.1"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}