-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.7 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
{
"name": "thesis-frontend",
"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": {
"@ant-design/icons": "^5.4.0",
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.19.0",
"@react-buddy/ide-toolbox": "^2.4.0",
"@react-buddy/palette-antd": "^5.3.0",
"@reduxjs/toolkit": "^2.2.3",
"antd": "5.17.4",
"antd-img-crop": "4.22.0",
"axios": "1.7.2",
"base64-arraybuffer": "^1.0.2",
"cloudinary": "^2.2.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"framer-motion": "11.2.10",
"idb": "^8.0.0",
"lodash": "^4.17.21",
"moment": "2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-icons": "^5.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-spinners": "^0.13.8",
"recharts": "^2.14.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-sort-imports": "^1.8.5",
"prettier-plugin-style-order": "^0.2.2",
"tailwindcss": "^3.4.1",
"vite": "^5.1.4"
}
}