Skip to content

Commit

Permalink
Upgrade deps and rename start script to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
umstek committed Mar 17, 2024
1 parent af34173 commit c6ac244
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 335 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "parcel-typescript-react-tailwind",
"version": "3.5.0",
"version": "4.0.0",
"license": "MIT",
"description": "Trying-out Tailwind CSS with Parcel",
"scripts": {
"start": "parcel serve src/index.html -p 8080 --open",
"dev": "parcel serve src/index.html -p 8080 --open",
"build": "parcel build --dist-dir dist src/index.html",
"clean": "rm -rf .parcel-cache dist"
"clean": "rm -rf .parcel-cache dist",
"serve": "pnpx serve dist",
"start": "pnpm clean && pnpm build && pnpm serve"
},
"devDependencies": {
"@parcel/transformer-image": "2.12.0",
Expand All @@ -19,7 +21,7 @@
"typescript": "5.4.2"
},
"dependencies": {
"postcss-import": "15.1.0",
"postcss-import": "16.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1"
Expand Down
Loading

0 comments on commit c6ac244

Please sign in to comment.