File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 99 "build:css" : " postcss tailwind.css -o styles.css"
1010 },
1111 "dependencies" : {
12+ "@fullhuman/postcss-purgecss" : " ^2.1.2" ,
1213 "components" : " ^0.1.0" ,
14+ "autoprefixer" : " ^9.7.6" ,
15+ "cssnano" : " ^4.1.10" ,
16+ "parcel-bundler" : " ^1.12.4" ,
17+ "postcss-cli" : " ^7.1.0" ,
18+ "tailwindcss" : " ^1.3.5" ,
19+ "typescript" : " ^3.4.5" ,
1320 "react-app-polyfill" : " ^1.0.0" ,
1421 "react-icons-kit" : " ^1.3.1"
1522 },
1926 "scheduler/tracing" : " ../node_modules/scheduler/tracing-profiling"
2027 },
2128 "devDependencies" : {
22- "@fullhuman/postcss-purgecss" : " ^2.1.2" ,
2329 "@types/react" : " ^16.9.11" ,
24- "@types/react-dom" : " ^16.8.4" ,
25- "autoprefixer" : " ^9.7.6" ,
26- "cssnano" : " ^4.1.10" ,
27- "parcel-bundler" : " ^1.12.4" ,
28- "postcss-cli" : " ^7.1.0" ,
29- "tailwindcss" : " ^1.3.5" ,
30- "typescript" : " ^3.4.5"
30+ "@types/react-dom" : " ^16.8.4"
3131 }
32- }
32+ }
You can’t perform that action at this time.
0 commit comments