We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2ce57a + 5a648e1 commit 521b8e2Copy full SHA for 521b8e2
package.json
@@ -10,17 +10,18 @@
10
"clean": "rm -rf .parcel-cache dist"
11
},
12
"devDependencies": {
13
- "@types/react": "17.0.8",
14
- "@types/react-dom": "17.0.5",
+ "@parcel/transformer-image": "2.0.0-beta.2",
+ "@types/react": "17.0.13",
15
+ "@types/react-dom": "17.0.8",
16
"autoprefixer": "10.2.6",
17
"parcel": "2.0.0-beta.2",
- "postcss": "8.3.0",
18
- "typescript": "4.3.2"
+ "postcss": "8.3.5",
19
+ "typescript": "4.3.5"
20
21
"dependencies": {
22
"postcss-import": "^14.0.1",
23
"react": "^17.0.2",
24
"react-dom": "^17.0.2",
- "tailwindcss": "^2.1.2"
25
+ "tailwindcss": "^2.2.4"
26
}
27
0 commit comments