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 1
1
{
2
2
"name" : " parcel-typescript-react-tailwind" ,
3
- "version" : " 3.5 .0" ,
3
+ "version" : " 4.0 .0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " Trying-out Tailwind CSS with Parcel" ,
6
6
"scripts" : {
7
- "start " : " parcel serve src/index.html -p 8080 --open" ,
7
+ "dev " : " parcel serve src/index.html -p 8080 --open" ,
8
8
"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"
10
12
},
11
13
"devDependencies" : {
12
14
"@parcel/transformer-image" : " 2.12.0" ,
19
21
"typescript" : " 5.4.2"
20
22
},
21
23
"dependencies" : {
22
- "postcss-import" : " 15.1.0 " ,
24
+ "postcss-import" : " 16.0.1 " ,
23
25
"react" : " 18.2.0" ,
24
26
"react-dom" : " 18.2.0" ,
25
27
"tailwindcss" : " 3.4.1"
You can’t perform that action at this time.
0 commit comments