-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@toast-ui/react-calendar": "^2.1.3",
"@toast-ui/react-editor": "^3.2.3",
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.10.3",
"react-color": "^2.19.3",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-query": "^3.39.3",
"react-router-dom": "^6.11.0",
"sass": "^1.62.1",
"styled-components": "^5.3.10",
"styled-reset": "^4.4.6",
"sweetalert2": "^11.7.3",
"sweetalert2-react-content": "^5.0.7",
"swiper": "^9.3.0",
"universal-cookie": "^4.0.4",
"xlsx": "^0.18.5",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/file-saver": "^2.0.5",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.39.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"msw": "^1.2.1",
"react-icons": "^4.8.0",
"typescript": "^5.0.2",
"vite": "^4.3.2"
},
"msw": {
"workerDirectory": "public"
}
}