-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.52 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
55
{
"name": "moodbuddy-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.50.1",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"firebase": "^10.12.3",
"gsap": "^3.12.5",
"html-to-draftjs": "^1.5.0",
"http-proxy-middleware": "^3.0.0",
"qs": "^6.12.3",
"quill": "^2.0.2",
"react": "^18.2.0",
"react-compound-timer": "^2.0.5",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-quill": "^2.0.0",
"react-quilljs": "^2.0.1",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.24.1",
"react-slick": "^0.30.2",
"recharts": "^2.12.7",
"slick-carousel": "^1.8.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "^3.3.2",
"vite": "^5.2.0"
}
}