summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJfriedli2021-03-21 15:56:23 +0100
committerJfriedli2021-03-21 15:56:23 +0100
commit524e055e8cdea4bab3e2ad19dc5c439e768c253a (patch)
treec6669829ee4e15d832869c301192013afc5af522 /package.json
parent8bb860a865df803ac992663454928e65b5b5036c (diff)
purge and nanoify
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index cec81f1..61d83ab 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
3 "version": "0.5.0", 3 "version": "0.5.0",
4 "description": "A web version of mat2! ", 4 "description": "A web version of mat2! ",
5 "scripts": { 5 "scripts": {
6 "build:css": "postcss static/src/main.css -o static/dist/main.css" 6 "build:css": "postcss static/src/main.css -o static/dist/main.css --env=production"
7 }, 7 },
8 "repository": { 8 "repository": {
9 "type": "git", 9 "type": "git",
@@ -22,6 +22,7 @@
22 "@fullhuman/postcss-purgecss": "^4.0.2", 22 "@fullhuman/postcss-purgecss": "^4.0.2",
23 "@tailwindcss/forms": "^0.2.1", 23 "@tailwindcss/forms": "^0.2.1",
24 "autoprefixer": "^10.2.5", 24 "autoprefixer": "^10.2.5",
25 "cssnano": "^4.1.10",
25 "postcss": "^8.2.8", 26 "postcss": "^8.2.8",
26 "postcss-cli": "^8.3.1", 27 "postcss-cli": "^8.3.1",
27 "tailwindcss": "^2.0.4" 28 "tailwindcss": "^2.0.4"