File tree Expand file tree Collapse file tree 2 files changed +477
-335
lines changed Expand file tree Collapse file tree 2 files changed +477
-335
lines changed Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments