Skip to content

Commit c6ac244

Browse files
committed
Upgrade deps and rename start script to dev
1 parent af34173 commit c6ac244

File tree

2 files changed

+477
-335
lines changed

2 files changed

+477
-335
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "parcel-typescript-react-tailwind",
3-
"version": "3.5.0",
3+
"version": "4.0.0",
44
"license": "MIT",
55
"description": "Trying-out Tailwind CSS with Parcel",
66
"scripts": {
7-
"start": "parcel serve src/index.html -p 8080 --open",
7+
"dev": "parcel serve src/index.html -p 8080 --open",
88
"build": "parcel build --dist-dir dist src/index.html",
9-
"clean": "rm -rf .parcel-cache dist"
9+
"clean": "rm -rf .parcel-cache dist",
10+
"serve": "pnpx serve dist",
11+
"start": "pnpm clean && pnpm build && pnpm serve"
1012
},
1113
"devDependencies": {
1214
"@parcel/transformer-image": "2.12.0",
@@ -19,7 +21,7 @@
1921
"typescript": "5.4.2"
2022
},
2123
"dependencies": {
22-
"postcss-import": "15.1.0",
24+
"postcss-import": "16.0.1",
2325
"react": "18.2.0",
2426
"react-dom": "18.2.0",
2527
"tailwindcss": "3.4.1"

0 commit comments

Comments
 (0)