aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-17 20:42:50 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-17 20:42:50 -0400
commitc4c55a93bc6af8b15f45225169758e08ff1b13cd (patch)
treebf7e7c4070e462e99bcea327588c323025b6a0bb /package.json
downloadsei-website-c4c55a93bc6af8b15f45225169758e08ff1b13cd.tar.gz
sei-website-c4c55a93bc6af8b15f45225169758e08ff1b13cd.tar.bz2
sei-website-c4c55a93bc6af8b15f45225169758e08ff1b13cd.zip
Initial rewrite
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6c5bfe3
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "alure-website",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "autoprefixer": "10.4.14",
+ "date-fns": "^2.30.0",
+ "eslint": "8.44.0",
+ "eslint-config-next": "13.4.10",
+ "gray-matter": "^4.0.3",
+ "markdown-to-jsx": "^7.2.1",
+ "next": "13.4.10",
+ "postcss": "8.4.26",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "tailwindcss": "3.3.3"
+ },
+ "devDependencies": {
+ "@tailwindcss/typography": "^0.5.9"
+ }
+}