-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.86 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
{
"name": "cleanroom_front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:prod": "vite build --mode production",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@portone/browser-sdk": "^0.0.9",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.12",
"@types/react-datepicker": "^7.0.0",
"framer-motion": "^11.3.31",
"lucide-react": "^0.428.0",
"react": "^18.3.1",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.13.0",
"react-toastify": "^10.0.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-query-devtools": "^5.51.21",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.1",
"add": "^2.0.6",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"http-proxy-middleware": "^3.0.0",
"immer": "^10.1.1",
"jest": "^29.7.0",
"json-server": "^1.0.0-beta.1",
"kakao.maps.d.ts": "^0.1.40",
"lodash": "^4.17.21",
"msw": "^2.3.4",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prop-types": "^15.8.1",
"react-bootstrap": "^2.10.4",
"react-id-generator": "^3.0.2",
"react-modal": "^3.16.1",
"react-router-dom": "^6.25.1",
"styled-components": "^6.1.12",
"tailwindcss": "^3.4.6",
"vite": "^5.3.4"
}
}