|
23 | 23 | "@pyconkr-common": "link:package/pyconkr-common", |
24 | 24 | "@pyconkr-shop": "link:package/pyconkr-shop", |
25 | 25 | "@src": "link:src", |
| 26 | + "@suspensive/react": "^2.18.12", |
26 | 27 | "@tanstack/react-query": "^5.72.2", |
| 28 | + "axios": "^1.8.4", |
27 | 29 | "eslint-plugin-import": "^2.31.0", |
28 | 30 | "eslint-plugin-jsx-a11y": "^6.10.2", |
| 31 | + "notistack": "^3.0.2", |
29 | 32 | "react": "^19.0.0", |
30 | | - "react-dom": "^19.0.0" |
| 33 | + "react-dom": "^19.0.0", |
| 34 | + "remeda": "^2.21.3" |
31 | 35 | }, |
32 | 36 | "devDependencies": { |
33 | 37 | "@eslint/js": "^9.21.0", |
| 38 | + "@tanstack/react-query-devtools": "^5.74.4", |
| 39 | + "@types/node": "^22.14.1", |
34 | 40 | "@types/react": "^19.0.10", |
35 | 41 | "@types/react-dom": "^19.0.4", |
36 | 42 | "@typescript-eslint/parser": "^8.29.1", |
37 | 43 | "@vitejs/plugin-react": "^4.3.4", |
| 44 | + "csstype": "^3.1.3", |
38 | 45 | "eslint": "^9.21.0", |
39 | 46 | "eslint-config-prettier": "^10.1.2", |
40 | 47 | "eslint-plugin-prettier": "^5.2.6", |
41 | 48 | "eslint-plugin-react-hooks": "^5.1.0", |
42 | 49 | "eslint-plugin-react-refresh": "^0.4.19", |
43 | 50 | "gh-pages": "^6.3.0", |
44 | 51 | "globals": "^15.15.0", |
| 52 | + "iamport-typings": "^1.4.0", |
45 | 53 | "prettier": "^3.5.3", |
46 | 54 | "typescript": "~5.7.2", |
47 | 55 | "typescript-eslint": "^8.24.1", |
48 | 56 | "vite": "^6.2.0", |
49 | 57 | "vite-plugin-mdx": "^3.6.1" |
50 | | - } |
| 58 | + }, |
| 59 | + "packageManager": "[email protected]+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808" |
51 | 60 | } |
0 commit comments