forked from kakao-tech-campus-3rd-step3/Team2_FE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.07 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.07 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
58
59
60
61
62
63
64
65
66
67
{
"name": "pullit-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prettier-check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,md}\"",
"lint-check": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"tsc-check": "tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@aarsteinmedia/dotlottie-react": "^0.1.5",
"@chakra-ui/react": "^2.10.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@sentry/react": "^10.22.0",
"@tanstack/react-query": "^5.85.5",
"axios": "^1.11.0",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^12.23.12",
"lucide-react": "^0.542.0",
"react": "^19.1.1",
"react-calendar-heatmap": "^1.10.0",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-router-dom": "^7.8.2",
"react-toastify": "^11.0.5",
"uuid": "^13.0.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@tanstack/eslint-plugin-query": "^5.83.1",
"@types/event-source-polyfill": "^1.0.5",
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-calendar-heatmap": "^1.9.0",
"@types/react-dom": "^19.1.7",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"@vercel/node": "^5.3.23",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"husky": "^9.1.7",
"prettier": "^3.6.2",
"terser": "^5.44.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2",
"vite-plugin-svgr": "^4.5.0"
}
}