aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-03-02 16:49:14 +1100
committerTerry Truong <terry06890@gmail.com>2022-03-02 16:49:14 +1100
commit5a9d29a4ad6fc7a6ccc6a75fa361a20048a77552 (patch)
treeedde151a1b355702e42e2e2a4e198eb610066258 /package.json
parent7a12c7ffa50d67f550592bf096e6ab4a42732983 (diff)
Install tailwindcss
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4a947cd..95eeebb 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,9 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
+ "autoprefixer": "^10.4.2",
+ "postcss": "^8.4.7",
+ "tailwindcss": "^3.0.23",
"vite": "^2.8.0"
}
}