Skip to content

Commit b14f348

Browse files
committed
build(example): Move packages to main dependencies
1 parent 6265c4b commit b14f348

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

example/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
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
},
@@ -19,14 +26,7 @@
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+
}

0 commit comments

Comments
 (0)