aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-09-11 23:12:27 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-09-11 23:12:27 -0400
commit7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14 (patch)
treebf13769b918590f897b969a405a2df500b963560 /package.json
parent649b1d4328a7ffc31cb5e9d47e2b3ddefcc66f16 (diff)
downloadalure-website-7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14.tar.gz
alure-website-7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14.tar.bz2
alure-website-7eb1b1d1d11c43119ee1f28e8ca185e3c3e3ae14.zip
Travel Advisory and package update
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 14 insertions, 7 deletions
diff --git a/package.json b/package.json
index 198d074..fba5407 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,8 @@
{
"name": "alure-website",
- "version": "0.1.0",
+ "version": "0.2.0",
"private": true,
+ "type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -10,12 +11,18 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/preact": "^2.2.1",
- "@astrojs/tailwind": "^4.0.0",
- "@fontsource-variable/exo": "^5.0.6",
+ "@astrojs/preact": "^3.0.0",
+ "@astrojs/tailwind": "^5.0.0",
+ "@fontsource-variable/exo": "^5.0.9",
"@tailwindcss/typography": "^0.5.9",
- "astro": "^2.9.2",
- "preact": "^10.6.5",
- "tailwindcss": "^3.0.24"
+ "astro": "^3.0.7",
+ "babel-cli": "^6.26.0",
+ "preact": "^10.17.1",
+ "tailwindcss": "^3.3.3"
+ },
+ "devDependencies": {
+ "@babel/plugin-syntax-import-attributes": "^7.22.5",
+ "eslint": "^8.48.0",
+ "eslint-plugin-astro": "^0.29.0"
}
}