-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.62 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.62 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
{
"name": "recything-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"help": "vite --help"
},
"dependencies": {
"@chakra-ui/react": "^2.8.1",
"@ckeditor/ckeditor5-build-classic": "^40.1.0",
"@ckeditor/ckeditor5-react": "^6.2.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.2",
"@reduxjs/toolkit": "^1.9.7",
"aos": "^3.0.0-beta.6",
"axios": "^1.6.0",
"chart.js": "^4.4.0",
"chartjs-plugin-datalabels": "^2.2.0",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.7",
"html-react-parser": "^5.0.6",
"iconsax-react": "^0.0.8",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.5.0",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-iconly": "^2.2.10",
"react-icons": "^4.12.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"react-scroll": "^1.9.0",
"react-select": "^5.8.0",
"vite-plugin-compression": "^0.5.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"esbuild": "^0.19.7",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vite": "^4.4.5"
}
}