Skip to content

Commit

Permalink
chore: move build related to dev deps (#257)
Browse files Browse the repository at this point in the history
* chore: move build related to dev deps

* add pnpm
  • Loading branch information
huozhi authored Feb 5, 2024
1 parent aac6ce9 commit f1810ba
Show file tree
Hide file tree
Showing 7 changed files with 406 additions and 302 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"dist"
],
"scripts": {
"build": "tsup src/index.tsx",
"type-check": "tsc --noEmit",
"build": "pnpm type-check && tsup src/index.tsx",
"dev": "tsup src/index.tsx --watch",
"dev:website": "turbo run dev --filter=website...",
"dev:test": "turbo run dev --filter=test...",
Expand All @@ -33,13 +34,18 @@
"url": "https://github.com/emilkowalski/vaul/issues"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@playwright/test": "^1.37.1",
"@radix-ui/react-dialog": "^1.0.4",
"@types/node": "20.5.7",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"eslint": "^7.32.0",
"prettier": "^2.5.1",
"typescript": "5.2.2",
"tsup": "^6.4.0",
"turbo": "1.6"
"turbo": "1.6",
"typescript": "5.2.2"
},
"peerDependencies": {
"react": "^16.8 || ^17.0 || ^18.0",
Expand Down
Loading

0 comments on commit f1810ba

Please sign in to comment.