-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.64 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.64 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "blog-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"lint:fix": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@cloudinary/react": "^1.13.1",
"@cloudinary/url-gen": "^1.21.0",
"@heroicons/react": "^2.2.0",
"dayjs": "^1.11.13",
"firebase": "^11.0.2",
"framer-motion": "^12.4.10",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-is": "^19.2.3",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.1",
"react-tag-input": "^6.10.3",
"react-toastify": "^10.0.6",
"react-tooltip": "^5.29.1",
"recharts": "^3.0.0",
"remark-gfm": "^4.0.1",
"rollup": "^4.59.0",
"tailwind-scrollbar-hide": "^2.0.0"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.35.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"firebase-tools": "^15.13.0",
"globals": "^15.15.0",
"jsdom": "^26.1.0",
"postcss": "^8.5.3",
"tailwindcss": "3.4.17",
"vite": "^6.4.2",
"vitest": "^4.0.16"
},
"overrides": {
"@tootallnate/once": "3.0.1"
}
}