| 
10 | 10 |  "@babel/core": "^7.10.2",  | 
11 | 11 |  "@babel/preset-env": "^7.10.2",  | 
12 | 12 |  "@babel/preset-react": "^7.10.1",  | 
 | 13 | + "autoprefixer": "^10.1.0",  | 
13 | 14 |  "babel-loader": "^8.1.0",  | 
 | 15 | + "css-loader": "^5.0.1",  | 
14 | 16 |  "eslint": "^7.2.0",  | 
15 | 17 |  "eslint-config-airbnb": "^18.1.0",  | 
16 | 18 |  "eslint-config-prettier": "^6.11.0",  | 
 | 
22 | 24 |  "eslint-plugin-unicorn": "^20.1.0",  | 
23 | 25 |  "html-loader": "^1.1.0",  | 
24 | 26 |  "html-webpack-plugin": "^4.3.0",  | 
 | 27 | + "postcss": "^8.2.1",  | 
 | 28 | + "postcss-import": "^14.0.0",  | 
 | 29 | + "postcss-loader": "^4.1.0",  | 
25 | 30 |  "prettier": "^2.0.5",  | 
26 | 31 |  "pretty-quick": "^2.0.1",  | 
27 | 32 |  "prop-types": "^15.7.2",  | 
 | 33 | + "style-loader": "^2.0.0",  | 
 | 34 | + "stylelint": "^13.8.0",  | 
 | 35 | + "stylelint-config-recommended": "^3.0.0",  | 
28 | 36 |  "webpack": "^4.43.0",  | 
29 | 37 |  "webpack-cli": "^3.3.11",  | 
30 | 38 |  "webpack-dev-server": "^3.11.0"  | 
31 | 39 |  },  | 
32 | 40 |  "dependencies": {  | 
33 | 41 |  "react": "^16.13.1",  | 
34 |  | - "react-dom": "^16.13.1"  | 
 | 42 | + "react-dom": "^16.13.1",  | 
 | 43 | + "tailwindcss": "^2.0.2"  | 
35 | 44 |  }  | 
36 | 45 | }  | 
0 commit comments