aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index eaa2d94..33d104c 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "sei-website",
"version": "0.1.0",
"repository": "https://github.com/Alee14/sei-website",
- "author": "Andrew Lee <alee14498@protonmail.com>",
+ "author": "Andrew Lee <alee14498@protonmail.com>, Tomas North <tomas@nosi.uk>",
"license": "GPL-3.0",
"private": true,
"scripts": {
@@ -17,7 +17,10 @@
"react-dom": "18.2.0"
},
"devDependencies": {
+ "autoprefixer": "^10.4.14",
"eslint": "8.25.0",
- "eslint-config-next": "12.3.1"
+ "eslint-config-next": "12.3.1",
+ "postcss": "^8.4.23",
+ "tailwindcss": "^3.3.2"
}
}