Skip to content

Commit

Permalink
๐Ÿ› fix: dist ์„œ๋ธŒ๋””๋ ‰ํ† ๋ฆฌ์—์„œ ์ปดํฌ๋„ŒํŠธ๋ฅผ ๊ฐ€์ ธ์™€์•ผํ•˜๋Š” ๋ฌธ์ œ ์ˆ˜์ • 2ํŠธ
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Sep 27, 2024
1 parent 4bf78aa commit 189d173
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 536 deletions.
26 changes: 15 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waktaplay/ui",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,6 +13,10 @@
"files": [
"dist/**"
],
"exports": {
".": "./dist/index.js",
"./*": "./dist/*"
},
"scripts": {
"dev": "vite",
"build": "tsup && vite build",
Expand All @@ -26,23 +30,23 @@
"styled-components": "^6.1.12"
},
"devDependencies": {
"@types/react": "^18.3.4",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.12",
"normalize.css": "^8.0.1",
"prettier": "^3.3.3",
"terser": "^5.31.6",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"terser": "^5.34.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1"
},
Expand Down
Loading

0 comments on commit 189d173

Please sign in to comment.