-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.2 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "komparas_fn",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.3.0",
"@ckeditor/ckeditor5-react": "^6.2.0",
"@phosphor-icons/react": "^2.0.15",
"@reduxjs/toolkit": "^2.0.1",
"antd": "^5.14.1",
"axios": "^1.6.2",
"caniuse-lite": "^1.0.30001643",
"chart.js": "^4.4.1",
"draft-js": "^0.11.7",
"formik": "^2.4.6",
"formik-antd": "^3.0.0-beta.12",
"lucide-react": "^0.460.0",
"phosphor-icons": "^1.4.2",
"primereact": "^10.6.3",
"quill": "^1.3.7",
"react": "^18.2.0",
"react-autosuggest": "^10.1.0",
"react-datepicker": "^4.25.0",
"react-datetime-picker": "^5.6.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-modal": "^3.16.1",
"react-paginate": "^8.2.0",
"react-redux": "^9.0.4",
"react-responsive": "^10.0.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.20.0",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-swipeable": "^7.0.1",
"react-toastify": "^9.1.3",
"recharts": "^2.10.3",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.5",
"swiper": "^11.1.4",
"victory": "^36.7.0",
"wbm": "^1.1.16"
},
"devDependencies": {
"@types/draft-js": "^0.11.18",
"@types/node": "^20.10.0",
"@types/react": "^18.2.15",
"@types/react-autosuggest": "^10.1.11",
"@types/react-datepicker": "^4.19.5",
"@types/react-dom": "^18.2.7",
"@types/react-modal": "^3.16.3",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.5.5"
}
}