File tree Expand file tree Collapse file tree 3 files changed +752
-2815
lines changed Expand file tree Collapse file tree 3 files changed +752
-2815
lines changed Original file line number Diff line number Diff line change 22 "plugins": {
33 "postcss-import": true,
44 "tailwindcss": true,
5- "postcss-nested": true,
6- "autoprefixer": true
5+ "postcss-nested": true
76 }
87}
Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55 "description" : " Trying-out Tailwind CSS with Parcel" ,
66 "scripts" : {
7- "start" : " parcel serve src/index.html --open" ,
7+ "start" : " parcel serve src/index.html -p 8080 - -open" ,
88 "build" : " parcel build --dist-dir dist src/index.html" ,
99 "clean" : " rm -rf .parcel-cache dist"
1010 },
1111 "devDependencies" : {
12- "@parcel/transformer-image" : " 2.2.1 " ,
13- "@types/react" : " 17 .0.38 " ,
14- "@types/react-dom" : " 17 .0.11 " ,
15- "autoprefixer" : " 10.4.2 " ,
16- "parcel" : " 2.2.1 " ,
17- "postcss" : " 8.4.5 " ,
18- "typescript" : " 4.5.5 "
12+ "@parcel/transformer-image" : " 2.5.0 " ,
13+ "@types/react" : " 18 .0.8 " ,
14+ "@types/react-dom" : " 18 .0.3 " ,
15+ "autoprefixer" : " 10.4.5 " ,
16+ "parcel" : " 2.5.0 " ,
17+ "postcss" : " 8.4.13 " ,
18+ "typescript" : " 4.6.4 "
1919 },
2020 "dependencies" : {
21- "postcss-import" : " ^14.0.1 " ,
22- "react" : " ^17.0.2 " ,
23- "react-dom" : " ^17.0.2 " ,
24- "tailwindcss" : " ^3.0.18 "
21+ "postcss-import" : " ^14.1.0 " ,
22+ "react" : " ^18.1.0 " ,
23+ "react-dom" : " ^18.1.0 " ,
24+ "tailwindcss" : " ^3.0.24 "
2525 }
26- }
26+ }
You can’t perform that action at this time.
0 commit comments