-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.63 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
{
"name": "fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.21",
"@tosspayments/payment-widget-sdk": "^0.10.2",
"axios": "^1.6.5",
"dotenv": "^16.4.1",
"nanoid": "^5.0.6",
"qs": "^6.12.0",
"react": "^18.2.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-infinite-scroller": "^1.2.6",
"react-router-dom": "^6.21.3",
"styled-components": "^6.1.8",
"vite-plugin-svgr": "^4.2.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/node": "^20.11.9",
"@types/qs": "^6.9.12",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-infinite-scroller": "^1.2.5",
"@types/react-query": "^1.2.9",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"msw": "^2.1.4",
"prettier": "^3.2.4",
"typescript": "^5.2.2",
"vite": "^5.0.8"
},
"msw": {
"workerDirectory": [
"public"
]
}
}