-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.95 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
{
"name": "meeteam",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint './src/**/*.{ts,tsx,js,jsx}'",
"lint:fix": "eslint --fix './src/**/*.{ts,tsx,js,jsx}'",
"preview": "vite preview"
},
"dependencies": {
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^7.1.0",
"@tanstack/react-query": "^5.17.19",
"axios": "^1.6.6",
"date-fns": "^3.6.0",
"dompurify": "^2.5.0",
"dotenv": "^16.4.0",
"embla-carousel-autoplay": "^8.0.1",
"embla-carousel-react": "^8.0.1",
"file-saver": "^2.0.5",
"framer-motion": "^11.0.2",
"jszip": "^3.10.1",
"qs": "^6.12.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-icons": "^4.11.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.18.0",
"react-secure-storage": "^1.3.2",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-components": "^6.1.1",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@tanstack/react-query-devtools": "^5.24.8",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.6",
"@types/qs": "^6.9.15",
"@types/react": "^18.2.15",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-datepicker": "^4.19.3",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"cypress": "^13.7.3",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}