aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTomas <27066503+creatort@users.noreply.github.com>2023-05-18 20:01:21 +0100
committerGitHub <noreply@github.com>2023-05-18 20:01:21 +0100
commit1f44ee7eb172f7f17891325db24c685adcfa16a3 (patch)
tree9a4d287b1ab05416e0a2b0cde4ab11dc3929572d /package.json
parent09f5813252335f44c8dbd52e02902c9958a09ae5 (diff)
downloadsei-website-1f44ee7eb172f7f17891325db24c685adcfa16a3.tar.gz
sei-website-1f44ee7eb172f7f17891325db24c685adcfa16a3.tar.bz2
sei-website-1f44ee7eb172f7f17891325db24c685adcfa16a3.zip
Add files via upload
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"
}
}