-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 2.07 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
67
{
"name": "project-team-web-fe2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint './src/**/*.{ts,tsx,js,jsx}'",
"lint:fix": "eslint --fix './src/**/*.{ts,tsx,js,jsx}'",
"preview": "vite preview"
},
"format": "prettier --write --cache .”",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@tanstack/react-query": "^5.59.0",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-slick": "^0.23.13",
"@types/styled-components": "^5.1.34",
"@yudiel/react-qr-scanner": "^2.0.8",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"postcss": "^8.4.45",
"postcss-import": "^16.1.0",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-kakao-maps-sdk": "^1.1.27",
"react-router-dom": "^6.26.2",
"react-slick": "^0.30.2",
"react-webcam": "^7.2.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.13",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.4.10",
"twin.macro": "^3.4.1",
"vite-plugin-babel-macros": "^1.0.6",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@tanstack/react-query-devtools": "^5.59.15",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"kakao.maps.d.ts": "^0.1.40",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.1",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-svgr": "^4.2.0"
}
}