summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"