forked from plango2025/plango-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.98 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
{
"name": "plango",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"postinstall": "npm install rollup @rollup/plugin-node-resolve @rollup/plugin-commonjs"
},
"dependencies": {
"@chakra-ui/react": "^3.15.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@tanstack/react-query": "^5.85.5",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
"@types/node": "^22.13.10",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.8.4",
"dompurify": "^3.2.6",
"framer-motion": "^12.6.2",
"gsap": "^3.13.0",
"localforage": "^1.10.0",
"match-sorter": "^8.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-kakao-maps-sdk": "^1.2.0",
"react-router-dom": "^7.3.0",
"react-scroll": "^1.9.3",
"react-simple-toasts": "^6.1.0",
"react-toastify": "^11.0.5",
"recoil": "^0.7.7",
"rollup": "^4.50.1",
"sort-by": "^0.0.2",
"styled-components": "^6.1.18",
"swiper": "^11.2.7",
"toastify": "^2.0.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"object-path": "^0.11.8",
"sass": "^1.85.1",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.3.6"
}
}