-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.41 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.41 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
{
"name": "lazier",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"server": "json-server --watch quote.json --port 5175"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@tanstack/react-query": "^4.24.10",
"@types/gapi.auth2": "^0.0.57",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/styled-components": "^5.1.26",
"axios": "^1.3.1",
"daisyui": "^2.50.0",
"moment": "^2.29.4",
"pretendard": "^1.3.6",
"react": "^18.0.0-rc.3",
"react-daum-postcode": "^3.1.1",
"react-dom": "^18.0.0-rc.3",
"react-icons": "^4.7.1",
"react-infinite-scroll-component": "^6.1.0",
"react-query": "^3.39.3",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.8.0",
"recoil": "^0.7.6",
"styled-components": "^5.3.6",
"tailwind-scrollbar-hide": "^1.1.7",
"theme-change": "^2.5.0",
"twin.macro": "^3.1.0",
"vite-plugin-html": "^3.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vercel": "^28.16.2",
"vite": "^4.1.0"
},
"proxy": "http://3.34.73.141:8080"
}