-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.53 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.53 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
{
"name": "mini-project-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^2.9.11",
"@reduxjs/toolkit": "^1.9.2",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query-devtools": "^4.24.4",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.191",
"@types/react-icons": "^3.0.0",
"@types/react-query": "^1.2.9",
"@types/react-redux": "^7.1.25",
"@types/redux": "^3.6.0",
"axios": "^1.3.2",
"cogo-toast": "^4.2.3",
"firebase": "^9.17.2",
"framer-motion": "^9.0.2",
"lodash": "^4.17.21",
"pretendard": "^1.3.6",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.1",
"react-icons": "^4.7.1",
"react-loading": "^2.0.3",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-select": "^5.7.0",
"react-tailwindcss-select": "^1.6.0",
"redux": "^4.2.1",
"yup": "^1.0.0"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"@types/node": "^18.14.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-tsconfig-paths": "^4.0.5"
}
}