forked from Hanaro-OMNM/Hanasset-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.16 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.16 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
68
69
70
71
72
73
74
{
"name": "hanasset-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prettier": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^2.1.10",
"@react-oauth/google": "^0.12.1",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.59.15",
"@types/chart.js": "^2.9.41",
"@types/papaparse": "^5.3.15",
"@types/react-js-pagination": "^3.0.7",
"@types/react-slick": "^0.23.13",
"axios": "^1.7.7",
"chart.js": "^4.4.5",
"date-fns": "^4.1.0",
"framer-motion": "^11.13.1",
"jwt-decode": "^4.0.0",
"papaparse": "^5.4.1",
"qs": "^6.13.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-js-pagination": "^3.0.3",
"react-naver-maps": "^0.1.3",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.27.0",
"react-slick": "^0.30.2",
"react-swipeable": "^7.0.1",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"slick-carousel": "^1.8.1",
"sockjs-client": "^1.6.1",
"swiper": "^11.1.14",
"tailwind-scrollbar": "^3.1.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tw-elements-react": "^1.0.0-alpha-end"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/crypto-js": "^4.2.2",
"@types/qs": "^6.9.17",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/sockjs-client": "^1.5.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"crypto-js": "^4.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8"
}
}