-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.31 KB
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
{
"name": "info",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/vite": "^4.1.4",
"dark-mode-toggle": "^0.17.0",
"lottie-react": "^2.4.1",
"next-themes": "^0.4.6",
"postcss": "^8.5.4",
"react": "^19.0.0",
"react-animated-weather": "^4.0.1",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.6.2",
"tailwindcss": "^4.1.8"
},
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@eslint/js": "^9.22.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"babel-jest": "^30.0.0",
"daisyui": "^5.0.43",
"dotenv": "^16.5.0",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"vite": "^6.3.1",
"vite-jsconfig-paths": "^2.0.1",
"vitest": "^3.2.3"
}
}