-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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
{
"name": "voda-front",
"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": {
"@hookform/resolvers": "^3.3.4",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.40.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"aws-sdk": "^2.1619.0",
"axios": "^1.6.8",
"dompurify": "^3.1.5",
"immutability-helper": "^3.1.1",
"quill-image-drop-and-paste": "^1.3.0",
"quill-image-resize": "^3.0.9",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-h5-audio-player": "^3.9.1",
"react-hook-form": "^7.51.3",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.22.3",
"react-type-animation": "^3.2.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"recoilize": "^3.2.0",
"styled-components": "^6.1.9",
"swiper": "^11.1.0",
"vite-plugin-svgr": "^4.2.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.0"
}
}